- 22 Aug, 2007 1 commit
-
-
gropp authored
-
- 21 Aug, 2007 1 commit
-
-
gropp authored
Make detection of a mismatch in the C and Fortran integers an error, since in that case we cannot build a correct Fortran interface
-
- 20 Aug, 2007 3 commits
- 18 Aug, 2007 1 commit
-
-
chan authored
-
- 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 3 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
-