1
1
openmpi/ompi/debuggers
Joshua Hursey f6f24a4f67 build: Custom libmpi(_FOO) name option in configure
* Add a configure time option to rename libmpi(_FOO).*
   - `--with-libmpi-name=STRING`
 * This commit only impacts the installed libraries.
   Internal, temporary libraries have not been renamed to limit the
   scope of the patch to only what is needed.

For example:
```shell
shell$ ./configure --with-libmpi-name=wookie
...
shell$ find . -name "libmpi*"
shell$ find . -name "libwookie*"
./lib/libwookie.so.0.0.0
./lib/libwookie.so.0
./lib/libwookie.so
./lib/libwookie.la
./lib/libwookie_mpifh.so.0.0.0
./lib/libwookie_mpifh.so.0
./lib/libwookie_mpifh.so
./lib/libwookie_mpifh.la
./lib/libwookie_usempi.so.0.0.0
./lib/libwookie_usempi.so.0
./lib/libwookie_usempi.so
./lib/libwookie_usempi.la
shell$
```
2016-09-29 21:47:24 -05:00
..
debuggers.h debuggers: remove some useless code 2016-05-05 14:22:55 -07:00
dlopen_test.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
Makefile.am build: Custom libmpi(_FOO) name option in configure 2016-09-29 21:47:24 -05:00
MPI_Handles_interface.txt Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
mpihandles_interface.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
msgq_interface.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
ompi_common_dll_defs.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
ompi_common_dll.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
ompi_debugger_canary.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
ompi_debuggers.c debuggers: remove some useless code 2016-05-05 14:22:55 -07:00
ompi_mpihandles_dll_defs.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
ompi_mpihandles_dll.c more c99 updates 2015-06-25 10:14:13 -06:00
ompi_msgq_dll_defs.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
ompi_msgq_dll.c Merge pull request #1640 from jsquyres/pr/mpir-cleanup 2016-05-05 21:23:30 -04:00
predefined_gap_test.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
predefined_pad_test.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
tv-debugger-attach.txt Purge whitespace from the repo 2015-06-23 20:59:57 -07:00