1
1
openmpi/ompi/mca/sharedfp/addproc
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
..
.opal_ignore The bulk of the remaining renaming changes, in one final glorious "blob". Thanks to Jeff for some help chasing down a few spots. Per chat with Jeff, we decided to cleanup a few things that were historical in nature: 2014-05-07 21:48:53 +00:00
.opal_unignore will rivist the addproc component later in spring, right now it is constantly in the way of doing my tests. 2016-01-20 15:05:51 -06:00
Makefile.am build: Custom libmpi(_FOO) name option in configure 2016-09-29 21:47:24 -05:00
owner.txt add owner files to opa/ompi/orte mca directories 2015-02-22 15:10:23 -07:00
sharedfp_addproc_component.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
sharedfp_addproc_control.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
sharedfp_addproc_control.h infuse life into the shared file pointer framework. For this: 2013-07-17 21:55:24 +00:00
sharedfp_addproc_file_open.c io/ompio: next step in code-reorganization 2016-08-02 09:18:29 -05:00
sharedfp_addproc_iread.c moving the internal read/write functions to common/ompio 2016-07-21 13:08:32 -05:00
sharedfp_addproc_iwrite.c moving the internal read/write functions to common/ompio 2016-07-21 13:08:32 -05:00
sharedfp_addproc_read.c moving the internal read/write functions to common/ompio 2016-07-21 13:08:32 -05:00
sharedfp_addproc_request_position.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
sharedfp_addproc_seek.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
sharedfp_addproc_write.c moving the internal read/write functions to common/ompio 2016-07-21 13:08:32 -05:00
sharedfp_addproc.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
sharedfp_addproc.h moving the internal read/write functions to common/ompio 2016-07-21 13:08:32 -05:00