1
1
openmpi/config
George Bosilca 7a9a427c30 Check for __attribute__ to support advanced flags on the functions and structures.
They can be used to give additional knowledge to the compiler about the behaviour of a
function so it can optimize further. In the begining we just need it for the alias weak
a better way to create function aliases.

The problem was that the intel compiler version 8 to 9 support pragma weak but do not include
the function in the .o file if it's not used at least once in the same .c file. With the
alias weak this problem is solved as even intel support it correctly.

This commit was SVN r7330.
2005-09-12 22:49:09 +00:00
..
c_get_alignment.m4 * Rewrite ompi_mca.m4 to use m4_defined lists of projects (ompi, orte, etc.), 2005-07-09 18:52:53 +00:00
c_weak_symbols.m4 * Rewrite ompi_mca.m4 to use m4_defined lists of projects (ompi, orte, etc.), 2005-07-09 18:52:53 +00:00
cxx_find_exception_flags.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
cxx_find_template_parameters.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
cxx_find_template_repository.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
cxx_have_exceptions.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
distscript.csh * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00
f77_check_type.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
f77_check.m4 Bunches of fixes for Fortran support: 2005-05-19 23:56:02 +00:00
f77_find_ext_symbol_convention.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
f77_get_alignment.m4 Patch for systems with broken Fortran compilers (e.g., OS X Tiger 2005-06-01 10:53:44 +00:00
f77_get_fortran_handle_max.m4 * Fix error with the use of expr. On George's suggestion, don't use expr for 2005-07-06 13:18:44 +00:00
f77_get_sizeof.m4 Patch for systems with broken Fortran compilers (e.g., OS X Tiger 2005-06-01 10:53:44 +00:00
f77_purge_unsupported_kind.m4 If the F77 datatype (like INTEGER*1) is supposed to be available, check 2005-05-04 18:37:32 +00:00
f90_check_type.m4 Changes from Craig Rasmussen: 2005-06-20 18:19:23 +00:00
f90_find_module_include_flag.m4 Bunches of fixes for the f90 bindings 2005-08-24 02:11:02 +00:00
f90_get_alignment.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
f90_get_int_kind.m4 Initial version. 2005-07-26 17:21:31 +00:00
f90_get_precision.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
f90_get_range.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
f90_get_sizeof.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
Makefile.am * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00
Makefile.options Add UC copyright 2005-03-24 12:43:37 +00:00
mca_acinclude.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
mca_configure.ac * add builddir/include to the list of -Is so that ompi_config.h can be 2005-07-08 21:05:18 +00:00
mca_make_configure.pl Major simplifications to component versioning: 2005-07-04 20:12:36 +00:00
ompi_case_sensitive_fs_setup.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
ompi_check_attributes.m4 Check for __attribute__ to support advanced flags on the functions and structures. 2005-09-12 22:49:09 +00:00
ompi_check_bproc.m4 * replaces all uses of == with = in test arguments 2005-08-22 03:47:48 +00:00
ompi_check_broken_qsort.m4 A bunch of fixes from trying to get running on Solaris and Linux PPC64 2005-06-26 23:11:37 +00:00
ompi_check_gm.m4 * per conversation with Tim, registration macro should be on by default 2005-09-07 05:01:51 +00:00
ompi_check_icc.m4 configure.ac: 2005-05-10 09:09:04 +00:00
ompi_check_mvapi.m4 Fix help messages and docs about --with arguments 2005-09-05 18:51:34 +00:00
ompi_check_mx.m4 Brian patch to remove -lmyriexpress from the mpicc flags. 2005-09-01 03:40:01 +00:00
ompi_check_openib.m4 Fix help messages and docs about --with arguments 2005-09-05 18:51:34 +00:00
ompi_check_optflags.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
ompi_check_package.m4 * add checks for the hton and ntoh functions, since they don't exist on 2005-07-14 04:11:59 +00:00
ompi_check_pthread_pids.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
ompi_check_tm.m4 * Rewrite ompi_mca.m4 to use m4_defined lists of projects (ompi, orte, etc.), 2005-07-09 18:52:53 +00:00
ompi_check_xgrid.m4 * Make Fortran 90 turned on by default (unless it's a developer build, in 2005-08-26 00:11:30 +00:00
ompi_config_asm.m4 * Test for case where user is building 32 bit on Opteron. In such a case, 2005-08-13 18:32:36 +00:00
ompi_config_pthreads.m4 Patch for systems with broken Fortran compilers (e.g., OS X Tiger 2005-06-01 10:53:44 +00:00
ompi_config_solaris_threads.m4 Patch for systems with broken Fortran compilers (e.g., OS X Tiger 2005-06-01 10:53:44 +00:00
ompi_config_subdir_args.m4 Add UC copyright 2005-03-24 12:43:37 +00:00
ompi_config_subdir.m4 * Rewrite ompi_mca.m4 to use m4_defined lists of projects (ompi, orte, etc.), 2005-07-09 18:52:53 +00:00
ompi_config_threads.m4 * Add memory dispatching code for OPAL. This allows anyone to register 2005-08-09 22:40:42 +00:00
ompi_configure_options.m4 - Minor cleanups 2005-09-08 09:44:50 +00:00
ompi_find_type.m4 Bunches of fixes for Fortran support: 2005-05-19 23:56:02 +00:00
ompi_functions.m4 * Rewrite ompi_mca.m4 to use m4_defined lists of projects (ompi, orte, etc.), 2005-07-09 18:52:53 +00:00
ompi_get_libtool_linker_flags.m4 * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00
ompi_get_version.m4 If you're going to make a fix by unescaping something, then unescape 2005-08-31 03:01:06 +00:00
ompi_get_version.sh * just for George, don't try to get the SVN r number if we don't need it. This 2005-09-07 19:59:28 +00:00
ompi_load_platform.m4 * Clean up the --with-platform option to automagically set a whole bunch 2005-08-20 20:43:59 +00:00
ompi_make_stripped_flags.m4 - Add some logic to configure to make a version of CFLAGS that doesn't 2005-09-01 10:37:20 +00:00
ompi_mca.m4 * there's no var_in variable for the component-specific variables, so don't 2005-09-02 03:05:38 +00:00
ompi_objc.m4 * Rewrite ompi_mca.m4 to use m4_defined lists of projects (ompi, orte, etc.), 2005-07-09 18:52:53 +00:00
ompi_setup_cc.m4 * update configure.ac to use the modern version of AC_INIT and 2005-09-07 05:54:53 +00:00
ompi_setup_cxx.m4 * Clean up the --with-platform option to automagically set a whole bunch 2005-08-20 20:43:59 +00:00
ompi_setup_f77.m4 * do a slightly better job at syncing the search ordering between F77 and 2005-08-24 22:25:48 +00:00
ompi_setup_f90.m4 Fix typo in help message 2005-08-28 13:10:16 +00:00
ompi_setup_libevent.m4 * move check for -lsocket from libevent to top-level configure, and add 2005-08-24 21:24:17 +00:00
ompi_try_assemble.m4 Add UC copyright 2005-03-24 12:43:37 +00:00