1
1
openmpi/ompi/group
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
..
group_bitmap.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
group_dbg.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
group_init.c ompi/group: fix sparse group proc reference counting 2016-04-27 15:55:13 -06:00
group_plist.c sentinel: use type uintptr_t for sentinel 2016-02-10 11:28:56 +09:00
group_set_rank.c group|comm: add initial support for group sentinel values 2015-09-10 08:55:54 -06:00
group_sporadic.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
group_strided.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
group.c ompi/group: get rid of malloc(0) in ompi_group_intersection(...) 2016-07-14 11:19:46 +09:00
group.h sentinel: use type uintptr_t for sentinel 2016-02-10 11:28:56 +09:00
Makefile.am build: Custom libmpi(_FOO) name option in configure 2016-09-29 21:47:24 -05:00