Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2006 21:26:53 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/benchmarks Makefile ports/benchmarks/imb Makefile distinfo pkg-descr pkg-plist ports/benchmarks/imb/files patch-src-IMB_declare.h patch-src-make_mpich
Message-ID:  <200611202126.kAKLQrDG077931@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611202126.kAKLQrDG077931>