- 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 10 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
-
Jayesh Krishna authored
[svn-r6026] Removing debug stmts that were included during merging the changes from async progress branch
-
Pavan Balaji authored
-
Pavan Balaji authored
timeouts in such cases.
-
Pavan Balaji authored
-
Pavan Balaji authored
use the INTERNALS_CFLAGS and friends set by the rest of MPICH2. The problem mainly occurs when the rest of MPICH2 is setting the internal flags to link to a shared library, and Hydra is not able to see where the shared library is located. This information (LD_LIBRARY_PATH) can be passed to the MPI processes by setting the environment through mpiexec, but the only way to pass this information to mpiexec and friends is by setting it in the default shell path. Thanks to Brice Goglin for reporting the error.
-
Pavan Balaji authored
-
Pavan Balaji authored
-
- 21 Dec, 2009 14 commits
-
-
Pavan Balaji authored
to wait for the exit status. Fixes the timeout test segmentation faults in the nightly tests.
-
Pavan Balaji authored
-
Pavan Balaji authored
the last PG irrespective of which PG the command was for.
-
Pavan Balaji authored
on. Suppose the bootstrap server registers an fd, which later gets deregistered by the callback function, and gets registered back in by a different component. The bootstrap server would wrongly believe that the original fd it registered is still active, and would try to wait on it. The callback function needs to remove it from the bootstrap server's fd list when it closes a socket.
-
Jayesh Krishna authored
-
Pavan Balaji authored
and destroyed.
-
Pavan Balaji authored
reuses the fd value, our search for the process structure is accurate.
-
Pavan Balaji authored
-
Pavan Balaji authored
command (used in multi-spawn commands).
-
Pavan Balaji authored
-
Pavan Balaji authored
-
Pavan Balaji authored
processes. With this fix, some of the spawn programs seem to be working. Some more bugs to go.
-
Pavan Balaji authored
-
Pavan Balaji authored
-