[torqueusers] [torquedev] TORQUE torque-2.4.3-snap.200912031436.tar.gz available for download
Martin MOKREJŠ
mmokrejs at ribosome.natur.cuni.cz
Thu Dec 3 16:34:25 MST 2009
Troy Baer wrote:
> On Thu, 2009-12-03 at 17:49 -0500, Glen Beane wrote:
>> On Thu, Dec 3, 2009 at 5:23 PM, Martin MOKREJŠ
>> <mmokrejs at ribosome.natur.cuni.cz> wrote:
>>> Hi,
>>> any clues whether the awkward necessity for double-quoted arguments is
>>> and issue with osc-mpiexec or qsub?
>>> http://bugs.gentoo.org/show_bug.cgi?id=291707
>>> Thanks for clues,
>> I would ask that of the osc mpiexec developers, it should not be a torque issue
>
> Have you ever tried "mpiexec [mpiexec_args] -- prog [progr_args]" to
> keep mpiexec from trying to parse the program's arguments? (That's a
> fairly standard UNIX trick to keep programs for being overly aggressive
> in parsing their command line arguments.)
I tried now ;-) but that fools osc-mpiexec and it dies and prints usage info. ;))
Usage: osc-mpiexec [<args>] <executable> [<exe args>]...
or: osc-mpiexec [<args>] -config[=]<file>
or: osc-mpiexec [<args>] -server
-n <numproc> : use only some of the allocated processors
Default behavior allocates one process per allocated processor.
-verbose : be verbose about mpiexec operation
-nostdin : do not listen to stdin, allowing process to go into background
-allstdin : send stdin to all processes (default just proc #0)
-nostdout : do not redirect stdout/stderr, but let pbs accumulate it
-comm (gm|mx|p4|ib|rai|pmi|lam|shmem|emp|portals|none) : choose MPI (default mpich-p4)
-mpich-p4-[no-]shmem : for MPICH/P4, specify if the library was
compiled with shared memory support (default yes)
-pernode : allocate only one process per compute node
-npernode <nprocs> : allocate no more than <nprocs> processes per compute node
-nolocal : do not run any MPI processes on the local node
-transform-hostname[=]<sed expression> : use alternate names for MPI
-transform-hostname-program[=]<executable> : use this script or program
to generate alternate names
-tv : debug using totalview (ensure it is in your path)
-kill : kill other processes if any one process exits
-config[=]<file> : use heterogenous node specification file ("-" for stdin)
-server : do not run any tasks, just serve other concurrent mpiexec clients
-version : show version information
Version 0.83, configure options: '--prefix=/usr' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--libdir=/usr/lib64' '--with-default-comm=mpich-p4' '--with-pbs=/usr/' '--with-mpicc=/usr/bin/mpicc' '--with-mpif77=/usr/bin/mpif77' '--disable-mpich-rai' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-O2 -march=nocona -fomit-frame-pointer -pipe' 'LDFLAGS=-Wl,-O1'
More information about the torqueusers
mailing list