View | Details | Raw Unified | Return to bug 100522
Collapse All | Expand All

(-)net/mpich/Makefile (-7 / +6 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	mpich
8
PORTNAME=	mpich
9
PORTVERSION=	1.2.6
9
DISTVERSION=	1.2.7p1
10
PORTREVISION=	1
11
CATEGORIES=	net parallel
10
CATEGORIES=	net parallel
12
MASTER_SITES=	ftp://ftp.mcs.anl.gov/pub/mpi/
11
MASTER_SITES=	ftp://ftp.mcs.anl.gov/pub/mpi/
13
DIST_SUBDIR=	mpich
12
DIST_SUBDIR=	mpich
14
13
#PATCH_SITES=	ftp://ftp.mcs.anl.gov/pub/mpi/patch/${PORTVERSION}/
15
PATCH_SITES=	ftp://ftp.mcs.anl.gov/pub/mpi/patch/${PORTVERSION}/
14
#PATCHFILES=	10039 10243 10246
16
PATCHFILES=	10039 10243 10246
17
15
18
MAINTAINER=	dbader@ece.unm.edu
16
MAINTAINER=	dbader@ece.unm.edu
19
COMMENT=	Message Passing Interface (MPI) Library
17
COMMENT=	Message Passing Interface (MPI) Library
20
18
19
USE_BZIP2=	yes
21
CONFIGURE_ARGS=	-prefix=${PREFIX}/mpich
20
CONFIGURE_ARGS=	-prefix=${PREFIX}/mpich
22
21
23
OPTIONS=	X11	"Enable MPE graphics" on \
22
OPTIONS=	X11	"Enable MPE graphics" on \
Lines 163-169 Link Here
163
		MPI_File_get_position_shared.3 MPI_File_get_type_extent.3		\
162
		MPI_File_get_position_shared.3 MPI_File_get_type_extent.3		\
164
		MPI_File_read_at_all_end.3 MPI_File_seek_shared.3 MPI_File_set_view.3	\
163
		MPI_File_read_at_all_end.3 MPI_File_seek_shared.3 MPI_File_set_view.3	\
165
		MPI_File_write_ordered_begin.3 MPIO_Request_f2c.3			\
164
		MPI_File_write_ordered_begin.3 MPIO_Request_f2c.3			\
166
		MPI_File_write_at_all_begin.3
165
		MPI_File_write_at_all_begin.3 MPI_Register_datarep.3
167
MAN4=		CLOG_Init.4 CLOG_commtype.4 CLOG_cput.4 CLOG_csync.4			\
166
MAN4=		CLOG_Init.4 CLOG_commtype.4 CLOG_cput.4 CLOG_csync.4			\
168
		CLOG_get_new_event.4 CLOG_get_new_state.4 CLOG_init_buffers.4		\
167
		CLOG_get_new_event.4 CLOG_get_new_state.4 CLOG_init_buffers.4		\
169
		CLOG_mergelogs.4 CLOG_mergend.4 CLOG_msgtype.4 CLOG_procbuf.4 MPE.4	\
168
		CLOG_mergelogs.4 CLOG_mergend.4 CLOG_msgtype.4 CLOG_procbuf.4 MPE.4	\
Lines 205-211 Link Here
205
.endif
204
.endif
206
205
207
.if defined(MAINTAINER_MODE)
206
.if defined(MAINTAINER_MODE)
208
test:	build
207
regression-test:
209
	(cd ${WRKSRC}/examples/test ;	\
208
	(cd ${WRKSRC}/examples/test ;	\
210
	${MAKE} testing)
209
	${MAKE} testing)
211
.endif
210
.endif
(-)net/mpich/distinfo (-12 / +3 lines)
Lines 1-12 Link Here
1
MD5 (mpich/mpich-1.2.6.tar.gz) = dbf6ea0b5717bbf88851e5bd36aed644
1
MD5 (mpich/mpich-1.2.7p1.tar.bz2) = 4fc0f20bddfbd5061a11047cf2d17d31
2
SHA256 (mpich/mpich-1.2.6.tar.gz) = ad82592411a771253734a92d86918f7ae8e6d02ab0f41c69e49bc0d5b2374599
2
SHA256 (mpich/mpich-1.2.7p1.tar.bz2) = d72fe815669c2fcd38f8eeefda16f6dea8c94bb0f7cb7e30fbd0a597d0eee061
3
SIZE (mpich/mpich-1.2.6.tar.gz) = 15248688
3
SIZE (mpich/mpich-1.2.7p1.tar.bz2) = 13786289
4
MD5 (mpich/10039) = 04309cd7e59974ca7dd41c9529309384
5
SHA256 (mpich/10039) = d852b5a6e493f701aa55ae6e5bec3f2992b189085ea97fe1a9d5f039b26a395b
6
SIZE (mpich/10039) = 913
7
MD5 (mpich/10243) = 0cfe2279c645bfb2c7a32295169560a1
8
SHA256 (mpich/10243) = 1c45602fc85aa0be342fe5185ace8041aac7e09cbd8e5f245e3738202ff205fe
9
SIZE (mpich/10243) = 212
10
MD5 (mpich/10246) = 0dab4539aba34898e1b36ef6bc99f9ed
11
SHA256 (mpich/10246) = 98f3401032862b67ade18af9bc2ee6e7bdecec5f206bcaf2a71f34c5bb723e53
12
SIZE (mpich/10246) = 471
(-)net/mpich/pkg-descr (-1 / +4 lines)
Lines 5-8 Link Here
5
flexible standard for message passing. Included are a full set of
5
flexible standard for message passing. Included are a full set of
6
documents and parallel programming examples.
6
documents and parallel programming examples.
7
7
8
WWW: http://www.mcs.anl.gov/mpi/mpich/
8
Note: with the exception of users requiring the communication of heterogeneous
9
data, the authors strongly encourage everyone to consider switching to MPICH2.
10
11
WWW: http://www.mcs.anl.gov/mpi/mpich1/
(-)net/mpich/pkg-plist (+1 lines)
Lines 486-491 Link Here
486
mpich/www/www3/MPI_Recv_init.html
486
mpich/www/www3/MPI_Recv_init.html
487
mpich/www/www3/MPI_Reduce.html
487
mpich/www/www3/MPI_Reduce.html
488
mpich/www/www3/MPI_Reduce_scatter.html
488
mpich/www/www3/MPI_Reduce_scatter.html
489
mpich/www/www3/MPI_Register_datarep.html
489
mpich/www/www3/MPI_Request_c2f.html
490
mpich/www/www3/MPI_Request_c2f.html
490
mpich/www/www3/MPI_Request_free.html
491
mpich/www/www3/MPI_Request_free.html
491
mpich/www/www3/MPI_Rsend.html
492
mpich/www/www3/MPI_Rsend.html

Return to bug 100522