1
1
openmpi/ompi/mca/sharedfp
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
..
addproc build: Custom libmpi(_FOO) name option in configure 2016-09-29 21:47:24 -05:00
base moving the internal read/write functions to common/ompio 2016-07-21 13:08:32 -05:00
individual move the internal file_open/close functions to common/ompio 2016-07-21 13:08:32 -05:00
lockedfile io/ompio: next step in code-reorganization 2016-08-02 09:18:29 -05:00
sm io/ompio: next step in code-reorganization 2016-08-02 09:18:29 -05:00
configure.m4 configury: add the --disable-io-ompio option 2016-09-23 09:41:09 +09:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
sharedfp.h io: do not cast way the const modifier when this is not necessary 2015-09-09 09:18:58 +09:00