1
1
openmpi/oshmem
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
..
include OSHMEM: fixes typo in c11 generic 2016-09-26 11:43:38 +03:00
info oshmem: Fix scan coverity issues 2015-12-02 12:49:19 +02:00
mca build: Custom libmpi(_FOO) name option in configure 2016-09-29 21:47:24 -05:00
op Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
proc oshmem: swap fields of oshmem_proc_data_t to prevent padding 2016-09-01 14:20:14 +09:00
request Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
runtime Merge pull request #1552 from kmroz/wip-hostname-len-cleanup-1 2016-05-02 09:44:18 -04:00
shmem OSHMEM: v1.3: add C11 generics 2016-09-25 16:43:00 +03:00
tools build: Custom libmpi(_FOO) name option in configure 2016-09-29 21:47:24 -05:00
util oshmem: Enable force output for error messages 2015-11-11 13:26:10 +02:00
Makefile.am build: Custom libmpi(_FOO) name option in configure 2016-09-29 21:47:24 -05:00