- 27 Jun, 2013 1 commit
-
-
Rob Latham authored
automake-1.14 will carp if the subdir-objects option is missing and it thinks you should have specified this option, and since we treat warnings as errors we need to specify this option. MPICH requires a pretty new version of automake, so it's doubtful we'll ever encounter the 1999-era automake that does not understand 'subdir-objects'
-
- 24 Jun, 2013 1 commit
-
-
Kenneth Raffenetti authored
-
- 22 Jun, 2013 2 commits
-
-
Pavan Balaji authored
Removed parts that are no longer relevant due to deprecated features in MPICH or in the MPI standard.
-
Pavan Balaji authored
-
- 21 Jun, 2013 5 commits
-
-
Rob Latham authored
-
(ibm) D187762 (ibm) 0404df3637157f9aac3644ca62d9ed7f61e5d73d Signed-off-by:
Michael Blocksome <blocksom@us.ibm.com>
-
This change was originally part of an extensive 'PE Code Merge' commit that was a sqaushed commit of approximately 50 defect and feature code changes. (ibm) 17b9e8973047abdb461f0303bc6c15509aef160b
-
Rob Latham authored
automake yelled at me for overriding potentially user-supplied variables
-
Kenneth Raffenetti authored
This change causes the build to break with --enable-debuginfo This reverts commit 08c22ebe.
-
- 19 Jun, 2013 1 commit
-
-
These are misc debugger changes that were not picked up during the merge for some reason.
-
- 17 Jun, 2013 1 commit
-
-
Wesley Bland authored
Closes #1886. We haven't supported Windows since 1.4.1p so its time to remove information for Windows installation from the README. Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
- 13 Jun, 2013 2 commits
-
-
Pavan Balaji authored
Remove old mcs.anl.gov references.
-
(ibm) c12fc56aee6f51af3fe92d76989094000b23ced0 Heavily updated by balaji. Signed-off-by:
Rob Latham <robl@mcs.anl.gov>
-
- 11 Jun, 2013 5 commits
-
-
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Pavan Balaji authored
We slow down consecutive ssh connections to the same host to avoid the ssh server falling over. This patch allows the user to control how many ssh connections we allow before throttling.
-
Pavan Balaji authored
If the device specified a timer type, use that by default. If none is specified, configure will try to detect one. User-specified types are always given priority. Signed-off-by:
Michael Blocksome <blocksom@us.ibm.com>
-
Michael Blocksome authored
This will match the #include usage in the `hwloc` package. Signed-off-by:
Bob Cernohous <bobc@us.ibm.com>
-
Michael Blocksome authored
Signed-off-by:
Bob Cernohous <bobc@us.ibm.com>
-
- 10 Jun, 2013 1 commit
-
-
Pavan Balaji authored
The previous patch was meant to allow devices to automatically pick the default timer type they like. However, it forces the device to pick one of the predefined timer types.
-
- 09 Jun, 2013 10 commits
-
-
Pavan Balaji authored
-
Pavan Balaji authored
-
Pavan Balaji authored
-
Pavan Balaji authored
It is now covered under the PARAMS interface and is listed with the remaining environment variables in README.envvar. Also improve the description of the variable in README.envvar.
-
Pavan Balaji authored
MPIR_PARAM_ gets higher priority than MPICH_. So we place the MPIR_PARAM_ version as the preferred environment variable name, but provide the MPICH_ version as an alternative.
-
Pavan Balaji authored
-
Pavan Balaji authored
-
Pavan Balaji authored
The ABI string is updated to 11:x:y since we added the C++ binding for distgraph. No interfaces were deleted, so 'x' goes to 0, and 'y' goes to 1.
-
Pavan Balaji authored
Picked up the relevant parts of [2bda6bc7] and [49b74176].
-
Pavan Balaji authored
-
- 08 Jun, 2013 10 commits
-
-
Pavan Balaji authored
-
Pavan Balaji authored
-
Pavan Balaji authored
-
Pavan Balaji authored
If the user asked for an asynchronous thread, but the device does not provide MPI_THREAD_MULTIPLE support, throw a warning.
-
Pavan Balaji authored
-
Pavan Balaji authored
1. Use the params interface to control the default thread level. 2. Don't restrict support for the default thread level only in THREAD_MULTIPLE installations.
-
Pavan Balaji authored
Use the params interface to check the ASYNC_PROGRESS variable.
-
Pavan Balaji authored
-
Pavan Balaji authored
We were originally initiating the asynchronous thread in SERIALIZED mode as well. But this is incorrect, since the remaining threads do not acquire a lock and will conflict with this thread.
-
Pavan Balaji authored
This is taken from the mpich-benchmarks repository, which is not maintained anymore.
-
- 07 Jun, 2013 1 commit
-
-
Pavan Balaji authored
If a higher than single or funneled thread level is required and no thread package is provided, abort.
-