Bug 105665 - [NEW PORT] benchmarks/imb: Intel MPI Benchmark
Summary: [NEW PORT] benchmarks/imb: Intel MPI Benchmark
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-19 14:50 UTC by trasz
Modified: 2006-11-20 21:30 UTC (History)
0 users

See Also:


Attachments
imb-3.0.shar (4.75 KB, text/plain)
2006-11-19 14:50 UTC, trasz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description trasz 2006-11-19 14:50:19 UTC
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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-11-19 14:53:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-20 21:26:59 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2006-11-20 21:27:17 UTC
State Changed
From-To: open->closed

New port added. Thanks!