1
1
openmpi/orte/tools/wrappers
Jeff Squyres 97cc916007 Per discussion at the Open MPI developer meeting last week:
1. Restore libopen-pal.la, libopen-rte.la, and libmpi.la to be
    separate entities (i.e., don't have libopen-rte.la include
    libopen-pal.la, and don't have libmpi.la include libopen-pal.la).
    Yay!
 1. Consequently, make the wrapper compilers look for flags indicating
    that the user wants to compile statically (currently: -static,
    !--static, -Bstatic, and "-Wl," in front of all of those).  If it
    is, follow a 6-way matrix for determinining which libraries to
    list on the underlying command line.
 1. To support that, add the name of a token static and dynamic
    library to look for in each of the wrapper compiler data files.
 1. Fix a long-standing typo in the opalcc wrapper data file.

This commit was SVN r27662.
2012-12-11 01:46:59 +00:00
..
Makefile.am Use MKDIR_P instead of mkdir_p in Makefiles, as MKDIR_P is the only one 2012-06-21 16:52:37 +00:00
orte_wrapper_script.in do not include c99 flag in compiler wrappers 2012-11-20 19:33:14 +00:00
orte.pc.in Add pkg-config(1) config files to Open MPI. Additionally, fix a minor 2010-02-24 18:46:06 +00:00
ortec++-wrapper-data.txt.in Per discussion at the Open MPI developer meeting last week: 2012-12-11 01:46:59 +00:00
ortecc-wrapper-data.txt.in Per discussion at the Open MPI developer meeting last week: 2012-12-11 01:46:59 +00:00