1
1
openmpi/ompi/config
Jeff Squyres d71492108c (this is what r25545 should have been)
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 r25547.

The following SVN revision numbers were found above:
  r25545 --> open-mpi/ompi@7f9ae11faf

The following Trac tickets were found above:
  Ticket 1982 --> https://svn.open-mpi.org/trac/ompi/ticket/1982
2011-11-29 23:28:38 +00:00
..
config_files.m4 Remove the ompi-profiler tool and its attendant ompi-probe program. Also remove the grpcomm basic component since its only function was to support profiled clusters, which nobody was doing. :-( 2011-05-17 03:30:25 +00:00
cxx_find_exception_flags.m4 Autoconf updates to make us compatible with AC 2.68. Thanks to Ralf W. for the patch! 2010-09-23 22:37:52 +00:00
cxx_find_template_parameters.m4 Per Jeff (this work was done on a branch of mine, so I will do the commit): 2009-10-20 23:44:20 +00:00
cxx_find_template_repository.m4 Per Jeff (this work was done on a branch of mine, so I will do the commit): 2009-10-20 23:44:20 +00:00
cxx_have_exceptions.m4 Autoconf updates to make us compatible with AC 2.68. Thanks to Ralf W. for the patch! 2010-09-23 22:37:52 +00:00
f77_check_logical_array.m4 Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00
f77_check_real16_c_equiv.m4 Check if the Fortran type REAL*16 is equivalent with the 2011-08-25 21:56:44 +00:00
f77_check_type.m4 Update some m4 usage as suggested by Eric Blake. 2010-10-19 22:46:06 +00:00
f77_check.m4 Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00
f77_find_ext_symbol_convention.m4 Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00
f77_get_alignment.m4 Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00
f77_get_fortran_handle_max.m4 Autoconf updates to make us compatible with AC 2.68. Thanks to Ralf W. for the patch! 2010-09-23 22:37:52 +00:00
f77_get_sizeof.m4 Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00
f77_get_value_true.m4 Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00
f77_purge_unsupported_kind.m4 Per Jeff (this work was done on a branch of mine, so I will do the commit): 2009-10-20 23:44:20 +00:00
f90_check_type.m4 Update some m4 usage as suggested by Eric Blake. 2010-10-19 22:46:06 +00:00
f90_check.m4 Per Jeff (this work was done on a branch of mine, so I will do the commit): 2009-10-20 23:44:20 +00:00
f90_find_module_include_flag.m4 Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00
f90_get_int_kind.m4 Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00
f90_get_sizeof.m4 Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00
ompi_check_gm.m4 Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
ompi_check_gni.m4 added GNI configure script. 2011-10-25 22:15:16 +00:00
ompi_check_libfca.m4 * updated copyrights 2011-05-16 14:43:11 +00:00
ompi_check_lustre.m4 - revamp the configure logic to detect pvfs2 and lustre 2011-09-07 10:39:47 +00:00
ompi_check_mx.m4 Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
ompi_check_mxm.m4 initial implementation of MXM MTL layer 2011-07-26 04:36:21 +00:00
ompi_check_openib.m4 Fixing the librdmacm dependency for build process 2011-10-11 09:10:06 +00:00
ompi_check_portals.m4 Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
ompi_check_psm.m4 Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
ompi_check_pvfs2.m4 fix a typo and add an actual pvfs function in the configure link-test. 2011-09-07 15:46:41 +00:00
ompi_check_udapl.m4 Courtesy of Ralph and Jeff: 2009-10-24 01:04:35 +00:00
ompi_config_threads.m4 Continue clean up of thread options started in r22841, 22842, and 22849. 2011-03-18 21:36:35 +00:00
ompi_configure_options.m4 Per Jeff (this work was done on a branch of mine, so I will do the commit): 2009-10-20 23:44:20 +00:00
ompi_setup_contrib.m4 Per Jeff (this work was done on a branch of mine, so I will do the commit): 2009-10-20 23:44:20 +00:00
ompi_setup_cxx.m4 - Fix typo in _OMPI_CXX_CHECK_BUILTIN_BACKEND: 2011-10-05 08:21:59 +00:00
ompi_setup_f77.m4 (this is what r25545 should have been) 2011-11-29 23:28:38 +00:00
ompi_setup_f90.m4 Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00
ompi_setup_mpi_ext.m4 * Add option of init/fini hooks for MPI extensions to be called at the end of 2010-08-17 04:44:22 +00:00
ompi_setup_mpi_fortran.m4 - Add on to r23580: we do check for F90's DOUBLE COMPLEX, but do not do 2010-08-10 20:33:50 +00:00
ompi_setup_mpi_profiling.m4 Per Jeff (this work was done on a branch of mine, so I will do the commit): 2009-10-20 23:44:20 +00:00
ompi_setup_wrappers.m4 Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00