- 29 Dec, 2009 1 commit
-
-
Pavan Balaji authored
-
- 28 Dec, 2009 6 commits
-
-
Pavan Balaji authored
testing. Some of the code is borrowed from the pm/utils code written by Bill recently, but is slightly different in order to use Hydra's internal structures.
-
Pavan Balaji authored
enabled. This is needed because the memory tracing code is still left behind in MPICH2 and not migrated to MPL yet. When memory tracing is enabled, MPICH2 undefines strdup requiring the rest of the code to use MPIU_Strdup instead.
-
Pavan Balaji authored
else. Otherwise, the detection for other functionality might be incorrect.
-
Pavan Balaji authored
MPICH2 now.
-
Pavan Balaji authored
macro. It seems to use device-specific code, so the device needs to be built before the locks directory can be built.
-
William Gropp authored
[svn-r6061] Only add the aio library to WRAPPER_LIBS if there is a library; avoid adding the phrase "none needed" which autoconf uses to indicate that a routine is available without additional libraries
-
- 27 Dec, 2009 9 commits
-
-
Pavan Balaji authored
of CFLAGS. make dependencies fails without this.
-
Pavan Balaji authored
release. The ABI version is still kept at 1.2.
-
Pavan Balaji authored
those given on the command-line.
-
Pavan Balaji authored
-
Pavan Balaji authored
sure we read the entire command before processing it.
-
Pavan Balaji authored
subdirs need to be modified to this format as well.
-
Pavan Balaji authored
-
Pavan Balaji authored
-
Pavan Balaji authored
-
- 26 Dec, 2009 1 commit
-
-
Pavan Balaji authored
upper-level configures.
-
- 25 Dec, 2009 4 commits
-
-
Pavan Balaji authored
it if it has been initialized (e.g., for non-MPI jobs, this is not initialized).
-
Pavan Balaji authored
some places, which was causing an error.
-
Pavan Balaji authored
specified vs. what we inherited from the shell (-genvall behaves as if the user specified all of the local environment from the launching node). The inherited environment is passed to the launched executable, but is set only if it doesn't overwrite any of the local environment on the compute nodes. The explicitly specified environment overwrites existing environment variables.
-
Pavan Balaji authored
-
- 24 Dec, 2009 4 commits
-
-
Pavan Balaji authored
Brice.
-
Pavan Balaji authored
into mpicc and friends.
-
Pavan Balaji authored
created as I didn't realize subcfg.m4 already existed).
-
Pavan Balaji authored
configure.in and assumes that the mpicc and other scripts have a definition for opalibdir (this is the installed lib path after "make install", but an internal path with the build directory before that).
-
- 23 Dec, 2009 12 commits
-
-
Pavan Balaji authored
specified in the host file.
-
Pavan Balaji authored
-
Pavan Balaji authored
binding settings in the host file.
-
Pavan Balaji authored
to use.
-
Pavan Balaji authored
it to mpicc and friends, pkgconfig files, etc.
-
Pavan Balaji authored
was happening because the rest of MPICH2 is not setting WRAPPER flags correctly.
-
Pavan Balaji authored
-
Pavan Balaji authored
and friends are automatically exported down to subconfigures. If a sub-configure chooses not to use whatever is exported by the upper-level configure, it can reset the flags to the user-specified ones using a new macro.
-
Pavan Balaji authored
instead of waiting till the end of the application.
-
Pavan Balaji authored
-
Pavan Balaji authored
environment variable settings.
-
Pavan Balaji authored
-
- 22 Dec, 2009 3 commits
-
-
Pavan Balaji authored
-
Pavan Balaji authored
not available or doesn't work correctly.
-
Darius Buntinas authored
[svn-r6027] using MPIU_ versions of malloc and free in uthash.h to fix compile error with certain --enable-g options
-