1
1
openmpi/ompi
Gilles Gouaillardet a79ce7d17f mpiext: updates for header file locations
Per discussion on https://github.com/open-mpi/ompi/pull/6030
and https://github.com/open-mpi/ompi/pull/6145, move
around where MPI extension header files are installed (specifically:
the installation tree path does not need to match the source tree
path).

For reference, header files were installed like this :

 - <prefix>/include/openmpi/ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_mpifh.h
 - <prefix>/include/openmpi/ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h

and they are now installed like this :

 - <prefix>/include/openmpi/mpiext/mpiext_pcollreq_mpifh.h
 - <prefix>/include/openmpi/mpiext/mpiext_pcollreq_c.h

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>

(cherry picked from commit open-mpi/ompi@975e3cd0c9)
2018-12-12 09:24:45 +09:00
..
attribute ompi/attributes: revamp attribute handling. 2017-07-12 10:27:45 +09:00
class Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
communicator ompi/communicator: optimize ompi_comm_split() 2017-12-28 15:34:04 +09:00
contrib ompitrace: MPI_Address -> MPI_Get_address 2018-05-01 15:20:02 -06:00
datatype ompi: disable functions removed from MPI-3.0 by default 2018-05-31 09:44:19 -06:00
debuggers ompi/debuggers: stomp a compiler warning in dlopen_test.c 2018-05-30 10:08:14 -07:00
dpm pmix: added check for pmix fence status 2018-08-17 21:33:50 +06:00
errhandler mpi/finalized: revamp INITIALIZED/FINALIZED 2018-06-01 13:36:29 -07:00
etc Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
file ompi/file: rename ompi_file_t's f_mutex into f_lock 2017-12-01 16:06:22 +09:00
group opal/asm: remove opal_atomic_bool_cmpset functions 2017-11-30 10:41:22 -07:00
include mpi.h: restore some MPI-deprecated items to default builds 2018-11-02 14:07:26 -05:00
info ompi/info: plug memory leaks in ompi_mpiinfo_finalize() 2018-09-10 09:18:15 +09:00
interlib Update the interlib example to show an alternative method for model declaration. Add a missing range value to the OPAL layer. Make it easier to see OMPI model callbacks 2017-10-23 11:27:42 -07:00
mca Merge pull request #6102 from hoopoepg/topic/set-osc-ucx-level-200-v4.0 2018-12-04 10:26:37 -06:00
message predefined MPI object padding: set to fixed number of bytes (#3634) 2017-06-01 15:28:23 -04:00
mpi Merge pull request #5936 from edgargabriel/pr/testmpio-v4.0.x 2018-11-19 13:11:50 -07:00
mpiext mpiext: updates for header file locations 2018-12-12 09:24:45 +09:00
op predefined MPI object padding: set to fixed number of bytes (#3634) 2017-06-01 15:28:23 -04:00
patterns scripted symbol name change (ompi_ prefix) 2017-07-11 02:13:23 -04:00
peruse mpi/finalized: revamp INITIALIZED/FINALIZED 2018-06-01 13:36:29 -07:00
proc ompi: Avoid unnecessary PMIx lookups when adding procs (step 2). 2017-03-16 07:47:27 +07:00
request Be conservative with the array_of_indices 2018-09-18 12:05:51 -07:00
runtime pmix: added check for pmix fence status 2018-08-17 21:33:50 +06:00
tools ompi_info: add ipv6 config param 2017-11-08 07:02:27 -08:00
util timings: added new timing points 2018-03-21 05:16:25 +02:00
win ompi/attributes: revamp attribute handling. 2017-07-12 10:27:45 +09:00
Makefile.am fortran/use-mpi-f08: fix [p]ompi_FOO_f symbols handling 2018-09-20 10:37:01 +09:00