- 16 Mar, 2009 3 commits
-
-
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 15 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
-
Jayesh Krishna authored
[svn-r4061] 1) Adding mpir-mpioinit.c to windows makefile (2) Updating simple makefile for wintcp channel
-
David Goodell authored
We were not zeroing the attribute list for an object at {comm,win,type}_free time. Reviewed by balaji@.
-
Rob Latham authored
-
Rob Latham authored
-
William Gropp authored
[svn-r4057] Added support for environment variable RANLIBNEEDED which, if set to NO, will cause simplemake to omit the RANLIB steps
-
William Gropp authored
[svn-r4056] Enhanced the interface builders to handle multiple comments in a function prototype line
-
Rob Latham authored
-
Pavan Balaji authored
-
Pavan Balaji authored
argument string becomes a part of the environment, so altering the string changes the environment. In our case, we were freeing the environment. On some platforms, this was not causing a problem (probably because free was being lazy in deallocating), but showed up on octagon. This should resolve ticket #453.
-
Pavan Balaji authored
path. In that case, finding the path to the proxy executable is a little tricky. We need a cleaner approach to finding where the proxy is; this code is becoming quite hacky.
-
Pavan Balaji authored
-
Anthony Chan authored
[svn-r4050] Fixed f77 and f90 build when the base f77/f90 compilers are naive compilers, i.e. not MPI wrapper compilers, by using the patch provided by David Gingold. The patch resolves bug report req#425. Also, fixed VPATH build for f77 and f90 support.
-
- 12 Mar, 2009 2 commits
-
-
Pavan Balaji authored
ignoring the return statuses of the processes and returning success to the launcher every time. This commit should fix that part and some other minor bugs in the process cleanup.
-
Rob Latham authored
thanks for the help, Dave!
-