1
1
openmpi/test
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
..
asm Enable the ability to make tarballs on the Mac tarball by ensuring that "make distclean" completely cleans up the test directories 2015-11-24 21:14:38 -08:00
carto Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
class build: Custom libmpi(_FOO) name option in configure 2016-09-29 21:47:24 -05:00
datatype build: Custom libmpi(_FOO) name option in configure 2016-09-29 21:47:24 -05:00
dss test/dss: update tests to make them usable again, and run them 2016-02-17 11:27:00 +09:00
event tests: fix library name 2016-02-23 16:22:59 -08:00
memchecker tests: fix library name 2016-02-23 16:22:59 -08:00
monitoring build: Custom libmpi(_FOO) name option in configure 2016-09-29 21:47:24 -05:00
mpi build: Custom libmpi(_FOO) name option in configure 2016-09-29 21:47:24 -05:00
runtime tests: fix library name 2016-02-23 16:22:59 -08:00
support Enable the ability to make tarballs on the Mac tarball by ensuring that "make distclean" completely cleans up the test directories 2015-11-24 21:14:38 -08:00
threads tests: fix library name 2016-02-23 16:22:59 -08:00
util test: fixup hostname max length usage 2016-04-25 07:08:23 +02:00
Makefile.am test/dss: update tests to make them usable again, and run them 2016-02-17 11:27:00 +09:00