- 22 Dec, 2009 9 commits
-
-
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
-
- 18 Dec, 2009 3 commits
-
-
Pavan Balaji authored
We can't reliably detect on the proxy side if stdin is valid or not, so we explicitly send this information from the UI side.
-
Pavan Balaji authored
-
David Goodell authored
C++ won't implicitly cast pointers to/from (void *) in the same way that C will. Since MPI_UNWEIGHTED is only ever passed to functions expecting an int pointer, (int *) is a more appropriate type for mixed C/C++ usage. Thanks to Lisandro Dalcín for reporting this bug. No reviewer.
-
- 17 Dec, 2009 14 commits
-
-
David Goodell authored
This isn't a proper fix, per se, but it does make the specific problem type reported in ticket #972 work. A sufficiently deep type will still make the implementation blow up. No reviewer.
-
David Goodell authored
This makes the crash when we overflow the dataloop stack depth (as described in ticket #972) prettier. We don't segfault anymore, we just get an assertion failure. No reviewer.
-
David Goodell authored
MPID_Dataloop_create still has void return type, so error handling is a bit broken in general. No reviewer.
-
David Goodell authored
A deeply nested type that has structures and vectors in alternation with a deep dataloop depth. No reviewer.
-
David Goodell authored
No reviewer.
-
David Goodell authored
No reviewer.
-
Pavan Balaji authored
MAC/OS. We work around this by checking if stdin is valid and only forward it on valid platforms.
-
Pavan Balaji authored
for a close event on it. Also, while shutting down, the bootstrap servers now don't wait for the stdin socket to be closed.
-
Pavan Balaji authored
still not automated, but is useful for debugging.
-
Pavan Balaji authored
the spawned processes, though.
-
Pavan Balaji authored
-
William Gropp authored
-
William Gropp authored
-
William Gropp authored
-