1
1
openmpi/orte/tools/orterun
Brian Barrett 8b778903d8 Fix longstanding issue with our multi-project support. Rather than using
pkg{data,lib,includedir}, use our own ompi{data,lib,includedir}, which is
always set to {datadir,libdir,includedir}/openmpi.  This will keep us from
having help files in prefix/share/open-rte when building without Open MPI,
but in prefix/share/openmpi when building with Open MPI.

This commit was SVN r30140.
2014-01-07 22:11:15 +00:00
..
help-orterun.txt Specify units for the job completion timeout 2013-12-08 04:51:58 +00:00
main.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
orterun.1in Fix one more nroff macro issue 2013-02-21 17:38:06 +00:00
orterun.c Restore the bycore mpirun option for backward compatibility 2014-01-02 04:16:43 +00:00
orterun.h I guess some profiling tools and debuggers require that the argv[0] of each rank be unique so they can create a filename based on that value. For those obscure cases, provide an mpirun cmd line option that indexes each argv[0] by rank 2013-02-15 20:20:49 +00:00