1
1
openmpi/opal/mca/shmem/mmap
Jeff Squyres 7f9ae11faf Per http://www.open-mpi.org/community/lists/users/2011/11/17862.php,
to make MPI_IN_PLACE (and other sentinel Fortran constants) work on OS
X, we need to use the following compiler (linker) flag:

    -Wl,-commons,use_dylibs 

So if we're compiling on OS X, test to see if that flag works with the
compiler.  If so, add it to the wrapper FFLAGS and FCFLAGS (note that
per a future update, we'll only have one Fortran compiler anyway).

Fixes trac:1982.  

This commit was SVN r25545.

The following Trac tickets were found above:
  Ticket 1982 --> https://svn.open-mpi.org/trac/ompi/ticket/1982
2011-11-29 23:05:54 +00:00
..
configure.m4 commit of new shared memory backing facility framework (shmem) and its components. 2011-06-21 15:41:57 +00:00
help-opal-shmem-mmap.txt commit of new shared memory backing facility framework (shmem) and its components. 2011-06-21 15:41:57 +00:00
Makefile.am commit of new shared memory backing facility framework (shmem) and its components. 2011-06-21 15:41:57 +00:00
shmem_mmap_component.c rename some variables following ompi's naming convention. 2011-11-17 19:22:58 +00:00
shmem_mmap_module.c Per http://www.open-mpi.org/community/lists/users/2011/11/17862.php, 2011-11-29 23:05:54 +00:00
shmem_mmap.h rename some variables following ompi's naming convention. 2011-11-17 19:22:58 +00:00