| -#
| Specifies the degree of parallelism of the new parallel program.
The special value "-N" will run on as many nodes as are available.
|
| -c
| Indicates that the program should be coscheduled. This only
makes sense if a degree of parallelism greater than 1 is specified.
|
| -n
| Enables the user to specify a GLUNIX_NODES style node description on
the command line. The node description is taken to be the next argument.
For example:
glurun -n all-desktop -h hostname
.
|
| -o
| Indicates that all the children should be terminated when any one of
the children exits. The default behavior is that the program
should not exit until have children have naturally exited. Again,
this option makes the most sense when a degree of parallelism greater
than 1 is specified.
|
| -h
| Prepends each line of output from the children with the hostname of the
child which produced that line, followed by a colon.
|
| -v
| Prepends each line of output from the children with the VNN of the
child which produced that line, followed by a colon.
|
|---|