- 17 Mar, 2009 7 commits
-
-
Jayesh Krishna authored
[svn-r4104] Explicitly specifying path to executables in the fortran project template file. This makes it easier for the windows test scripts
-
David Goodell authored
No reviewer.
-
Jayesh Krishna authored
[svn-r4102] Updating the product code & ver numbers in windows installers for the upcoming 1.1b1 release
-
Pavan Balaji authored
could hold. So, we were "losing" some data. This should fix ticket #468.
-
Jayesh Krishna authored
[svn-r4100] Handle unhandled defns - don't use _ALL_SOURCE for struct ifconf, no lustre config files on windows - in windows configure script
-
Jayesh Krishna authored
[svn-r4099] Unpack to the *right* iov buffers. The original code ignored iov offsets. - refer ticket #462 for details - No reviewer
-
Jayesh Krishna authored
[svn-r4098] Prevent sending the same data twice - Since we are sending 2 MPI_INTS put/get 'SIZE/2 -2' elements from/to array A. The last two elements are used for Accumulate - No reviewer
-
- 16 Mar, 2009 10 commits
-
-
William Gropp authored
-
William Gropp authored
-
Pavan Balaji authored
-
Pavan Balaji authored
Akingunola. Thanks!
-
Pavan Balaji authored
-
Pavan Balaji authored
-
Pavan Balaji authored
-
Pavan Balaji authored
try to interpret it. Single quotes just passes it along to the remote side. This should fix the nightly test failures with Hydra.
-
Pavan Balaji authored
-
Pavan Balaji authored
-
- 15 Mar, 2009 6 commits
-
-
Pavan Balaji authored
-
Pavan Balaji authored
compile in. Once compiled in, we can pick the one we want to use at runtime.
-
Pavan Balaji authored
-
Pavan Balaji authored
-
David Goodell authored
We weren't actually returning a return value from the keyval delete function. This resulted in returning 0 (MPI_SUCCESS) when compiling with gcc but a random value when compiling with the Sun compiler. No reviewer.
-
Pavan Balaji authored
-
- 14 Mar, 2009 14 commits
-
-
Pavan Balaji authored
complete independence of hydra.h for the boot-strap server.
-
Pavan Balaji authored
-
Pavan Balaji authored
servers (shell-based, such as ssh) automatically remove the quotes from the environment strings, while some servers don't (e.g., fork). We need to explicitly check for this.
-
Pavan Balaji authored
-
Pavan Balaji authored
-
Pavan Balaji authored
-
Pavan Balaji authored
memory. With this commit, there should not be any memory leaks at least for simple programs.
-
Pavan Balaji authored
-
William Gropp authored
[svn-r4070] Fixed bug in simplemake when name of executable program does not match any of the source files
-
Pavan Balaji authored
-
Pavan Balaji authored
-
Pavan Balaji authored
passing it to the proxy. Some environment variables (e.g., some of the environment associated with the gnome keyring on my laptop) have spaces in their values, causing -genvall to break. This commit fixes it and makes -genvall default.
-
David Goodell authored
No reviewer.
-
Pavan Balaji authored
some of it was being dropped as we were not checking to see how much data was actually written out before returning.
-
- 13 Mar, 2009 3 commits
-
-
Pavan Balaji authored
-
Pavan Balaji authored
-
Jayesh Krishna authored
[svn-r4062] 1) Modifying the datatype code to find the number of contig blocks in an instance of an MPI derived datatype - Since finding the real number of contig blocks is not easy we find a reasonable upper bound instead. This also fixes the case where the number of contig blocks was uninitialized for contiguous datatypes. Refer ticket #428 for details (2) Adding a test case, test1_dt.c, to test the fix - Review @ rross, thakur
-