From owner-cvs-all@FreeBSD.ORG Sat Nov 18 23:03:20 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 BD29816A40F; Sat, 18 Nov 2006 23:03:20 +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 6F99C43D86; Sat, 18 Nov 2006 23:03:11 +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 kAIN3Gxf008006; Sat, 18 Nov 2006 23:03:16 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAIN3GMl008004; Sat, 18 Nov 2006 23:03:16 GMT (envelope-from miwi) Message-Id: <200611182303.kAIN3GMl008004@repoman.freebsd.org> From: Martin Wilke Date: Sat, 18 Nov 2006 23:03:16 +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/sysutils Makefile ports/sysutils/mpiexec Makefile distinfo pkg-descr 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: Sat, 18 Nov 2006 23:03:20 -0000 miwi 2006-11-18 23:03:16 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/mpiexec Makefile distinfo pkg-descr Log: Mpiexec is a replacement program for the script mpirun, which is part of the MPICH package. It is used to initialize a parallel job from within a PBS batch or interactive environment. Mpiexec uses the task manager library of PBS to spawn copies of the executable on the nodes in a PBS allocation. WWW: http://www.osc.edu/~pw/mpiexec/index.php PR: ports/105650 Submitted by: trasz Revision Changes Path 1.856 +1 -0 ports/sysutils/Makefile 1.1 +25 -0 ports/sysutils/mpiexec/Makefile (new) 1.1 +3 -0 ports/sysutils/mpiexec/distinfo (new) 1.1 +7 -0 ports/sysutils/mpiexec/pkg-descr (new)