1
1
openmpi/ompi/mca/common/ompio
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
..
common_ompio_file_open.c Merge pull request #1938 from edgargabriel/pr/barrier-on-close 2016-08-08 09:22:08 -05:00
common_ompio_file_read.c move the internal file_open/close functions to common/ompio 2016-07-21 13:08:32 -05:00
common_ompio_file_view.c io/ompio: fix the reference count of basic datatypes used as etypes or ftypes. 2016-08-31 14:08:26 -05:00
common_ompio_file_write.c move the internal file_open/close functions to common/ompio 2016-07-21 13:08:32 -05:00
common_ompio_print_queue.c moving the internal read/write functions to common/ompio 2016-07-21 13:08:32 -05:00
common_ompio_print_queue.h moving the internal read/write functions to common/ompio 2016-07-21 13:08:32 -05:00
common_ompio.h 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 build: Custom libmpi(_FOO) name option in configure 2016-09-29 21:47:24 -05:00