From nobody@FreeBSD.org Sun Apr 24 21:40:47 2005 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62C6C16A4CE for ; Sun, 24 Apr 2005 21:40:47 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EC1143D58 for ; Sun, 24 Apr 2005 21:40:46 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j3OLekhm003989 for ; Sun, 24 Apr 2005 21:40:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j3OLekeT003986; Sun, 24 Apr 2005 21:40:46 GMT (envelope-from nobody) Message-Id: <200504242140.j3OLekeT003986@www.freebsd.org> Date: Sun, 24 Apr 2005 21:40:46 GMT From: Michael Neumann To: freebsd-gnats-submit@FreeBSD.org Subject: Update port: net/mpich upgraded to new version 1.2.6 X-Send-Pr-Version: www-2.3 >Number: 80309 >Category: ports >Synopsis: Update port: net/mpich upgraded to new version 1.2.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 24 21:50:08 GMT 2005 >Closed-Date: Mon Apr 25 08:18:22 GMT 2005 >Last-Modified: Mon Apr 25 08:18:22 GMT 2005 >Originator: Michael Neumann >Release: FreeBSD 5.4-RC2 i386 >Organization: >Environment: FreeBSD miya.intranet.ntecs.de 5.4-RC2 FreeBSD 5.4-RC2 #0: Sun Apr 17 14:57:33 CEST 2005 mneumann@miya.intranet.ntecs.de:/usr/src/sys/i386/compile/LAPTOP_MIYA i386 >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # net/mpich # net/mpich/Makefile # net/mpich/files # net/mpich/files/patch-ab # net/mpich/files/patch-mpid::ch2::chtick.c # net/mpich/pkg-descr # net/mpich/pkg-plist # net/mpich/distinfo # echo c - net/mpich mkdir -p net/mpich > /dev/null 2>&1 echo x - net/mpich/Makefile sed 's/^X//' >net/mpich/Makefile << 'END-of-net/mpich/Makefile' X# New ports collection makefile for: mpich (portable mpi standard imp.) X# Date created: 2 May 1998 X# Whom: dbader@ece.unm.edu X# X# $FreeBSD: ports/net/mpich/Makefile,v 1.40 2004/02/22 22:34:16 oliver Exp $ X# X XPORTNAME= mpich XPORTVERSION= 1.2.6 XCATEGORIES= net parallel XMASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ XDISTFILES= ${PORTNAME}${EXTRACT_SUFX} X XMAINTAINER= dbader@ece.unm.edu XCOMMENT= Message Passing Interface (MPI) Library X XCONFIGURE_ARGS= -cflags="${CFLAGS}" -prefix=${PREFIX}/mpich X X.if defined(WITHOUT_X11) XWITHOUT_TK= yes XCONFIGURE_ARGS+=--disable-mpe_graphics XPLIST_SUB+= X11="@comment " X.else XUSE_XLIB= yes XCONFIGURE_ARGS+=--enable-mpe_graphics XPLIST_SUB+= X11="" X.endif X X.if defined(WITHOUT_TK) XCONFIGURE_ARGS+=-mpe_opts="--without-tcldir --without-tkdir --without-wishloc" XPLIST_SUB+= TK="@comment " X.else XRUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84 XBUILD_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84 XCONFIGURE_ARGS+=-mpe_opts="--with-wishloc=wish8.4" XPLIST_SUB+= TK="" X.endif X X.if defined(WITHOUT_JAVA) XCONFIGURE_ARGS+= --without-java XPLIST_SUB+= JAVA="@comment " X.else XRUN_DEPENDS+= javavm:${PORTSDIR}/java/javavmwrapper \ X ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jdk13 XBUILD_DEPENDS+= javavm:${PORTSDIR}/java/javavmwrapper \ X ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jdk13 XPLIST_SUB+= JAVA="" X.endif X XHAS_CONFIGURE= yes X X.include X X# To disable ssh client support, build with WITHOUT_SSH set. X# Use ssh instead of rsh X.if !defined(WITHOUT_SSH) X.if ${OSVERSION} >= 400016 && exists(/usr/bin/ssh) XCONFIGURE_ARGS+= -rsh="/usr/bin/ssh" X.elif defined(WITH_SSH) || exists(${LOCALBASE}/bin/ssh) XRUN_DEPENDS+= ssh:${PORTSDIR}/security/ssh XCONFIGURE_ARGS+= -rsh="${LOCALBASE}/bin/ssh" X.endif X.endif X XALL_TARGET= X XMANPREFIX= ${PREFIX}/mpich X XMAN1= MPI.1 cleanipcs.1 mpiCC.1 mpicc.1 mpif77.1 mpif90.1 mpiman.1 \ X mpireconfig.1 mpirun.1 Jumpshots.1 chp4_servs.1 tstmachines.1 XMAN3= MPI_File_get_position.3 MPI_File_preallocate.3 \ X MPI_2DOUBLE_PRECISION.3 MPI_2INT.3 MPI_2INTEGER.3 MPI_2REAL.3 \ X MPI_ANY_SOURCE.3 MPI_ANY_TAG.3 MPI_Abort.3 MPI_Address.3 MPI_Aint.3 \ X MPI_Allgatherv.3 MPI_Allreduce.3 MPI_Alltoall.3 MPI_Alltoallv.3 \ X MPI_ERR_REQUEST.3 MPIO_Wait.3 MPI_Attr_get.3 MPI_Attr_put.3 MPI_BAND.3 \ X MPI_BOR.3 MPI_BOTTOM.3 MPI_BSEND_OVERHEAD.3 MPI_BXOR.3 MPI_BYTE.3 \ X MPI_Barrier.3 MPI_Bcast.3 MPI_Bsend_init.3 MPI_Buffer_attach.3 \ X MPI_Buffer_detach.3 MPI_CART.3 MPI_CHAR.3 MPI_COMM_SELF.3 \ X MPI_COMM_WORLD.3 MPI_COMPLEX.3 MPI_CONGRUENT.3 MPI_Cancel.3 \ X MPI_Cart_coords.3 MPI_Cart_create.3 MPI_Cart_get.3 MPI_Cart_map.3 \ X MPI_Cart_rank.3 MPI_Cart_shift.3 MPI_Cart_sub.3 MPI_Comm_compare.3 \ X MPI_Comm_create.3 MPI_Comm_dup.3 MPI_Comm_free.3 MPI_Comm_group.3 \ X MPI_Comm_get_name.3 MPI_Comm_rank.3 MPI_Comm_remote_size.3 \ X MPI_Comm_size.3 MPI_Comm_split.3 MPI_Comm_set_name.3 \ X MPI_Comm_test_inter.3 MPI_Copy_function.3 MPI_DATATYPE_NULL.3 \ X MPI_DOUBLE.3 MPI_DOUBLE_COMPLEX.3 MPI_DOUBLE_INT.3 \ X MPI_DOUBLE_PRECISION.3 MPI_DUP_FN.3 MPI_Delete_function.3 \ X MPI_Dims_create.3 MPI_ERROR.3 MPI_ERRORS_ARE_FATAL.3 \ X MPI_ERRORS_RETURN.3 MPI_ERR_ARG.3 MPI_IO.3 MPI_ERR_BUFFER.3 \ X MPI_ERR_BUFFER_EXISTS.3 MPI_ERR_COMM.3 MPI_ERR_COMM_INTER.3 \ X MPI_ERR_COMM_INTRA.3 MPI_ERR_COMM_NULL.3 MPI_ERR_COUNT.3 \ X MPI_ERR_DIMS.3 MPI_ERR_ERRORCODE.3 MPI_ERR_GROUP.3 MPI_ERR_INIT.3 \ X MPI_ERR_INTERN.3 MPI_ERR_IN_STATUS.3 MPI_ERR_LASTCODE.3 \ X MPI_ERR_LIMIT.3 MPI_ERR_NOMATCH.3 MPI_ERR_OP.3 MPI_ERR_NULL.3 \ X MPI_ERR_PERM_KEY.3 MPI_ERR_PERM_OP.3 MPI_ERR_PERM_TYPE.3 \ X MPI_ERR_PRE_INIT.3 MPI_ERR_RANK.3 MPI_ERR_ROOT.3 MPI_ERR_TAG.3 \ X MPI_ERR_TOPOLOGY.3 MPI_ERR_TRUNCATE.3 MPI_ERR_TYPE.3 MPI_ERR_UNKNOWN.3 \ X MPI_Errhandler_free.3 MPI_Errhandler_get.3 MPI_Errhandler_set.3 \ X MPI_FLOAT.3 MPI_GRAPH.3 MPI_Error_class.3 MPI_FLOAT_INT.3 \ X MPI_Finalize.3 MPI_Gather.3 MPI_File_delete.3 MPI_File_f2c.3 \ X MPI_File_get_amode.3 MPI_File_get_atomicity.3 \ X MPI_File_get_byte_offset.3 MPI_File_get_group.3 \ X MPI_File_set_errhandler.3 MPI_File_get_info.3 MPI_File_iread.3 \ X MPI_File_set_size.3 MPI_File_get_size.3 MPI_File_read.3 \ X MPI_File_get_view.3 MPI_File_iread_at.3 MPI_File_iread_shared.3 \ X MPI_File_iwrite.3 MPI_File_iwrite_at.3 MPI_File_iwrite_shared.3 \ X MPI_File_open.3 MPI_File_read_all.3 MPI_File_read_at_all_begin.3 \ X MPI_File_read_all_begin.3 MPI_File_read_all_end.3 MPI_File_read_at.3 \ X MPI_File_read_at_all.3 MPI_File_read_ordered.3 MPI_Info_get_nthkey.3 \ X MPI_File_read_ordered_begin.3 MPI_File_read_ordered_end.3 \ X MPI_File_read_shared.3 MPI_File_seek.3 MPI_File_set_atomicity.3 \ X MPI_File_set_info.3 MPI_File_write.3 MPI_File_sync.3 \ X MPI_File_write_all.3 MPI_File_write_all_begin.3 \ X MPI_File_write_all_end.3 MPI_HOST.3 MPI_File_write_at.3 \ X MPI_File_write_at_all.3 MPI_File_write_at_all_end.3 \ X MPI_Type_create_subarray.3 MPI_File_write_ordered.3 \ X MPI_File_write_ordered_end.3 MPI_File_write_shared.3 MPI_Info_c2f.3 \ X MPI_Info_create.3 MPI_GROUP_EMPTY.3 MPI_GROUP_NULL.3 MPI_Gatherv.3 \ X MPI_Get_count.3 MPI_Get_elements.3 MPI_Get_processor_name.3 \ X MPI_Get_version.3 MPI_Graph_create.3 MPI_Graph_get.3 MPI_Graph_map.3 \ X MPI_Graph_neighbors.3 MPI_Graphdims_get.3 MPI_Group_compare.3 \ X MPI_Group_difference.3 MPI_Group_excl.3 MPI_Group_free.3 \ X MPI_Group_incl.3 MPI_Group_intersection.3 MPI_Group_range_excl.3 \ X MPI_Group_range_incl.3 MPI_Group_rank.3 MPI_Group_size.3 \ X MPI_Group_translate_ranks.3 MPI_Group_union.3 MPI_Handler_function.3 \ X MPI_IDENT.3 MPI_INT.3 MPI_INTEGER.3 MPI_INTEGER1.3 MPI_INTEGER2.3 \ X MPI_INTEGER4.3 MPI_Ibsend.3 MPI_Info_delete.3 MPI_Info_dup.3 \ X MPIO_Request_c2f.3 MPI_Info_f2c.3 MPI_Info_free.3 MPI_LB.3 \ X MPI_Info_get_nkeys.3 MPI_Info_get_valuelen.3 MPI_File_get_errhandler.3 \ X MPI_Info_set.3 MPI_Init.3 MPI_Initialized.3 MPI_Int2handle.3 \ X MPI_Intercomm_create.3 MPI_Intercomm_merge.3 MPI_Iprobe.3 MPI_Irecv.3 \ X MPI_Irsend.3 MPI_Isend.3 MPI_Issend.3 MPI_KEYVAL_INVALID.3 \ X MPI_Keyval_create.3 MPI_Keyval_free.3 MPI_LAND.3 MPI_LOGICAL.3 \ X MPI_LONG.3 MPI_LONG_DOUBLE.3 MPI_LONG_INT.3 MPI_LONG_LONG_INT.3 \ X MPI_LOR.3 MPI_LXOR.3 MPI_MAX.3 MPI_MAXLOC.3 MPI_MAX_ERROR_STRING.3 \ X MPI_MAX_PROCESSOR_NAME.3 MPI_MIN.3 MPI_MINLOC.3 MPI_NULL_COPY_FN.3 \ X MPI_NULL_DELETE_FN.3 MPI_OP_NULL.3 MPI_Op_create.3 MPI_PACKED.3 \ X MPI_PROC_NULL.3 MPI_PROD.3 MPI_Pack.3 MPI_Pack_size.3 MPI_Pcontrol.3 \ X MPI_Probe.3 MPI_REAL.3 MPI_REAL8.3 MPI_REQUEST_NULL.3 MPI_Recv.3 \ X MPI_Recv_init.3 MPI_Reduce.3 MPI_Rsend.3 MPI_Request_c2f.3 \ X MPI_Rsend_init.3 MPI_SHORT.3 MPI_SHORT_INT.3 MPI_SIMILAR.3 \ X MPI_SOURCE.3 MPI_SUCCESS.3 MPI_SUM.3 MPI_Scan.3 MPI_Scatter.3 \ X MPI_Scatterv.3 MPI_Send.3 MPI_Send_init.3 MPI_Sendrecv.3 \ X MPI_Sendrecv_replace.3 MPI_Ssend.3 MPI_Ssend_init.3 MPI_Start.3 \ X MPI_Status_c2f.3 MPI_Status_set_cancelled.3 MPI_Status_set_elements.3 \ X MPI_TAG.3 MPI_TAG_UB.3 MPI_Test.3 MPI_Test_cancelled.3 MPI_Testall.3 \ X MPI_Testany.3 MPI_Testsome.3 MPI_Topo_test.3 MPI_Type_contiguous.3 \ X MPI_Type_create_indexed_block.3 MPI_Init_thread.3 MPI_UB.3 \ X MPI_Unpack.3 MPI_Type_free.3 MPI_Type_get_envelope.3 \ X MPI_Type_hindexed.3 MPI_Type_hvector.3 MPI_Type_lb.3 MPI_Type_size.3 \ X MPI_Type_struct.3 MPI_Type_ub.3 MPI_Type_vector.3 MPI_UNDEFINED.3 \ X MPI_UNDEFINED_RANK.3 MPI_UNEQUAL.3 MPI_UNSIGNED.3 MPI_UNSIGNED_CHAR.3 \ X MPI_UNSIGNED_LONG.3 MPI_UNSIGNED_SHORT.3 MPI_User_function.3 \ X MPI_WTIME_IS_GLOBAL.3 MPI_Wait.3 MPI_Waitall.3 MPI_Waitany.3 \ X MPI_Waitsome.3 MPI_Wtick.3 MPI_Wtime.3 MPIO_Test.3 Constants.3 \ X MPI_2COMPLEX.3 MPI_2DOUBLE_COMPLEX.3 MPI_Allgather.3 MPI_Attr_delete.3 \ X MPI_Bsend.3 MPI_COMM_NULL.3 MPI_Cartdim_get.3 MPI_Comm_remote_group.3 \ X MPI_ERRHANDLER_NULL.3 MPI_ERR_BAD_ARGS.3 MPI_ERR_EXHAUSTED.3 \ X MPI_ERR_OTHER.3 MPI_Errhandler_create.3 MPI_Error_string.3 \ X MPI_Finalized.3 MPI_Graph_neighbors_count.3 MPI_Info_get.3 \ X MPI_Type_create_darray.3 MPI_LONG_DOUBLE_INT.3 MPI_Op_free.3 \ X MPI_REAL4.3 MPI_Reduce_scatter.3 MPI_Request_free.3 MPI_Startall.3 \ X MPI_Type_commit.3 MPI_Type_extent.3 MPI_Type_get_contents.3 \ X MPI_Type_indexed.3 MPI_File_c2f.3 MPI_File_close.3 \ X MPI_File_get_position_shared.3 MPI_File_get_type_extent.3 \ X MPI_File_read_at_all_end.3 MPI_File_seek_shared.3 MPI_File_set_view.3 \ X MPI_File_write_ordered_begin.3 MPIO_Request_f2c.3 \ X MPI_File_write_at_all_begin.3 XMAN4= CLOG_Init.4 CLOG_commtype.4 CLOG_cput.4 CLOG_csync.4 \ X CLOG_get_new_event.4 CLOG_get_new_state.4 CLOG_init_buffers.4 \ X CLOG_mergelogs.4 CLOG_mergend.4 CLOG_msgtype.4 CLOG_procbuf.4 MPE.4 \ X CLOG_newbuff.4 CLOG_reclen.4 CLOG_reinit_buff.4 CLOG_treesetup.4 \ X MPE_Add_RGB_color.4 MPE_CaptureFile.4 MPE_Close_graphics.4 \ X MPE_Comm_global_rank.4 MPE_Counter_create.4 MPE_Counter_free.4 \ X MPE_Counter_nxtval.4 MPE_Decomp1d.4 MPE_Describe_state.4 \ X MPE_Draw_circle.4 MPE_Draw_line.4 MPE_Draw_logic.4 MPE_Draw_point.4 \ X MPE_Draw_points.4 MPE_Draw_string.4 MPE_Fill_circle.4 \ X MPE_Fill_rectangle.4 MPE_Finish_log.4 MPE_GetTags.4 \ X MPE_IO_Stdout_to_file.4 MPE_Iget_mouse_press.4 MPE_Init_log.4 \ X MPE_Initialized_logging.4 MPE_Line_thickness.4 MPE_Log_event.4 \ X MPE_Log_get_event_number.4 MPE_Log_receive.4 MPE_Log_send.4 \ X MPE_Num_colors.4 MPE_Open_graphics.4 MPE_Print_datatype_pack_action.4 \ X MPE_Seq_begin.4 MPE_Update.4 MPE_ReturnTags.4 MPE_Seq_end.4 \ X MPE_Start_log.4 MPE_Stop_log.4 MPE_TagsEnd.4 CLOG_Finalize.4 \ X CLOG_Output.4 CLOG_nodebuffer2disk.4 CLOG_rectype.4 \ X MPE_Describe_event.4 MPE_Get_mouse_press.4 MPE_Make_color_array.4 \ X MPE_Print_datatype_unpack_action.4 XINSTALL_TARGET= install X X.include END-of-net/mpich/Makefile echo c - net/mpich/files mkdir -p net/mpich/files > /dev/null 2>&1 echo x - net/mpich/files/patch-ab sed 's/^X//' >net/mpich/files/patch-ab << 'END-of-net/mpich/files/patch-ab' X--- mpid/server/configure.orig Tue Sep 12 07:57:09 2000 X+++ mpid/server/configure Tue Sep 12 08:01:11 2000 X@@ -1589,8 +1589,8 @@ X ac_find_inc_dir=$dir X break X fi X- if test -r $dir/include/ssl.h ; then X- ac_find_inc_dir=$dir/include X+ if test -r $dir/include/openssl/ssl.h ; then X+ ac_find_inc_dir=$dir/include/openssl X break X fi X done END-of-net/mpich/files/patch-ab echo x - net/mpich/files/patch-mpid::ch2::chtick.c sed 's/^X//' >net/mpich/files/patch-mpid::ch2::chtick.c << 'END-of-net/mpich/files/patch-mpid::ch2::chtick.c' X--- mpid/ch2/chtick.c-orig Wed Apr 4 09:16:05 2001 X+++ mpid/ch2/chtick.c Sat Aug 25 08:49:10 2001 X@@ -14,6 +14,7 @@ X !defined(MPID_CH_Wtime) X #define USING_POSIX_CLOCK X #include X+#include X #endif X /* X This returns a value that is correct but not the best value that END-of-net/mpich/files/patch-mpid::ch2::chtick.c echo x - net/mpich/pkg-descr sed 's/^X//' >net/mpich/pkg-descr << 'END-of-net/mpich/pkg-descr' XMPICH is a portable implementation of the MPI (Message Passing XInterface) standard. The goal of MPI, simply stated, is to develop a Xwidely used standard for writing message-passing programs. As such the Xinterface should establish a practical, portable, efficient, and Xflexible standard for message passing. Included are a full set of Xdocuments and parallel programming examples. X XWWW: http://www.mcs.anl.gov/mpi/mpich/ END-of-net/mpich/pkg-descr echo x - net/mpich/pkg-plist sed 's/^X//' >net/mpich/pkg-plist << 'END-of-net/mpich/pkg-plist' Xmpich/bin/clog2alog Xmpich/bin/clog2slog Xmpich/bin/clog_print Xmpich/bin/logviewer Xmpich/bin/mpereconfig Xmpich/bin/mpereconfig.dat Xmpich/bin/mpereconfig.in Xmpich/bin/mpiCC Xmpich/bin/mpicc Xmpich/bin/mpif77 Xmpich/bin/mpif90 Xmpich/bin/mpiman Xmpich/bin/mpireconfig Xmpich/bin/mpireconfig.dat Xmpich/bin/mpirun Xmpich/bin/mpirun.args Xmpich/bin/mpirun.ch_p4 Xmpich/bin/mpirun.ch_p4.args Xmpich/bin/mpirun.p4shmem Xmpich/bin/mpirun.pg Xmpich/bin/mpirun.rand Xmpich/bin/mpirun_dbg.dbx Xmpich/bin/mpirun_dbg.ddd Xmpich/bin/mpirun_dbg.gdb Xmpich/bin/mpirun_dbg.ladebug Xmpich/bin/mpirun_dbg.totalview Xmpich/bin/mpirun_dbg.xxgdb Xmpich/bin/serv_p4 Xmpich/bin/slog_print Xmpich/bin/tarch Xmpich/bin/tdevice Xmpich/doc/mpeman.pdf Xmpich/doc/mpeman.ps.gz Xmpich/doc/mpichman-chp4.pdf Xmpich/doc/mpichman-chp4.ps.gz Xmpich/doc/mpichman-chp4mpd.pdf Xmpich/doc/mpichman-chp4mpd.ps.gz Xmpich/doc/mpichman-chshmem.pdf Xmpich/doc/mpichman-chshmem.ps.gz Xmpich/doc/mpichman-globus2.pdf Xmpich/doc/mpichman-globus2.ps.gz Xmpich/doc/mpiman.ps Xmpich/doc/romio-users.ps.gz Xmpich/etc/mpichconf.h.dat Xmpich/etc/mpichlib.conf Xmpich/etc/mpif77.conf Xmpich/etc/mpif90.conf Xmpich/examples/Makefile Xmpich/examples/Makefile.in Xmpich/examples/README Xmpich/examples/cpi.c Xmpich/examples/cpilog.c Xmpich/examples/cpip.c Xmpich/examples/hello++.cc Xmpich/examples/mpirun Xmpich/examples/pi3.f Xmpich/examples/pi3f90.f90 Xmpich/examples/pi3p.f Xmpich/examples/simpleio.c Xmpich/include/basex11.h Xmpich/include/mpe.h Xmpich/include/mpe_graphics.h Xmpich/include/mpe_log.h Xmpich/include/mpeexten.h Xmpich/include/mpef.h Xmpich/include/mpetools.h Xmpich/include/mpi.h Xmpich/include/mpi2c++/comm.h Xmpich/include/mpi2c++/comm_inln.h Xmpich/include/mpi2c++/constants.h Xmpich/include/mpi2c++/datatype.h Xmpich/include/mpi2c++/datatype_inln.h Xmpich/include/mpi2c++/errhandler.h Xmpich/include/mpi2c++/errhandler_inln.h Xmpich/include/mpi2c++/exception.h Xmpich/include/mpi2c++/functions.h Xmpich/include/mpi2c++/functions_inln.h Xmpich/include/mpi2c++/group.h Xmpich/include/mpi2c++/group_inln.h Xmpich/include/mpi2c++/intercomm.h Xmpich/include/mpi2c++/intercomm_inln.h Xmpich/include/mpi2c++/intracomm.h Xmpich/include/mpi2c++/intracomm_inln.h Xmpich/include/mpi2c++/mpi++.h Xmpich/include/mpi2c++/mpi2c++_config.h Xmpich/include/mpi2c++/mpi2c++_list.h Xmpich/include/mpi2c++/mpi2c++_map.h Xmpich/include/mpi2c++/op.h Xmpich/include/mpi2c++/op_inln.h Xmpich/include/mpi2c++/pcomm.h Xmpich/include/mpi2c++/pdatatype.h Xmpich/include/mpi2c++/perrhandler.h Xmpich/include/mpi2c++/pexception.h Xmpich/include/mpi2c++/pgroup.h Xmpich/include/mpi2c++/pgroup_inln.h Xmpich/include/mpi2c++/pintercomm.h Xmpich/include/mpi2c++/pintracomm.h Xmpich/include/mpi2c++/pmpi++.h Xmpich/include/mpi2c++/pop.h Xmpich/include/mpi2c++/pop_inln.h Xmpich/include/mpi2c++/prequest.h Xmpich/include/mpi2c++/prequest_inln.h Xmpich/include/mpi2c++/pstatus.h Xmpich/include/mpi2c++/pstatus_inln.h Xmpich/include/mpi2c++/ptopology.h Xmpich/include/mpi2c++/request.h Xmpich/include/mpi2c++/request_inln.h Xmpich/include/mpi2c++/status.h Xmpich/include/mpi2c++/status_inln.h Xmpich/include/mpi2c++/topology.h Xmpich/include/mpi2c++/topology_inln.h Xmpich/include/mpi_errno.h Xmpich/include/mpi_fortdefs.h Xmpich/include/mpidefs.h Xmpich/include/mpif.h Xmpich/include/mpio.h Xmpich/include/mpiof.h Xmpich/include/protofix.h X%%X11%%mpich/lib/libampe.a Xmpich/lib/libfmpich.a Xmpich/lib/liblmpe.a Xmpich/lib/libmpe.a X%%X11%%mpich/lib/libmpe_nompi.a Xmpich/lib/libmpich.a Xmpich/lib/libmpichfsup.a Xmpich/lib/libpmpich++.a Xmpich/lib/libpmpich.a Xmpich/lib/libtmpe.a Xmpich/lib/mpe_prof.o Xmpich/man/mandesc Xmpich/sbin/chkserv Xmpich/sbin/chp4_servs Xmpich/sbin/cleanipcs Xmpich/sbin/mpiuninstall Xmpich/sbin/tstmachines Xmpich/share/Makefile.sample Xmpich/share/examples/Makefile Xmpich/share/examples/Makefile.in Xmpich/share/examples/cpi.c Xmpich/share/examples/cpilog.c Xmpich/share/examples/cxgraphics.c Xmpich/share/examples/fpi.f Xmpich/share/examples/fxgraphics.f Xmpich/share/examples/mpirun Xmpich/share/examples/srtest.c X%%JAVA%%mpich/share/jumpshot-3/README X%%JAVA%%mpich/share/jumpshot-3/README.slog X%%JAVA%%mpich/share/jumpshot-3/TourStepByStep.txt X%%JAVA%%mpich/share/jumpshot-3/UserGuide.txt X%%JAVA%%mpich/share/jumpshot-3/bin/jumpshot X%%JAVA%%mpich/share/jumpshot-3/bin/slog_print X%%JAVA%%mpich/share/jumpshot-3/doc/TourStepByStep.pdf X%%JAVA%%mpich/share/jumpshot-3/doc/html/TourStepByStep.css X%%JAVA%%mpich/share/jumpshot-3/doc/html/TourStepByStep.html X%%JAVA%%mpich/share/jumpshot-3/doc/html/WARNINGS X%%JAVA%%mpich/share/jumpshot-3/doc/html/crossref.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/footnode.html X%%JAVA%%mpich/share/jumpshot-3/doc/html/images.aux X%%JAVA%%mpich/share/jumpshot-3/doc/html/images.log X%%JAVA%%mpich/share/jumpshot-3/doc/html/images.pl X%%JAVA%%mpich/share/jumpshot-3/doc/html/images.tex X%%JAVA%%mpich/share/jumpshot-3/doc/html/img1.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/img10.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/img11.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/img12.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/img13.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/img2.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/img3.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/img4.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/img5.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/img6.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/img7.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/img8.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/img9.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/index.html X%%JAVA%%mpich/share/jumpshot-3/doc/html/internals.pl X%%JAVA%%mpich/share/jumpshot-3/doc/html/labels.pl X%%JAVA%%mpich/share/jumpshot-3/doc/html/next.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/next_g.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/node1.html X%%JAVA%%mpich/share/jumpshot-3/doc/html/node2.html X%%JAVA%%mpich/share/jumpshot-3/doc/html/node3.html X%%JAVA%%mpich/share/jumpshot-3/doc/html/node4.html X%%JAVA%%mpich/share/jumpshot-3/doc/html/node5.html X%%JAVA%%mpich/share/jumpshot-3/doc/html/node6.html X%%JAVA%%mpich/share/jumpshot-3/doc/html/node7.html X%%JAVA%%mpich/share/jumpshot-3/doc/html/prev.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/prev_g.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/up.gif X%%JAVA%%mpich/share/jumpshot-3/doc/html/up_g.gif X%%JAVA%%mpich/share/jumpshot-3/doc/jumpshot.def X%%JAVA%%mpich/share/jumpshot-3/etc/jumpshot.conf X%%JAVA%%mpich/share/jumpshot-3/lib/images.jar X%%JAVA%%mpich/share/jumpshot-3/lib/jumpshot.jar X%%JAVA%%mpich/share/jumpshot-3/lib/preview.jar X%%JAVA%%mpich/share/jumpshot-3/lib/slog.jar X%%JAVA%%mpich/share/jumpshot-3/lib/slog_print.class X%%JAVA%%mpich/share/jumpshot-3/lib/slog_print_remote.class X%%JAVA%%mpich/share/jumpshot-3/lib/statsviewer.jar X%%JAVA%%mpich/share/jumpshot-3/logfiles/sample.slog X%%JAVA%%mpich/share/jumpshot-3/logfiles/sppm.stats.0301 X%%JAVA%%mpich/share/jumpshot-3/logfiles/sppm_ic2a.slog X%%JAVA%%mpich/share/jumpshot-3/logfiles/stats0204.txt X%%JAVA%%mpich/share/jumpshot-3/logfiles/stats3.txt X%%JAVA%%mpich/share/jumpshot-3/logfiles/thread1.stats X%%JAVA%%mpich/share/jumpshot-3/sbin/exejar X%%JAVA%%mpich/share/jumpshot-3/share/jumpshot.colors X%%JAVA%%@dirrm mpich/share/jumpshot-3/share X%%JAVA%%@dirrm mpich/share/jumpshot-3/sbin X%%JAVA%%@dirrm mpich/share/jumpshot-3/logfiles X%%JAVA%%@dirrm mpich/share/jumpshot-3/lib X%%JAVA%%@dirrm mpich/share/jumpshot-3/etc X%%JAVA%%@dirrm mpich/share/jumpshot-3/doc/html X%%JAVA%%@dirrm mpich/share/jumpshot-3/doc X%%JAVA%%@dirrm mpich/share/jumpshot-3/bin X%%JAVA%%@dirrm mpich/share/jumpshot-3 Xmpich/share/machines.freebsd Xmpich/share/machines.sample X%%TK%%mpich/share/upshot/bin/upshot X%%TK%%mpich/share/upshot/bitmaps/2x2 X%%TK%%mpich/share/upshot/bitmaps/black X%%TK%%mpich/share/upshot/bitmaps/boxes X%%TK%%mpich/share/upshot/bitmaps/dimple3 X%%TK%%mpich/share/upshot/bitmaps/dllines3 X%%TK%%mpich/share/upshot/bitmaps/dllines4 X%%TK%%mpich/share/upshot/bitmaps/drlines3 X%%TK%%mpich/share/upshot/bitmaps/drlines4 X%%TK%%mpich/share/upshot/bitmaps/gray X%%TK%%mpich/share/upshot/bitmaps/gray2 X%%TK%%mpich/share/upshot/bitmaps/gray3 X%%TK%%mpich/share/upshot/bitmaps/hlines2 X%%TK%%mpich/share/upshot/bitmaps/hlines3 X%%TK%%mpich/share/upshot/bitmaps/hlines4 X%%TK%%mpich/share/upshot/bitmaps/light_gray X%%TK%%mpich/share/upshot/bitmaps/vlines2 X%%TK%%mpich/share/upshot/bitmaps/vlines3 X%%TK%%mpich/share/upshot/bitmaps/vlines4 X%%TK%%mpich/share/upshot/bitmaps/white X%%TK%%mpich/share/upshot/logfiles/fft.trf X%%TK%%mpich/share/upshot/logfiles/sam_hyp.16.log Xmpich/www/index.html Xmpich/www/www1/Jumpshots.html Xmpich/www/www1/MPI.html Xmpich/www/www1/chp4_servs.html Xmpich/www/www1/cleanipcs.html Xmpich/www/www1/index.html Xmpich/www/www1/mpiCC.html Xmpich/www/www1/mpicc.html Xmpich/www/www1/mpif77.html Xmpich/www/www1/mpif90.html Xmpich/www/www1/mpiman.html Xmpich/www/www1/mpireconfig.html Xmpich/www/www1/mpirun.html Xmpich/www/www1/tstmachines.html Xmpich/www/www3/Constants.html Xmpich/www/www3/MPIO_Request_c2f.html Xmpich/www/www3/MPIO_Request_f2c.html Xmpich/www/www3/MPIO_Test.html Xmpich/www/www3/MPIO_Wait.html Xmpich/www/www3/MPI_Abort.html Xmpich/www/www3/MPI_Address.html Xmpich/www/www3/MPI_Allgather.html Xmpich/www/www3/MPI_Allgatherv.html Xmpich/www/www3/MPI_Allreduce.html Xmpich/www/www3/MPI_Alltoall.html Xmpich/www/www3/MPI_Alltoallv.html Xmpich/www/www3/MPI_Attr_delete.html Xmpich/www/www3/MPI_Attr_get.html Xmpich/www/www3/MPI_Attr_put.html Xmpich/www/www3/MPI_Barrier.html Xmpich/www/www3/MPI_Bcast.html Xmpich/www/www3/MPI_Bsend.html Xmpich/www/www3/MPI_Bsend_init.html Xmpich/www/www3/MPI_Buffer_attach.html Xmpich/www/www3/MPI_Buffer_detach.html Xmpich/www/www3/MPI_CHAR.html Xmpich/www/www3/MPI_Cancel.html Xmpich/www/www3/MPI_Cart_coords.html Xmpich/www/www3/MPI_Cart_create.html Xmpich/www/www3/MPI_Cart_get.html Xmpich/www/www3/MPI_Cart_map.html Xmpich/www/www3/MPI_Cart_rank.html Xmpich/www/www3/MPI_Cart_shift.html Xmpich/www/www3/MPI_Cart_sub.html Xmpich/www/www3/MPI_Cartdim_get.html Xmpich/www/www3/MPI_Comm_compare.html Xmpich/www/www3/MPI_Comm_create.html Xmpich/www/www3/MPI_Comm_dup.html Xmpich/www/www3/MPI_Comm_free.html Xmpich/www/www3/MPI_Comm_get_name.html Xmpich/www/www3/MPI_Comm_group.html Xmpich/www/www3/MPI_Comm_rank.html Xmpich/www/www3/MPI_Comm_remote_group.html Xmpich/www/www3/MPI_Comm_remote_size.html Xmpich/www/www3/MPI_Comm_set_name.html Xmpich/www/www3/MPI_Comm_size.html Xmpich/www/www3/MPI_Comm_split.html Xmpich/www/www3/MPI_Comm_test_inter.html Xmpich/www/www3/MPI_DUP_FN.html Xmpich/www/www3/MPI_Dims_create.html Xmpich/www/www3/MPI_Errhandler_create.html Xmpich/www/www3/MPI_Errhandler_free.html Xmpich/www/www3/MPI_Errhandler_get.html Xmpich/www/www3/MPI_Errhandler_set.html Xmpich/www/www3/MPI_Error_class.html Xmpich/www/www3/MPI_Error_string.html Xmpich/www/www3/MPI_File_c2f.html Xmpich/www/www3/MPI_File_close.html Xmpich/www/www3/MPI_File_delete.html Xmpich/www/www3/MPI_File_f2c.html Xmpich/www/www3/MPI_File_get_amode.html Xmpich/www/www3/MPI_File_get_atomicity.html Xmpich/www/www3/MPI_File_get_byte_offset.html Xmpich/www/www3/MPI_File_get_errhandler.html Xmpich/www/www3/MPI_File_get_group.html Xmpich/www/www3/MPI_File_get_info.html Xmpich/www/www3/MPI_File_get_position.html Xmpich/www/www3/MPI_File_get_position_shared.html Xmpich/www/www3/MPI_File_get_size.html Xmpich/www/www3/MPI_File_get_type_extent.html Xmpich/www/www3/MPI_File_get_view.html Xmpich/www/www3/MPI_File_iread.html Xmpich/www/www3/MPI_File_iread_at.html Xmpich/www/www3/MPI_File_iread_shared.html Xmpich/www/www3/MPI_File_iwrite.html Xmpich/www/www3/MPI_File_iwrite_at.html Xmpich/www/www3/MPI_File_iwrite_shared.html Xmpich/www/www3/MPI_File_open.html Xmpich/www/www3/MPI_File_preallocate.html Xmpich/www/www3/MPI_File_read.html Xmpich/www/www3/MPI_File_read_all.html Xmpich/www/www3/MPI_File_read_all_begin.html Xmpich/www/www3/MPI_File_read_all_end.html Xmpich/www/www3/MPI_File_read_at.html Xmpich/www/www3/MPI_File_read_at_all.html Xmpich/www/www3/MPI_File_read_at_all_begin.html Xmpich/www/www3/MPI_File_read_at_all_end.html Xmpich/www/www3/MPI_File_read_ordered.html Xmpich/www/www3/MPI_File_read_ordered_begin.html Xmpich/www/www3/MPI_File_read_ordered_end.html Xmpich/www/www3/MPI_File_read_shared.html Xmpich/www/www3/MPI_File_seek.html Xmpich/www/www3/MPI_File_seek_shared.html Xmpich/www/www3/MPI_File_set_atomicity.html Xmpich/www/www3/MPI_File_set_errhandler.html Xmpich/www/www3/MPI_File_set_info.html Xmpich/www/www3/MPI_File_set_size.html Xmpich/www/www3/MPI_File_set_view.html Xmpich/www/www3/MPI_File_sync.html Xmpich/www/www3/MPI_File_write.html Xmpich/www/www3/MPI_File_write_all.html Xmpich/www/www3/MPI_File_write_all_begin.html Xmpich/www/www3/MPI_File_write_all_end.html Xmpich/www/www3/MPI_File_write_at.html Xmpich/www/www3/MPI_File_write_at_all.html Xmpich/www/www3/MPI_File_write_at_all_begin.html Xmpich/www/www3/MPI_File_write_at_all_end.html Xmpich/www/www3/MPI_File_write_ordered.html Xmpich/www/www3/MPI_File_write_ordered_begin.html Xmpich/www/www3/MPI_File_write_ordered_end.html Xmpich/www/www3/MPI_File_write_shared.html Xmpich/www/www3/MPI_Finalize.html Xmpich/www/www3/MPI_Finalized.html Xmpich/www/www3/MPI_Gather.html Xmpich/www/www3/MPI_Gatherv.html Xmpich/www/www3/MPI_Get_count.html Xmpich/www/www3/MPI_Get_elements.html Xmpich/www/www3/MPI_Get_processor_name.html Xmpich/www/www3/MPI_Get_version.html Xmpich/www/www3/MPI_Graph_create.html Xmpich/www/www3/MPI_Graph_get.html Xmpich/www/www3/MPI_Graph_map.html Xmpich/www/www3/MPI_Graph_neighbors.html Xmpich/www/www3/MPI_Graph_neighbors_count.html Xmpich/www/www3/MPI_Graphdims_get.html Xmpich/www/www3/MPI_Group_compare.html Xmpich/www/www3/MPI_Group_difference.html Xmpich/www/www3/MPI_Group_excl.html Xmpich/www/www3/MPI_Group_free.html Xmpich/www/www3/MPI_Group_incl.html Xmpich/www/www3/MPI_Group_intersection.html Xmpich/www/www3/MPI_Group_range_excl.html Xmpich/www/www3/MPI_Group_range_incl.html Xmpich/www/www3/MPI_Group_rank.html Xmpich/www/www3/MPI_Group_size.html Xmpich/www/www3/MPI_Group_translate_ranks.html Xmpich/www/www3/MPI_Group_union.html Xmpich/www/www3/MPI_Ibsend.html Xmpich/www/www3/MPI_Info_c2f.html Xmpich/www/www3/MPI_Info_create.html Xmpich/www/www3/MPI_Info_delete.html Xmpich/www/www3/MPI_Info_dup.html Xmpich/www/www3/MPI_Info_f2c.html Xmpich/www/www3/MPI_Info_free.html Xmpich/www/www3/MPI_Info_get.html Xmpich/www/www3/MPI_Info_get_nkeys.html Xmpich/www/www3/MPI_Info_get_nthkey.html Xmpich/www/www3/MPI_Info_get_valuelen.html Xmpich/www/www3/MPI_Info_set.html Xmpich/www/www3/MPI_Init.html Xmpich/www/www3/MPI_Init_thread.html Xmpich/www/www3/MPI_Initialized.html Xmpich/www/www3/MPI_Int2handle.html Xmpich/www/www3/MPI_Intercomm_create.html Xmpich/www/www3/MPI_Intercomm_merge.html Xmpich/www/www3/MPI_Iprobe.html Xmpich/www/www3/MPI_Irecv.html Xmpich/www/www3/MPI_Irsend.html Xmpich/www/www3/MPI_Isend.html Xmpich/www/www3/MPI_Issend.html Xmpich/www/www3/MPI_Keyval_create.html Xmpich/www/www3/MPI_Keyval_free.html Xmpich/www/www3/MPI_NULL_COPY_FN.html Xmpich/www/www3/MPI_NULL_DELETE_FN.html Xmpich/www/www3/MPI_Op_create.html Xmpich/www/www3/MPI_Op_free.html Xmpich/www/www3/MPI_Pack.html Xmpich/www/www3/MPI_Pack_size.html Xmpich/www/www3/MPI_Pcontrol.html Xmpich/www/www3/MPI_Probe.html Xmpich/www/www3/MPI_Recv.html Xmpich/www/www3/MPI_Recv_init.html Xmpich/www/www3/MPI_Reduce.html Xmpich/www/www3/MPI_Reduce_scatter.html Xmpich/www/www3/MPI_Request_c2f.html Xmpich/www/www3/MPI_Request_free.html Xmpich/www/www3/MPI_Rsend.html Xmpich/www/www3/MPI_Rsend_init.html Xmpich/www/www3/MPI_Scan.html Xmpich/www/www3/MPI_Scatter.html Xmpich/www/www3/MPI_Scatterv.html Xmpich/www/www3/MPI_Send.html Xmpich/www/www3/MPI_Send_init.html Xmpich/www/www3/MPI_Sendrecv.html Xmpich/www/www3/MPI_Sendrecv_replace.html Xmpich/www/www3/MPI_Ssend.html Xmpich/www/www3/MPI_Ssend_init.html Xmpich/www/www3/MPI_Start.html Xmpich/www/www3/MPI_Startall.html Xmpich/www/www3/MPI_Status_c2f.html Xmpich/www/www3/MPI_Status_set_cancelled.html Xmpich/www/www3/MPI_Status_set_elements.html Xmpich/www/www3/MPI_Test.html Xmpich/www/www3/MPI_Test_cancelled.html Xmpich/www/www3/MPI_Testall.html Xmpich/www/www3/MPI_Testany.html Xmpich/www/www3/MPI_Testsome.html Xmpich/www/www3/MPI_Topo_test.html Xmpich/www/www3/MPI_Type_commit.html Xmpich/www/www3/MPI_Type_contiguous.html Xmpich/www/www3/MPI_Type_create_darray.html Xmpich/www/www3/MPI_Type_create_indexed_block.html Xmpich/www/www3/MPI_Type_create_subarray.html Xmpich/www/www3/MPI_Type_extent.html Xmpich/www/www3/MPI_Type_free.html Xmpich/www/www3/MPI_Type_get_contents.html Xmpich/www/www3/MPI_Type_get_envelope.html Xmpich/www/www3/MPI_Type_hindexed.html Xmpich/www/www3/MPI_Type_hvector.html Xmpich/www/www3/MPI_Type_indexed.html Xmpich/www/www3/MPI_Type_lb.html Xmpich/www/www3/MPI_Type_size.html Xmpich/www/www3/MPI_Type_struct.html Xmpich/www/www3/MPI_Type_ub.html Xmpich/www/www3/MPI_Type_vector.html Xmpich/www/www3/MPI_Unpack.html Xmpich/www/www3/MPI_Wait.html Xmpich/www/www3/MPI_Waitall.html Xmpich/www/www3/MPI_Waitany.html Xmpich/www/www3/MPI_Waitsome.html Xmpich/www/www3/MPI_Wtick.html Xmpich/www/www3/MPI_Wtime.html Xmpich/www/www3/index.html Xmpich/www/www4/CLOG_Finalize.html Xmpich/www/www4/CLOG_Init.html Xmpich/www/www4/CLOG_Output.html Xmpich/www/www4/CLOG_commtype.html Xmpich/www/www4/CLOG_cput.html Xmpich/www/www4/CLOG_csync.html Xmpich/www/www4/CLOG_get_new_event.html Xmpich/www/www4/CLOG_get_new_state.html Xmpich/www/www4/CLOG_init_buffers.html Xmpich/www/www4/CLOG_mergelogs.html Xmpich/www/www4/CLOG_mergend.html Xmpich/www/www4/CLOG_msgtype.html Xmpich/www/www4/CLOG_newbuff.html Xmpich/www/www4/CLOG_nodebuffer2disk.html Xmpich/www/www4/CLOG_procbuf.html Xmpich/www/www4/CLOG_reclen.html Xmpich/www/www4/CLOG_rectype.html Xmpich/www/www4/CLOG_reinit_buff.html Xmpich/www/www4/CLOG_treesetup.html Xmpich/www/www4/MPE.html Xmpich/www/www4/MPE_Add_RGB_color.html Xmpich/www/www4/MPE_CaptureFile.html Xmpich/www/www4/MPE_Close_graphics.html Xmpich/www/www4/MPE_Comm_global_rank.html Xmpich/www/www4/MPE_Counter_create.html Xmpich/www/www4/MPE_Counter_free.html Xmpich/www/www4/MPE_Counter_nxtval.html Xmpich/www/www4/MPE_Decomp1d.html Xmpich/www/www4/MPE_Describe_event.html Xmpich/www/www4/MPE_Describe_state.html Xmpich/www/www4/MPE_Draw_circle.html Xmpich/www/www4/MPE_Draw_line.html Xmpich/www/www4/MPE_Draw_logic.html Xmpich/www/www4/MPE_Draw_point.html Xmpich/www/www4/MPE_Draw_points.html Xmpich/www/www4/MPE_Draw_string.html Xmpich/www/www4/MPE_Fill_circle.html Xmpich/www/www4/MPE_Fill_rectangle.html Xmpich/www/www4/MPE_Finish_log.html Xmpich/www/www4/MPE_GetTags.html Xmpich/www/www4/MPE_Get_mouse_press.html Xmpich/www/www4/MPE_IO_Stdout_to_file.html Xmpich/www/www4/MPE_Iget_mouse_press.html Xmpich/www/www4/MPE_Init_log.html Xmpich/www/www4/MPE_Initialized_logging.html Xmpich/www/www4/MPE_Line_thickness.html Xmpich/www/www4/MPE_Log_event.html Xmpich/www/www4/MPE_Log_get_event_number.html Xmpich/www/www4/MPE_Log_receive.html Xmpich/www/www4/MPE_Log_send.html Xmpich/www/www4/MPE_Make_color_array.html Xmpich/www/www4/MPE_Num_colors.html Xmpich/www/www4/MPE_Open_graphics.html Xmpich/www/www4/MPE_Print_datatype_pack_action.html Xmpich/www/www4/MPE_Print_datatype_unpack_action.html Xmpich/www/www4/MPE_ReturnTags.html Xmpich/www/www4/MPE_Seq_begin.html Xmpich/www/www4/MPE_Seq_end.html Xmpich/www/www4/MPE_Start_log.html Xmpich/www/www4/MPE_Stop_log.html Xmpich/www/www4/MPE_TagsEnd.html Xmpich/www/www4/MPE_Update.html Xmpich/www/www4/index.html X@dirrm mpich/www/www4 X@dirrm mpich/www/www3 X@dirrm mpich/www/www1 X@dirrm mpich/www X%%TK%%@dirrm mpich/share/upshot/sbin X%%TK%%@dirrm mpich/share/upshot/logfiles X%%TK%%@dirrm mpich/share/upshot/bitmaps X%%TK%%@dirrm mpich/share/upshot/bin X%%TK%%@dirrm mpich/share/upshot X@dirrm mpich/share/examples X@dirrm mpich/share X@dirrm mpich/sbin X@dirrm mpich/man/man4 X@dirrm mpich/man/man3 X@dirrm mpich/man/man1 X@dirrm mpich/man X@dirrm mpich/lib/shared X@dirrm mpich/lib X@dirrm mpich/include/mpi2c++ X@dirrm mpich/include X@dirrm mpich/examples/MPI-2-C++ X@dirrm mpich/examples X@dirrm mpich/etc X@dirrm mpich/doc X@dirrm mpich/bin X@dirrm mpich END-of-net/mpich/pkg-plist echo x - net/mpich/distinfo sed 's/^X//' >net/mpich/distinfo << 'END-of-net/mpich/distinfo' XMD5 (mpich.tar.gz) = dbf6ea0b5717bbf88851e5bd36aed644 XSIZE (mpich.tar.gz) = 15248688 END-of-net/mpich/distinfo exit >Release-Note: >Audit-Trail: State-Changed-From-To: open->closed State-Changed-By: vs State-Changed-When: Mon Apr 25 08:18:07 GMT 2005 State-Changed-Why: Duplicate of ports/80308 http://www.freebsd.org/cgi/query-pr.cgi?pr=80309 >Unformatted: