1
1
openmpi/orte/tools/wrappers
Jeff Squyres d9b6b5af0c This commit converts us to the "one big libmpi" scheme that has been
discussed extensively.  See
https://svn.open-mpi.org/trac/ompi/ticket/2092 and the RFC thread
http://www.open-mpi.org/community/lists/devel/2010/02/7447.php.

Specifically:

 * Create LT convenience libraries for OPAL and ORTE if the layer
   above them is being created (use the already-defined
   AM_CONDITIONALs to know if the project above us is being built).
 * ORTE slurps in the LT convenience library for OPAL; OMPI slurps in
   the LT convenience library for ORTE.
 * Wrapper compilers now only -l one library (e.g., ortecc only does
   -lopen-ret, and mpicc only does -lmpi).

This commit was SVN r22691.
2010-02-23 22:20:01 +00:00
..
Makefile.am Since the decision on whether or not to use script wrapper compilers is a configure-time option, we need the wrapper compiler script to be in the tarball 2010-01-09 01:08:10 +00:00
orte_wrapper_script.in Per #2201, move the user arguments up to be the first set of argv 2010-01-29 22:51:35 +00:00
ortec++-wrapper-data.txt.in This commit converts us to the "one big libmpi" scheme that has been 2010-02-23 22:20:01 +00:00
ortecc-wrapper-data.txt.in This commit converts us to the "one big libmpi" scheme that has been 2010-02-23 22:20:01 +00:00