- 31 Aug, 2010 6 commits
-
-
Pavan Balaji authored
as well. Reviewed by goodell.
-
Pavan Balaji authored
-
Pavan Balaji authored
when there's an error. Reviewed by buntinas.
-
Pavan Balaji authored
no RMK. Thanks to Cody Brown for reporting the error.
-
Jayesh Krishna authored
-
Darius Buntinas authored
[svn-r7121] Fixed return code checking from MPIU_Str_ functions. MPIU_Str does not return an MPICH error code, but in some cases it was treated as such. Reviewed by jayesh@
-
- 30 Aug, 2010 3 commits
-
-
Rajeev Thakur authored
-
Darius Buntinas authored
-
Darius Buntinas authored
-
- 27 Aug, 2010 6 commits
-
-
Darius Buntinas authored
[svn-r7114] Bug fix. Scanning the connection list when looking for duplicate connections would result in a segfault if a tmpvc connection existed in the list. This commit fixes this by skipping over tmpvc connections when scanning. Reviewed by goodell@
-
Pavan Balaji authored
-
Pavan Balaji authored
is too hard to maintain). Instead ask the user to type configure --help and get this information.
-
Pavan Balaji authored
-
Pavan Balaji authored
script. The compiler is needed for everything. The shared library checks were failing without this. Also removed some comments that are no longer relevant with the current state of the configure script, and moved some code around to keep the section of the code that works on the environment variables and other flags separate from the rest of the code.
-
Pavan Balaji authored
-
- 26 Aug, 2010 4 commits
-
-
Darius Buntinas authored
-
Anthony Chan authored
-
Anthony Chan authored
-
David Goodell authored
sed expects "-i" to take an argument (possibly empty string) indicating the backup suffix. Also, when using "-i", "-e" should also be used to unambiguously indicate the sed command argument. No reviewer.
-
- 25 Aug, 2010 6 commits
-
-
Pavan Balaji authored
-
Pavan Balaji authored
-
Anthony Chan authored
-
Anthony Chan authored
[svn-r7095] Fixed bug of building allocmemf.f when cray-pointer is enabled. With gfortran, if FFLAGS=-fcray-pointer is set, allocmemf whose compilation needs autogenerated header file add1size.h in building local directory. "F77INCLUDES = -I." is needed by gfortran which does not search local working directory by default.
-
Anthony Chan authored
-
Pavan Balaji authored
-
- 24 Aug, 2010 11 commits
-
-
Anthony Chan authored
[svn-r7091] removed since allocmemf2.f is an older version of allocmemf.f which is used in the testlist when cray-pointer is found. similarly allocmemf290.f90 will be gone as it is auto-generated. This resolves req #1077.
-
Anthony Chan authored
[svn-r7090] Replaced the hardwiring of known precious variables in PAC_CONFIG_SUBDIR_ARGS by parsing autoconf variable $ac_precious_vars. With this new support, adding new precious variables does not require modification of PAC_CONFIG_SUBDIR_ARGS. Also simplified/replaced the single-quote matching code in the tokenization of ac_configure_args through the realization of setting token separator to single quote....
-
Pavan Balaji authored
-
Pavan Balaji authored
-
Pavan Balaji authored
pick --enable-sharedlibs=gcc-osx instead of gcc. Reviewed by goodell.
-
Pavan Balaji authored
to the Hydra VERSION file.
-
Pavan Balaji authored
libtool, and --enable-sharedlibs=<type> for the MPICH2 core. To avoid this confusion, if the user just provides --enable-shared alone, assume --enable-sharedlibs=gcc as well. Reviewed by goodell.
-
Pavan Balaji authored
and Hydra can share it. No reviewer.
-
Pavan Balaji authored
to just link with libmpich.so, and the remaining libraries are dynamically loaded. This support is only for shared libraries at this point (static library support might require libtool). Also, this is experimental, as it has a bunch of gotchas that we cannot handle unless we reimplement libtool. Reviewed by goodell.
-
Pavan Balaji authored
Reviewed by goodell.
-
Pavan Balaji authored
avoid duplicates. No reviewer.
-
- 23 Aug, 2010 2 commits
-
-
David Goodell authored
The nesting code removal broke this test. This change adds error checking in both the new _impl function (to match the old NMPI_ behavior) and also in the deprecated MPI_Attr_put interface where it was missing originally. No reviewer.
-
David Goodell authored
No reviewer.
-
- 19 Aug, 2010 2 commits
-
-
Darius Buntinas authored
[svn-r7072] adding option to hold processes while waiting for a debugger. Uses MPICH_DEBUG_HOLD=1 environment variable. Reviewed by goodell@
-
Darius Buntinas authored
-