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 Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2006-11-20 21:26:53 UTC FreeBSD ports repository Modified files: benchmarks Makefile Added files: benchmarks/imb Makefile distinfo pkg-descr pkg-plist benchmarks/imb/files patch-src-IMB_declare.h patch-src-make_mpich Log: 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> Revision Changes Path 1.53 +1 -0 ports/benchmarks/Makefile 1.1 +63 -0 ports/benchmarks/imb/Makefile (new) 1.1 +3 -0 ports/benchmarks/imb/distinfo (new) 1.1 +10 -0 ports/benchmarks/imb/files/patch-src-IMB_declare.h (new) 1.1 +18 -0 ports/benchmarks/imb/files/patch-src-make_mpich (new) 1.1 +9 -0 ports/benchmarks/imb/pkg-descr (new) 1.1 +7 -0 ports/benchmarks/imb/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!