1
1
openmpi/test/datatype
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
..
checksum.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
ddt_lib.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
ddt_lib.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
ddt_pack.c more c99 updates 2015-06-25 10:14:13 -06:00
ddt_raw.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
ddt_test.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
external32.c datatype/[un]pack_external[_size]: move subroutines down to ompi/datatype 2016-03-30 13:01:33 +09:00
Makefile.am build: Custom libmpi(_FOO) name option in configure 2016-09-29 21:47:24 -05:00
opal_datatype_test.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_ddt_lib.c more c99 updates 2015-06-25 10:14:13 -06:00
opal_ddt_lib.h Add a resized datatype to the test. Implement generic 2014-11-29 19:47:25 -05:00
position_noncontig.c Cleanup the rest of the no-longer-required bool configury 2015-06-24 08:25:49 -07:00
position.c Merge pull request #654 from rhc54/topic/config 2015-06-25 09:10:21 -07:00
to_self.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
unpack_ooo.c unpack_ooo: fix empty initializer 2015-08-29 04:57:02 -07:00