- 11 Dec, 2012 1 commit
-
-
Darius Buntinas authored
-
- 23 Oct, 2012 1 commit
-
-
Pavan Balaji authored
No reviewer.
-
- 08 Aug, 2012 1 commit
-
-
James Dinan authored
This patch was a quick fix, which moved shared memory segment support from Nemesis up to ch3 in order to support shared memory windows. This functionality has been pushed down into Nemesis, so the r10057 fix is no longer needed. Reviewer: buntinas
-
- 25 Jul, 2012 1 commit
-
-
James Dinan authored
Nemesis. In MPI-3, ch3 will require shared memory in order to support MPI_Win_allocate_shared().
-
- 24 Jul, 2012 1 commit
-
-
James Dinan authored
yet implemented below the ADI level.
-
- 10 Jul, 2012 2 commits
-
-
Darius Buntinas authored
-
Darius Buntinas authored
-
- 05 Jul, 2012 1 commit
-
-
Pavan Balaji authored
This code was heavily contributed by Intel with some changes to match the MPICH2 coding style and bug fixes. Reviewed by Scott Mcmillan and others in the Intel MPI team.
-
- 08 Jun, 2012 1 commit
-
-
Pavan Balaji authored
-
- 12 Mar, 2012 1 commit
-
-
Darius Buntinas authored
[svn-r9601] Added a macro for busy waiting that calls a function to yield the processor every POLLS_BEFORE_YIELD iterations. The number of polls can be controlled with the MPICH_POLLS_BEFORE_YIELD environment variable. The default number of polls still needs to be tuned to minimize the impact on latency. Reviewed by goodell@
-
- 28 Feb, 2012 1 commit
-
-
Pavan Balaji authored
preferred naming convention.
-
- 19 Jan, 2012 1 commit
-
-
David Goodell authored
This was always a questionable hack, but it finally bit us on OS X 10.7 (Lion). Reviewed by buntinas@.
-
- 21 Nov, 2011 2 commits
-
-
David Goodell authored
No reviewer.
-
David Goodell authored
Also use per-netmod subconfigure.m4 files. No reviewer.
-
- 10 Nov, 2011 2 commits
-
-
David Goodell authored
Use automake+libtool instead of simplemake+createshlib. Parallel make now works for real, and shared library creation should be more robust on more platforms. "make dist" now works, modulo building the documentation, although for boring reasons we can't actually use it for the final distribution tarball generation. This is a massive change and without a doubt has some bugs in it. We'll work through them as we find them. No reviewer.
-
Guillaume Mercier authored
-
- 23 Sep, 2010 1 commit
-
-
Anthony Chan authored
[svn-r7239] Allowed autoconf-2.68 in maint/updatefiles. Fixed incorrect uses of AC_*_IFELSE, i.e. without use of AC_LANG_SOURCE and friends in AC_*_IFELSE, that are detected by autoconf-2.68. But there are still a lot of warning from use of AC_PROG_LIBTOOL(or AM_PROG_LIBTOOL) and LT_INIT. Also warnings from hydra (hwloc and plpa) and openpa are not fixed here.
-
- 08 Sep, 2010 1 commit
-
-
Darius Buntinas authored
[svn-r7186] Fixes to allow job to continue with a node failure. VCs associated with the failed process enter a failed state, and cannot be used for communication, but communication is still allowed with other processes. Reviewed by goodell@.
-
- 31 Aug, 2010 1 commit
-
-
Pavan Balaji authored
as well. Reviewed by goodell.
-
- 28 May, 2010 1 commit
-
-
David Goodell authored
Uses a define added in r106 of OPA. Now nemesis doesn't need to use an AC_ARG_WITH matching OPA's argument. Reviewed by buntinas@.
-
- 07 May, 2010 1 commit
-
-
Darius Buntinas authored
-
- 23 Apr, 2010 1 commit
-
-
Darius Buntinas authored
-
- 01 Mar, 2010 1 commit
-
-
David Goodell authored
In particular, this seemed to be a problem on Solaris when "struct ifconf" wasn't actually available. The bad shell test resulted caused it to always evaluate to true, even though the structure wasn't available. No reviewer.
-
- 12 Feb, 2010 1 commit
-
-
David Goodell authored
Previously flags to AR were fixed by simplemake to be "cr". With this change this can be controlled by configure/make via the new AR_FLAGS precious variable. On darwin using "Scr" shaves ~10% off the normal build time. This is a minor, nibbling around the edges fix. The real fix is to rework all of the linking in MPICH2 so that parallel builds are possible and only a single invocation of AR/RANLIB occurs for each library that we produce. Reviewed by balaji@.
-
- 04 Feb, 2010 2 commits
-
-
Pavan Balaji authored
are eventually dumped into CPPFLAGS.
-
Pavan Balaji authored
variable. Since we moved to PAC_CONFIG_SUBDIR, it'll take care of exporting the precious variables correctly. Fixes ticket #928.
-
- 02 Feb, 2010 1 commit
-
-
Pavan Balaji authored
flags need to go into CPPFLAGS, instead of CFLAGS.
-
- 25 Jan, 2010 1 commit
-
-
Darius Buntinas authored
-
- 01 Jan, 2010 2 commits
-
-
Pavan Balaji authored
-
Pavan Balaji authored
WRAPPER_LIBS. LIBS are all libraries detected and added by MPICH2. These are maintained internally, so appropriate autoconf checks can use them correctly. WRAPPER_LIBS are only used within mpicc and friends; they are a combination of LIBS and other libraries such as opa and mpl which are only generated at make time. These are maintained separately so autoconf doesn't try to use them for link or run tests.
-
- 29 Dec, 2009 1 commit
-
-
Pavan Balaji authored
-
- 27 Dec, 2009 1 commit
-
-
Pavan Balaji authored
-
- 24 Dec, 2009 2 commits
-
-
Pavan Balaji authored
Brice.
-
Pavan Balaji authored
into mpicc and friends.
-
- 23 Dec, 2009 1 commit
-
-
Pavan Balaji authored
and friends are automatically exported down to subconfigures. If a sub-configure chooses not to use whatever is exported by the upper-level configure, it can reset the flags to the user-specified ones using a new macro.
-
- 06 Nov, 2009 1 commit
-
-
Darius Buntinas authored
-
- 04 Sep, 2009 1 commit
-
-
Pavan Balaji authored
Reviewed by buntinas.
-
- 03 Aug, 2009 1 commit
-
-
David Goodell authored
[svn-r5116] updatefiles now matches top-level AC_PREREQ version and commented out AC_PREREQs are deleted. This is a cleanup of r5041. No reviewer.
-
- 24 Jul, 2009 1 commit
-
-
Anthony Chan authored
[svn-r5041] commented out AC_PREREQ in all non-standalone configure.in, i.e. except top-level, test/mpi, romio, hydra, mpe2, slog2sdk, openpa.
-
- 10 Jun, 2009 1 commit
-
-
Guillaume Mercier authored
-