1
1
openmpi/opal
Jeff Squyres 92adbc5d72 Fix some problems with the Fortran wrapper compiler flags,
particularly with respect to threading flags.  

Before this change, the following scenario would fail (e.g., on Linux
with pthreads):

{{{
$ ./configure --disable-shared --enable-static ...
$ make clean install
$ cd examples
$ make clean all
}}}

Linking the Fortran examples would fail with missing pthread symbols.

This commit was SVN r26927.
2012-07-31 18:12:24 +00:00
..
asm Fix ASM generation with BSD "make". Many thanks to Paul Hargrove for 2012-02-13 22:29:24 +00:00
class Add a pair of functions to count the number of set/unset bits in an opal_bitmap. 2012-03-21 14:16:45 +00:00
config Fix some problems with the Fortran wrapper compiler flags, 2012-07-31 18:12:24 +00:00
datatype Promote from int32_t to size_t. 2012-03-05 14:08:47 +00:00
dss Fix various compiler warnings. 2012-07-10 15:57:15 +00:00
etc Use MKDIR_P instead of mkdir_p in Makefiles, as MKDIR_P is the only one 2012-06-21 16:52:37 +00:00
include Another CMake scripts update for: 2012-07-27 11:49:09 +00:00
mca Clarify a configure warning: we're ''not'' adding to DYLD_LIBRARY_PATH. 2012-07-26 21:47:00 +00:00
memoryhooks - Replace combinations of 2009-08-20 11:42:18 +00:00
runtime Also show the memcpy framework (if there are any components, which 2012-07-26 21:28:41 +00:00
threads Remove clang compiler warnings. 2012-05-29 23:36:06 +00:00
tools Update the CMake files for Fortran 77 bindings, get ready for F90 bindings. 2012-07-24 08:49:34 +00:00
util Sorry for mid-day commit, but I had promised on the call to do this upon my return. 2012-04-06 14:23:13 +00:00
win32 Update the hwloc build on Windows and related files. 2012-07-20 12:14:28 +00:00
CMakeLists.txt Another CMake scripts update for: 2012-07-27 11:49:09 +00:00
Makefile.am Backout the ORCA commit. :( 2012-06-27 01:28:28 +00:00
win_makefile Move all win32 related files in opal, and modify all the Makefiles.am to 2005-12-08 06:17:15 +00:00