1
1
openmpi/test/monitoring
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
..
aggregate_profile.pl Add a monitoring PML. This PML track all data exchanges by the processes 2015-10-31 17:13:35 -04:00
Makefile.am build: Custom libmpi(_FOO) name option in configure 2016-09-29 21:47:24 -05:00
monitoring_prof.c monitoring test: fix printf warning 2016-03-26 03:50:57 -07:00
monitoring_test.c monitoring_test.c: remove unused var 2015-12-13 06:46:11 -08:00
profile2mat.pl Add a monitoring PML. This PML track all data exchanges by the processes 2015-10-31 17:13:35 -04:00