- 04 Feb, 2010 9 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.
-
Pavan Balaji authored
reimplementing the same code.
-
Pavan Balaji authored
are used, instead of what was directly passed by the user.
-
Pavan Balaji authored
autoconf variables to be passed in as well.
-
Pavan Balaji authored
environment variable propagation cleaner.
-
Pavan Balaji authored
-
Jayesh Krishna authored
-
Darius Buntinas authored
-
- 03 Feb, 2010 15 commits
-
-
Pavan Balaji authored
same node.
-
Pavan Balaji authored
-
Pavan Balaji authored
get rid of this as well.
-
Pavan Balaji authored
with each MPI process separately. All connections go through the proxy control socket. This commit cleans up a lot of extra state maintained upstream which is no longer needed.
-
Pavan Balaji authored
-
Pavan Balaji authored
duplicate this information in the process structure. This is a initial step to eventually get rid of the entire process structure on the main UI.
-
Pavan Balaji authored
-
Pavan Balaji authored
socket in our code.
-
Pavan Balaji authored
key. If it is, we just reply to it from there itself.
-
Pavan Balaji authored
-
Pavan Balaji authored
proxy needs to know which socket descriptor corresponds to which PMI_ID. So we trap the initack call and snoop this information off of it before forwarding it upstream.
-
Pavan Balaji authored
-
Jayesh Krishna authored
-
Jayesh Krishna authored
[svn-r6202] Adding missing MPL paths and fixing proj dependencies related to MPL. Windows builds using projs should now work - was broken after r6170
-
Jayesh Krishna authored
-
- 02 Feb, 2010 11 commits
-
-
David Goodell authored
This is a patch contributed by Brice Goglin with a few small modifications. It updates the dma LMT implementation to use the newer knem API introduced in knem-0.7.
-
David Goodell authored
This is a patch originally written by Brice Goglin to check whether I/OAT is actually available before requesting it when nemesis is using knem for local LMT. This can happen either because the ioatdma module isn't loaded or the hardware simply isn't available.
-
Jayesh Krishna authored
-
Pavan Balaji authored
The basic algorithm is to make sure that we don't overflow the socket listen pool on any node. So, before we establish a new connection, we make sure there are no more than 32 outstanding connections (which is pretty much a random number at this point).
-
Pavan Balaji authored
autotools to be present in a single directory. Reviewed by buntinas.
-
William Gropp authored
[svn-r6194] Make use of ACLOCAL_AMFLAGS and a consistent entry in configure.ac to solve problems creating configure on some systems (particularly my MacBook running Leopard with updated auto tools installed in the same non-system directory)
-
Jayesh Krishna authored
-
Jayesh Krishna authored
-
Jayesh Krishna authored
[svn-r6188] SMPD directly depends on MPL after r6170. Adding MPL into the list of dependencies for SMPD. Without this fix SMPD fails to build after r6170
-
Jayesh Krishna authored
-
Pavan Balaji authored
flags need to go into CPPFLAGS, instead of CFLAGS.
-
- 01 Feb, 2010 5 commits
-
-
David Goodell authored
If the <complex> header was unavailable it was still possible to end up with HAVE_CXX_COMPLEX defined. This causes problems for the various predefined MPI reduction operators, which the presence/absence of HAVE_CXX_COMPLEX to conditionally compile case statements. Incorrect values can result in "duplicate case value" errors from the compiler. No reviewer.
-
Pavan Balaji authored
-
Pavan Balaji authored
proxy's termination message reaches the UI before the exit status, we were assuming that everything was complete, only to find that no exit status was received later.
-
Darius Buntinas authored
-
Darius Buntinas authored
[svn-r6181] Since, in plpa, we've checked in tokens.c and parser.c we don't need the dependencies on tokens.y and parser.l in Makefile.am. These have been removed so that if the modification times of those files gets messed up, it doesn't try to run lex or yacc, which may not be installed. No reviewer.
-