From owner-cvs-all@FreeBSD.ORG Mon Nov 20 21:26:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D5F616A40F; Mon, 20 Nov 2006 21:26:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1409943D49; Mon, 20 Nov 2006 21:26:36 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAKLQrp4077932; Mon, 20 Nov 2006 21:26:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAKLQrDG077931; Mon, 20 Nov 2006 21:26:53 GMT (envelope-from miwi) Message-Id: <200611202126.kAKLQrDG077931@repoman.freebsd.org> From: Martin Wilke Date: Mon, 20 Nov 2006 21:26:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Nov 2006 21:26:54 -0000 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 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)