freebsd-ports/benchmarks/imb/files/patch-src-make_mpich
Martin Wilke 9942a5389f The idea of IMB is to provide a concise set of elementary MPI
benchmark kernels. With one executable, all of the supported
benchmarks, or a subset specified by the command line, can be run.
The rules, such as time measurement (including a repetitive call
of the kernels for better clock synchronization), message lengths,
selection of communicators to run a particular benchmark (inside
the group of all started processes) are program parameters.

WWW: http://www.intel.com/cd/software/products/asmo-na/eng/cluster/mpi/219848.htm

PR:		ports/105665
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2006-11-20 21:26:53 +00:00

18 lines
404 B
Text

--- make_mpich.orig Thu Jun 22 09:43:10 2006
+++ make_mpich Sun Nov 19 14:11:11 2006
@@ -1,5 +1,5 @@
# Enter root directory of mpich install
-MPI_HOME=
+#MPI_HOME=
MPICC=$(shell find ${MPI_HOME} -name mpicc -print)
@@ -12,7 +12,7 @@
LIB_PATH =
LIBS =
CC = ${MPI_HOME}/bin/mpicc
-OPTFLAGS = -O3
+OPTFLAGS = ${CFLAGS}
CLINKER = ${CC}
LDFLAGS =
CPPFLAGS =