1
1
openmpi/orte/tools/orterun
Rainer Keller a36347d728 - Support -prefix specification on mpirun/orterun cmd-line per
app_context:
  mpirun -np 2 -prefix /path/to/ompi/on/machineA ./exec1 : \
         -np 2 -prefix /path/to/ompi/on/machineB ./exec2

- Allow with -mca pls_rsh_assume_same_shell 0, the checking for the
  SHELL-variable on the actual node (currently 1st node).
  Sets the prefix, PATH and LD_LIBRARY_PATH for bash/ksh and 
  csh/tcsh.

This commit was SVN r7195.
2005-09-06 16:10:05 +00:00
..
help-orterun.txt - Support -prefix specification on mpirun/orterun cmd-line per 2005-09-06 16:10:05 +00:00
main.c A little more clean-up. TotalView now works with --enable-debug build. 2005-08-31 16:15:59 +00:00
Makefile.am - Add some logic to configure to make a version of CFLAGS that doesn't 2005-09-01 10:37:20 +00:00
orterun.c - Support -prefix specification on mpirun/orterun cmd-line per 2005-09-06 16:10:05 +00:00
orterun.h A little more clean-up. TotalView now works with --enable-debug build. 2005-08-31 16:15:59 +00:00
totalview.c A little more clean-up. TotalView now works with --enable-debug build. 2005-08-31 16:15:59 +00:00
totalview.h Basic totalview support for orterun. Close to working, but need to 2005-08-30 17:29:43 +00:00