1
1
openmpi/config
Jeff Squyres cb7cbf0fbd Josh and I talked about this on the phone today: mpiext is for
prototyping new MPI functionality.  The C++ bindings are officially
deprecated, and are (currently) 1 vote away from being removed from
MPI-3 altogether.  So let's whack the C++ stuff from mpiext.

This commit was SVN r26239.
2012-04-05 20:23:10 +00:00
..
c_get_alignment.m4 Update copyright. 2009-07-21 12:40:43 +00:00
c_weak_symbols.m4 Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00
distscript.csh Missed updating these 2 scripts yesterday 2011-02-17 14:01:10 +00:00
libltdl-preopen-error.diff WARNING: Work on the temp branch being merged here encountered problems with bugs in subversion. Considerable effort has gone into validating the branch. However, not all conditions can be checked, so users are cautioned that it may be advisable to not update from the trunk for a few days to allow MTT to identify platform-specific issues. 2010-09-17 23:04:06 +00:00
ltmain_pgi_tp.diff Patch ltmain.sh in autogen.sh per this Libtool thread: 2010-08-25 19:40:17 +00:00
Makefile.am Remove config/libtool-sun-fortran.diff line from Makefile.am, since it was deleted. 2010-11-23 16:10:52 +00:00
Makefile.options Rollback the last two commits. 2008-10-28 17:22:29 +00:00
ompi_check_broken_qsort.m4 This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
ompi_check_compiler_works.m4 Fix problem noted by Sebastian Andrzej Siewior; we should not be using AS_VAR_GET. Per advice from Ralf, change them all to AS_VAR_IF and AS_VAR_COPY. CMR:v1.5. A separate patch has to be created for v1.4 because files have moved around. 2010-08-27 22:48:57 +00:00
ompi_check_func_lib.m4 Fix problem noted by Sebastian Andrzej Siewior; we should not be using AS_VAR_GET. Per advice from Ralf, change them all to AS_VAR_IF and AS_VAR_COPY. CMR:v1.5. A separate patch has to be created for v1.4 because files have moved around. 2010-08-27 22:48:57 +00:00
ompi_check_icc.m4 Rollback the last two commits. 2008-10-28 17:22:29 +00:00
ompi_check_package.m4 Rollback the last two commits. 2008-10-28 17:22:29 +00:00
ompi_check_portals4.m4 * Add shell of functionality required for supporting Portals4 2010-10-14 22:49:09 +00:00
ompi_check_ps.m4 Rollback the last two commits. 2008-10-28 17:22:29 +00:00
ompi_check_vendor.m4 Added notes about Solaris Studio and Ubuntu. Also added check for gccfss being the compiler and abort configure if it is. 2012-02-10 19:25:23 +00:00
ompi_check_withdir.m4 Really fix the quoting this time. Really. 2009-02-04 23:04:21 +00:00
ompi_config_pthreads.m4 Correct some subtle PTRHEAD_ typos (should be PTHREAD_) in 2011-01-28 21:05:40 +00:00
ompi_config_solaris_threads.m4 Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00
ompi_config_subdir_args.m4 Rollback the last two commits. 2008-10-28 17:22:29 +00:00
ompi_config_subdir.m4 Disable argument checking in sub-configure scripts to avoid annoying messages about how sub-configures don't support all the same options as the top-level configure script 2009-05-22 21:45:23 +00:00
ompi_contrib.m4 If configure of a contributed component fails, abort if it's requested via command line switch 2012-01-30 12:09:06 +00:00
ompi_ensure_contains_optflags.m4 rename macros ompi_check_optflags and ompi_make_stripped_flags based on comments in #2072 2009-10-28 10:51:59 +00:00
ompi_ext.m4 Josh and I talked about this on the phone today: mpiext is for 2012-04-05 20:23:10 +00:00
ompi_find_type.m4 Fix problem noted by Sebastian Andrzej Siewior; we should not be using AS_VAR_GET. Per advice from Ralf, change them all to AS_VAR_IF and AS_VAR_COPY. CMR:v1.5. A separate patch has to be created for v1.4 because files have moved around. 2010-08-27 22:48:57 +00:00
ompi_get_libtool_linker_flags.m4 Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00
ompi_interix.m4 Rollback the last two commits. 2008-10-28 17:22:29 +00:00
ompi_lang_link_with_c.m4 Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00
ompi_load_platform.m4 Remove one more non-portable test "==" operator 2012-02-20 20:41:05 +00:00
ompi_mca_priority_sort.pl WARNING: Work on the temp branch being merged here encountered problems with bugs in subversion. Considerable effort has gone into validating the branch. However, not all conditions can be checked, so users are cautioned that it may be advisable to not update from the trunk for a few days to allow MTT to identify platform-specific issues. 2010-09-17 23:04:06 +00:00
ompi_mca.m4 Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php, 2010-11-12 23:22:11 +00:00
ompi_microsoft.m4 Rollback the last two commits. 2008-10-28 17:22:29 +00:00
ompi_save_version.m4 Remove spurrious quotes; correct descriptions in AC_DEFINE's 2012-02-03 23:02:24 +00:00
ompi_setup_component_package.m4 Make help strings for configure =DIR types of options better/more accurate 2009-04-10 22:10:07 +00:00
ompi_strip_optflags.m4 rename macros ompi_check_optflags and ompi_make_stripped_flags based on comments in #2072 2009-10-28 10:51:59 +00:00
ompi_try_assemble.m4 Rollback the last two commits. 2008-10-28 17:22:29 +00:00
opal_get_version.m4 Minor update for something that has been bugging me for quite a while: 2011-02-16 22:53:23 +00:00
opal_get_version.m4sh Minor update for something that has been bugging me for quite a while: 2011-02-16 22:53:23 +00:00