1
1
openmpi/ompi/mpi/java/c
Brian Barrett 8b778903d8 Fix longstanding issue with our multi-project support. Rather than using
pkg{data,lib,includedir}, use our own ompi{data,lib,includedir}, which is
always set to {datadir,libdir,includedir}/openmpi.  This will keep us from
having help files in prefix/share/open-rte when building without Open MPI,
but in prefix/share/openmpi when building with Open MPI.

This commit was SVN r30140.
2014-01-07 22:11:15 +00:00
..
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
mpi_CartComm.c Next generation of MPI Java bindings. 2013-09-26 21:44:39 +00:00
mpi_Comm.c Comm.reduceLocal: add missing offset artifact 2014-01-02 21:57:48 +00:00
mpi_Constant.c Remove references to pinning support 2013-12-04 22:40:26 +00:00
mpi_Datatype.c Next generation of MPI Java bindings. 2013-09-26 21:44:39 +00:00
mpi_Errhandler.c Next generation of MPI Java bindings. 2013-09-26 21:44:39 +00:00
mpi_File.c Next generation of MPI Java bindings. 2013-09-26 21:44:39 +00:00
mpi_GraphComm.c Next generation of MPI Java bindings. 2013-09-26 21:44:39 +00:00
mpi_Group.c Next generation of MPI Java bindings. 2013-09-26 21:44:39 +00:00
mpi_Info.c Next generation of MPI Java bindings. 2013-09-26 21:44:39 +00:00
mpi_Intercomm.c Next generation of MPI Java bindings. 2013-09-26 21:44:39 +00:00
mpi_Intracomm.c Add missing include 2013-10-02 17:51:24 +00:00
mpi_Message.c Allow NULL buffers to send/recv 0 items as control messages. 2013-09-29 10:36:09 +00:00
mpi_MPI.c Don't use the hard-coded name libmpi.so -- instead, use 2013-11-13 03:25:18 +00:00
mpi_Op.c Next generation of MPI Java bindings. 2013-09-26 21:44:39 +00:00
mpi_Prequest.c Next generation of MPI Java bindings. 2013-09-26 21:44:39 +00:00
mpi_Request.c Next generation of MPI Java bindings. 2013-09-26 21:44:39 +00:00
mpi_Status.c Next generation of MPI Java bindings. 2013-09-26 21:44:39 +00:00
mpi_Win.c Next generation of MPI Java bindings. 2013-09-26 21:44:39 +00:00
mpiJava.h Allow NULL buffers to send/recv 0 items as control messages. 2013-09-29 10:36:09 +00:00