Date: Sat, 18 Nov 2006 20:55:50 +0100 (CET) From: trasz <trasz@pin.if.uz.zgora.pl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/105650: [NEW PORT] sysutils/mpiexec: A tool to run a parallel job from within a PBS environment Message-ID: <20061118195550.1505B39DB8@pin.if.uz.zgora.pl> Resent-Message-ID: <200611182000.kAIK0daG096700@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <trasz@pin.if.uz.zgora.pl> 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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061118195550.1505B39DB8>