Bug 105650 - [NEW PORT] sysutils/mpiexec: A tool to run a parallel job from within a PBS environment
Summary: [NEW PORT] sysutils/mpiexec: A tool to run a parallel job from within a PBS e...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-18 20:00 UTC by trasz
Modified: 2006-11-18 23:10 UTC (History)
0 users

See Also:


Attachments
mpiexec-0.81.shar (1.77 KB, text/plain)
2006-11-18 20:00 UTC, trasz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description trasz 2006-11-18 20:00:38 UTC
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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-11-18 20:02:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-18 23:03:25 UTC
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 <trasz at pin.if.uz.zgora.pl>
  
  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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2006-11-18 23:05:38 UTC
State Changed
From-To: open->closed

New port added. Thanks!