Ralph Castain
197f923ce3
Update scaling script
...
This commit was SVN r26510.
2012-05-29 17:41:38 +00:00
Ralph Castain
3068438022
Add scaling tests and script
...
This commit was SVN r26509.
2012-05-29 15:21:44 +00:00
Ralph Castain
67d6275ed3
Platform update
...
This commit was SVN r26508.
2012-05-29 15:21:16 +00:00
Shiqing Fan
08d553d7bf
Add a file to the installation list.
...
This commit was SVN r26507.
2012-05-29 13:58:23 +00:00
Ralph Castain
9883f42caf
Add missing commit
...
This commit was SVN r26501.
2012-05-28 02:20:20 +00:00
Ralph Castain
e705de1ce6
Complete nidmap cleanup - we don't know our node until we have unpacked all the jobs since our job is always the last one, so wait until all jobs are unpacked before assigning locality
...
This commit was SVN r26500.
2012-05-27 18:37:57 +00:00
Ralph Castain
be6ed9c2df
Allow partial use of allocations by specifying the max number of daemons (i.e., max VM size) for the job
...
This commit was SVN r26499.
2012-05-27 16:48:19 +00:00
Ralph Castain
c69a04e16b
Cleanup the pidmap decoding for apps to avoid confusion
...
This commit was SVN r26498.
2012-05-27 16:21:38 +00:00
Edgar Gabriel
d1e91e9372
make the file compile properly.
...
This commit was SVN r26497.
2012-05-26 01:06:36 +00:00
George Bosilca
3704bfccbe
The sum of the local and remote recvcounts is identical (per MPI standard
...
requirement) so the recvcounts array is bounded by the number of
participants in the local group.
This commit was SVN r26496.
2012-05-25 04:27:19 +00:00
Jeff Squyres
5391e98d56
Remove some generated files.
...
This commit was SVN r26495.
2012-05-25 00:45:38 +00:00
Terry Dontje
19992f80f0
use OMPI_ARRAY_LOGICAL_2_INT_CLEANUP instead of free
...
This commit was SVN r26494.
2012-05-24 21:06:03 +00:00
Ralph Castain
632bc02db2
Load the platform file earlier, before we do any tests, to ensure we capture any flags set inside it.
...
This commit was SVN r26493.
2012-05-24 18:12:33 +00:00
Brian Barrett
2effbb1ba6
fix copy/paste typo
...
This commit was SVN r26492.
2012-05-24 16:06:20 +00:00
Ralph Castain
c0304eb23a
Fix copy/paste typo
...
This commit was SVN r26491.
2012-05-24 15:47:20 +00:00
George Bosilca
5ff74babc6
Correctly use remote size where necessary. Completements the
...
patches for ticket #3105 .
This commit was SVN r26490.
2012-05-24 13:41:51 +00:00
Jeff Squyres
4bda5da63a
Similar to r26488, also update the param error checking for
...
REDUCE_SCATTER, SCATTERV, and GATHERV. Thanks to the mpi4py community
for reporting the issue.
This commit was SVN r26489.
The following SVN revision numbers were found above:
r26488 --> open-mpi/ompi@42793aa10f
2012-05-24 13:26:44 +00:00
Jeff Squyres
42793aa10f
As reported by the mpi4py community (Bennet Fauber, Lisandro Dalcin,
...
Jonathan Dursi), fix a bug in the parameter verification of
MPI_ALLGATHERV: ensure to use the ''remote'' group size when checking
the recvcounts array.
This commit was SVN r26488.
2012-05-24 10:25:21 +00:00
Ralph Castain
32337d0d5c
Well, we dont need the -levent any more
...
This commit was SVN r26487.
2012-05-24 01:54:37 +00:00
Ralph Castain
63a23f1f90
Get the event lib built correctly - missing the OMPI-specific pieces from Makefile.am!
...
Copmlete the symbol renaming to cover new symbols in the updated version.
This commit was SVN r26486.
2012-05-24 00:27:41 +00:00
Ralph Castain
1d41c6bb80
Some more libevent configure fixes. Ensure -levent gets added to the wrapper flags as the LANL machines can't seem to find it otherwise. Remove the duplicate evaluation of --visibility in the libevent area as it was already done by opal for everyone. Set some more ignores.
...
This commit was SVN r26485.
2012-05-23 21:26:54 +00:00
Ralph Castain
31beff6362
Oops - if we don't want the Java bindings, then we really shouldn't be building them :-/
...
Also ensure we don't try to build them if no Java support was found, and error out if the user requests the bindings and we didn't find Java support.
Add a configure flag to skip the Java tests and just force-set the Java support to "disabled"
This commit was SVN r26484.
2012-05-23 19:51:27 +00:00
Ralph Castain
88d5e6f2b4
Update ignores
...
This commit was SVN r26483.
2012-05-23 18:42:31 +00:00
Ralph Castain
5821e63e27
Remove built files and update ignores
...
This commit was SVN r26482.
2012-05-23 18:17:29 +00:00
Ralph Castain
8a2ca3d96f
Delete built files
...
This commit was SVN r26481.
2012-05-23 18:14:26 +00:00
Ralph Castain
7fb49b1559
Silence warning
...
This commit was SVN r26480.
2012-05-23 13:59:41 +00:00
Ralph Castain
da28a4b0e6
Silence warning
...
This commit was SVN r26479.
2012-05-23 13:59:22 +00:00
Jeff Squyres
7969faf372
Fixes trac:3057: minor update to the man page to state that slot locations
...
in rankfiles use ''physical'' device indexes (vs. logical indexes).
This commit was SVN r26478.
The following Trac tickets were found above:
Ticket 3057 --> https://svn.open-mpi.org/trac/ompi/ticket/3057
2012-05-23 11:43:33 +00:00
Matthias Jurenz
54d67f3957
Changes to VT:
...
- corrected Fortran MPI lib. name for OMPI 1.7 (-lmpi_f77 -> -lmpi_mpifh)
This commit was SVN r26477.
2012-05-23 09:06:22 +00:00
Matthias Jurenz
bf7e00b787
- corrected underlying compiler command for mpifort-vt (@FC@ -> vtf90)
...
- removed useless mpi<f77|f90>-vt-wrapper-data.txt
This commit was SVN r26474.
2012-05-23 08:55:00 +00:00
Jeff Squyres
5d878f0644
Update svn:ignore
...
This commit was SVN r26473.
2012-05-23 00:10:06 +00:00
Nathan Hjelm
b9959a95cd
ack! one more
...
This commit was SVN r26472.
2012-05-22 20:52:52 +00:00
Nathan Hjelm
f2d4e95429
doh! add missing include
...
This commit was SVN r26471.
2012-05-22 20:49:13 +00:00
Nathan Hjelm
cdc3c87ba6
move pmi init/finalize into a common component
...
This commit was SVN r26470.
2012-05-22 15:15:39 +00:00
Nathan Hjelm
78b8b3cf76
bug fix: actually close ess components
...
This commit was SVN r26469.
2012-05-22 15:09:18 +00:00
Ralph Castain
b217124bd8
Symlink instead of copy
...
This commit was SVN r26464.
2012-05-21 23:07:48 +00:00
Ralph Castain
da3873af6f
Rename the mapreduce tool to "mr+" per the marketing types
...
This commit was SVN r26463.
2012-05-21 21:17:44 +00:00
Nathan Hjelm
6eeca66475
add an option to enable static ports. diabled by default
...
This commit was SVN r26462.
2012-05-21 19:56:15 +00:00
George Bosilca
e890a8379b
Various minor cleanups.
...
This commit was SVN r26461.
2012-05-21 13:15:24 +00:00
Ralph Castain
11d5a31b1e
Update ignores, remove build result file from repo
...
This commit was SVN r26460.
2012-05-21 00:59:04 +00:00
Ralph Castain
40317c0290
Remove the old event lib version - new one seems to be working just fine.
...
This commit was SVN r26459.
2012-05-21 00:57:47 +00:00
Brian Barrett
25693363e9
* Fix internal accounting error regarding number of available credits
...
* Use a single MD covering all of address space for put transfers, rather
than a per-send MD.
This commit was SVN r26458.
2012-05-20 23:42:26 +00:00
Ralph Castain
83d69b6c95
Enable the ORTE progress thread for apps (not needed in the tools as they already continuously loop in the event lib). This appears to be working, at least for MPI apps that only use shared memory (a simple "hello"). More testing is required to identify where problems will occur - this is only intended to allow further development.
...
In order to use the progress thread, you must configure with:
--enable-orte-progress-threads --enable-event-thread-support
This commit was SVN r26457.
2012-05-20 15:14:43 +00:00
Ralph Castain
c4f8043064
Per Nathan, with a little cleanup by me: update the PMI support to aggregate modex info, thus reducing the number of keys required so it fits within Cray default constraints
...
This commit was SVN r26456.
2012-05-19 16:12:52 +00:00
Ralph Castain
1ce59d08b5
Continue cleaning up the libevent ignores
...
This commit was SVN r26455.
2012-05-19 16:11:24 +00:00
Ralph Castain
a526afae92
Ensure we always cleanup local procs, no matter how we exited.
...
This commit was SVN r26454.
2012-05-18 23:37:40 +00:00
Ralph Castain
12ebc0e269
Don't need this to be a bin program as the class is captured in the jar
...
This commit was SVN r26453.
2012-05-18 23:37:18 +00:00
Ralph Castain
6d6faca871
Add ignores
...
This commit was SVN r26452.
2012-05-18 22:42:16 +00:00
Vishwanath Venkatesan
8d4bb65bd4
Modifying the explicit operations to make it absolute
...
This commit was SVN r26451.
2012-05-18 21:43:34 +00:00
Vishwanath Venkatesan
cbad31cc88
1. Freeing the displs array after allgatherv to avoid segmentation faults in dynamic segmentation
...
2. Checking for 0 bytes datatypes and sending only when data available to avoid 0 byte messages being sent and received.
3. Changing timing extraction to support calculating, min, max and avg communication costs + min and avg write costs
This commit was SVN r26450.
2012-05-18 21:39:58 +00:00