From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 18 20:00:47 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8DF8116A416 for ; Sat, 18 Nov 2006 20:00:47 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id D02DA43DEF for ; Sat, 18 Nov 2006 20:00:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAIK0dQD096701 for ; Sat, 18 Nov 2006 20:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAIK0daG096700; Sat, 18 Nov 2006 20:00:39 GMT (envelope-from gnats) Resent-Date: Sat, 18 Nov 2006 20:00:39 GMT Resent-Message-Id: <200611182000.kAIK0daG096700@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, trasz Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4A5E16A412 for ; Sat, 18 Nov 2006 19:55:23 +0000 (UTC) (envelope-from trasz@pin.if.uz.zgora.pl) Received: from pin.if.uz.zgora.pl (pin.if.uz.zgora.pl [212.109.128.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D90743D5A for ; Sat, 18 Nov 2006 19:55:15 +0000 (GMT) (envelope-from trasz@pin.if.uz.zgora.pl) Received: by pin.if.uz.zgora.pl (Postfix, from userid 1001) id 1505B39DB8; Sat, 18 Nov 2006 20:55:50 +0100 (CET) Message-Id: <20061118195550.1505B39DB8@pin.if.uz.zgora.pl> Date: Sat, 18 Nov 2006 20:55:50 +0100 (CET) From: trasz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/105650: [NEW PORT] sysutils/mpiexec: A tool to run a parallel job from within a PBS environment X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Nov 2006 20:00:47 -0000 >Number: 105650 >Category: ports >Synopsis: [NEW PORT] sysutils/mpiexec: A tool to run a parallel job from within a PBS environment >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 18 20:00:38 GMT 2006 >Closed-Date: >Last-Modified: >Originator: trasz >Release: FreeBSD 6.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006 >Description: 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 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mpiexec-0.81.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mpiexec # mpiexec/pkg-descr # mpiexec/Makefile # mpiexec/distinfo # echo c - mpiexec mkdir -p mpiexec > /dev/null 2>&1 echo x - mpiexec/pkg-descr sed 's/^X//' >mpiexec/pkg-descr << 'END-of-mpiexec/pkg-descr' XMpiexec is a replacement program for the script mpirun, which is Xpart of the MPICH package. It is used to initialize a parallel job Xfrom within a PBS batch or interactive environment. Mpiexec uses Xthe task manager library of PBS to spawn copies of the executable Xon the nodes in a PBS allocation. X XWWW: http://www.osc.edu/~pw/mpiexec/index.php END-of-mpiexec/pkg-descr echo x - mpiexec/Makefile sed 's/^X//' >mpiexec/Makefile << 'END-of-mpiexec/Makefile' X# New ports collection makefile for: mpiexec X# Date created: 2006-11-16 X# Whom: trasz X# X# $FreeBSD$ X# X XPORTNAME= mpiexec XPORTVERSION= 0.81 XCATEGORIES= sysutils parallel XMASTER_SITES= http://www.osc.edu/~pw/mpiexec/ XEXTRACT_SUFX= .tgz X XMAINTAINER= trasz@pin.if.uz.zgora.pl XCOMMENT= A tool to run a parallel job from within a PBS environment X XLIB_DEPENDS= torque.0:${PORTSDIR}/sysutils/torque X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X XPLIST_FILES= bin/mpiexec XMAN1= mpiexec.1 X X.include END-of-mpiexec/Makefile echo x - mpiexec/distinfo sed 's/^X//' >mpiexec/distinfo << 'END-of-mpiexec/distinfo' XMD5 (mpiexec-0.81.tgz) = bc687b3d2882d32af87577bb6cc687de XSHA256 (mpiexec-0.81.tgz) = 31f5287d7d9049a2302935e094c6885e48baecfd5492ac0fe9afc091d6b0db04 XSIZE (mpiexec-0.81.tgz) = 195474 END-of-mpiexec/distinfo exit --- mpiexec-0.81.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: