- 17 Aug, 2007 8 commits
- 16 Aug, 2007 5 commits
- 15 Aug, 2007 5 commits
-
-
balaji authored
-
balaji authored
Added barriers in between different iterations to make sure that leaf nodes don't send data to the root faster than it can receive.
-
buntinas authored
fixed improperly declared variables in test programs. A variable called aint would be declared in an .h file, but the test program assumed the variable would be called asize, and v.v. Implicit none was added to all programs/subroutines/functions to catch any such errors in the future.
-
gropp authored
-
gropp authored
-
- 14 Aug, 2007 5 commits
- 13 Aug, 2007 5 commits
-
-
thakur authored
-
balaji authored
If the user specifies any CFLAGS, append our default optimizations to it, instead of replacing our optimizations.
-
buntinas authored
Bugfix for shm and ssm channels. Added missing read and write memory barriers for x86, and missing volatile in packet structure
-
jayesh authored
1) Spawned processes inherit working directory from spawner if the spawner does not specify it explicitly in MPI_Info
-
thakur authored
-
- 11 Aug, 2007 3 commits
- 10 Aug, 2007 5 commits
-
-
buntinas authored
nemesis: fixed hang bug in nemesis progress engine. Added code in blocking receive progress to check whether network module completed a request.
-
jayesh authored
Due to potential blocking of MPIDI_PG_GetConnString() the state of VC is now *_CONNECTING in MPIDU_Sock_connect(). Queueing requests when VC is in *_CONNECTING state. Changing state of VC to *_CONNECTING before invoking MPIDU_Sock_connect() from within ssm
-
balaji authored
-
rbutler authored
-
rbutler authored
-
- 09 Aug, 2007 2 commits
-
-
jayesh authored
Recursive spawns fail since the search path of the exec for the spawned process is set to the incorrect working directory. Setting the working directory of an MPI process to current working directory if not already set.
-
jayesh authored
With SMPD, MPIDI_PG_GetConnString() blocks on the progress engine allowing another thread to post a connect for a connection in the CONNECTING state. Changed the state of connection to CONNECTING before blocking on MPIDI_PG_GetConnString() & queued data when we find connection in the CONNECTING state
-
- 08 Aug, 2007 2 commits