Ralph Castain
40c2fc5f55
Update the tests, add a couple
...
This commit was SVN r26379.
2012-05-02 19:00:05 +00:00
Ralph Castain
c5da4f24d7
Fix stupid singletons - get the pidmap message correct
...
This commit was SVN r26378.
2012-05-02 17:48:02 +00:00
Jeff Squyres
b5f4dd3fce
Skip some more common files.
...
This commit was SVN r26377.
2012-05-02 13:05:37 +00:00
Jeff Squyres
8d87f591ca
* Add bullets for 1.6
...
* Add a few items in the "not on a release branch" yet section
This commit was SVN r26374.
2012-05-02 12:59:32 +00:00
Nathan Hjelm
b6ae288a59
fix segfault when pml direct enabled
...
This commit was SVN r26371.
2012-05-01 23:12:41 +00:00
Ralph Castain
8f7bf3344a
Update test
...
This commit was SVN r26370.
2012-05-01 18:38:44 +00:00
Ralph Castain
4542070cf2
Add event priority inversion test
...
This commit was SVN r26369.
2012-05-01 16:42:22 +00:00
Ralph Castain
a8db2fc95f
Add procs to each node's map on the daemons
...
This commit was SVN r26368.
2012-05-01 16:41:35 +00:00
Ralph Castain
a927318ea1
Add -N option as synonym for "npernode"
...
This commit was SVN r26367.
2012-05-01 16:18:14 +00:00
Brian Barrett
0ae2277796
Add a backoff mechanism for re-establishing communication
...
This commit was SVN r26366.
2012-05-01 15:53:00 +00:00
Brian Barrett
74ade8b181
need to order the pending list before we restart
...
This commit was SVN r26365.
2012-04-30 23:06:00 +00:00
Brian Barrett
5dec52af8d
remove some now unneeded debugging
...
This commit was SVN r26364.
2012-04-30 22:50:52 +00:00
Brian Barrett
c654ee6afc
* Use triggered operations for restart barrier as well
...
This commit was SVN r26363.
2012-04-30 22:48:10 +00:00
Brian Barrett
91a9973bde
* Make flow control on by default
...
* Move alarm code back into a triggered operation
This commit was SVN r26362.
2012-04-30 22:25:40 +00:00
Jeff Squyres
c30d1ef0df
Patch from Evan Clinton, reviewed by Leif Lindholm, for supporting
...
ARM5 and ARM6.
This commit was SVN r26361.
2012-04-30 20:49:55 +00:00
Ralph Castain
9f724db182
Remove duplicate event assignment
...
This commit was SVN r26360.
2012-04-30 16:06:20 +00:00
Ralph Castain
289f9f41ec
From long-term discussions, have the daemons use the node_t and proc_t structs and arrays instead of the pidmap and nidmap arrays. Sets the stage for future work.
...
This commit was SVN r26359.
2012-04-29 00:10:01 +00:00
Ralph Castain
47a5e30095
Ensure debug output levels if we are debugging
...
This commit was SVN r26358.
2012-04-29 00:03:28 +00:00
Jeff Squyres
a712fc4649
More Fortran-oriented typos / fixes in the script wrapper compiler
...
This commit was SVN r26357.
2012-04-27 21:20:24 +00:00
Brian Barrett
e6a0a1cf8a
* Make sure to release all resources on failed send
...
* Avoid triggered ops until we get everything debugged
* Simplify flowctl interface a bit
This commit was SVN r26356.
2012-04-27 21:11:01 +00:00
Jeff Squyres
fff1612c04
* Forgot to update ompi-fort.pc.in
...
* Remove unused f77 reference in the script wrapper compiler
This commit was SVN r26355.
2012-04-27 20:05:09 +00:00
Jeff Squyres
80fa7cba29
Update VT for the new Fortran wrapper compiler nomenclature
...
This commit was SVN r26354.
2012-04-27 19:51:18 +00:00
Jeff Squyres
5efdfdfa09
* Make mpif77 and mpif90 be sym links to mpifort, just to drive the
...
point home that they're deprecated
* Similarly, make mpif77-wrapper-data.txt be a sym link to
mpifirt-wrapper-data.txt (ditto with mpif90)
* Make new mpif77.1 and mpif90.1 man pages that say that they're
deprecated; use mpifort instead
This commit was SVN r26353.
2012-04-27 19:35:23 +00:00
Ralph Castain
f3e3704c9e
Per request from Brian, enable mapping of stddiag output (output from opal_output calls) to stderr of the local process. This allows you to obtain that output in a local window (for example, when using xterm for each process) instead of having it automatically forwarded to mpirun. Turn this on automatically whenever someone uses the -xterm option, and to be set manually using the orte_map_stddiag_to_stderr mca param.
...
This commit was SVN r26352.
2012-04-27 14:39:34 +00:00
Jeff Squyres
46f47e08b6
Remove typo/extra brackets and parens.
...
This commit was SVN r26351.
2012-04-27 13:48:43 +00:00
Jeff Squyres
9d0df5a9a6
Update configury in the new oob ud component: actually check to see if
...
it succeeds and run $1 or $2, accordingly. This allows "make dist" to
run properly on machines that do not have OpenFabrics stuff installed
(e.g., the nightly tarball build machine).
There's still more to be done here -- it doesn't check for non-uniform
directories where the OpenFabrics headers/libraries might be
installed. We might need to re-tool/combine
ompi/config/ompi_check_openib.m4 (which checks for way more than
oob/ud needs) and move it up to config/ompi_check_ofa.m4, or
something...?
This commit was SVN r26350.
2012-04-27 11:32:56 +00:00
Jeff Squyres
9829d2279f
System-level includes should be at the top of the file, before most
...
OPAL/ORTE/OMPI includes.
This commit was SVN r26349.
2012-04-27 11:29:22 +00:00
Jeff Squyres
94de69bd0c
The F77 and F90 macros are no longer needed
...
This commit was SVN r26348.
2012-04-27 01:11:26 +00:00
Jeff Squyres
245812c34b
* s/f77/fortran/gi in a lot of places
...
* Remove unused #defines in mpi.h.in
* Add OMPI_PARAM_CHECK in mpi.h.in (so that we can check for it in tests)
* Clean up some comments in mpif-common.h
This commit was SVN r26347.
2012-04-27 01:09:37 +00:00
Ralph Castain
38af7db183
Ensure the progress message comes out right away. Otherwise, on a large system where proc state messages are arriving frequently, the message doesn't get printed until the launch is done!
...
This commit was SVN r26346.
2012-04-26 23:41:03 +00:00
Nathan Hjelm
2f98ef894a
update lanl tlcc platform files
...
This commit was SVN r26345.
2012-04-26 22:08:27 +00:00
Nathan Hjelm
e1e0d466e5
Merge ssh://ct-fe1/usr/projects/hpctools/hjelmn/ompi-trunk-git into HEAD
...
This commit was SVN r26344.
2012-04-26 22:06:12 +00:00
Nathan Hjelm
e84f9ec8c3
don't define OPAL_HAVE_ATOMIC_SWAP_64/32 in amd/atomic.h unless we have inlined assembly. fixes pgi complilation on XE/XK-6
...
This commit was SVN r26343.
2012-04-26 20:43:30 +00:00
Ralph Castain
3461809341
Fix reporting of launch progress so the numbers are correct and appear when they should
...
This commit was SVN r26342.
2012-04-26 00:10:09 +00:00
Ralph Castain
3b5b185c86
Don't double free timer events
...
This commit was SVN r26341.
2012-04-25 17:36:12 +00:00
Nathan Hjelm
c36ab84116
ugni: missed a couple of lines in the last commit
...
This commit was SVN r26340.
2012-04-25 14:24:48 +00:00
Jeff Squyres
501a86afe1
No need to include the generated files in the tarball. Thanks to
...
Eugene for pointing this out.
This commit was SVN r26339.
2012-04-25 14:19:18 +00:00
Ralph Castain
8fbcf375da
One more blasted missing file
...
This commit was SVN r26338.
2012-04-25 03:16:44 +00:00
Ralph Castain
ec42c6c510
add missing file to tarball
...
This commit was SVN r26337.
2012-04-25 02:19:00 +00:00
Jeff Squyres
877ed0b41e
Only include the MPI_File functions if we did not --disable-mpi-io
...
This commit was SVN r26335.
2012-04-25 01:21:13 +00:00
Ralph Castain
71805bf7e4
Clearout the startup_timeout event if the job did in fact start. Have ORTE_TERMINATE use the job state macro so debug will show where it was called
...
This commit was SVN r26334.
2012-04-25 01:05:17 +00:00
Nathan Hjelm
a753fe91f7
fix merge
...
This commit was SVN r26332.
2012-04-24 21:16:51 +00:00
Nathan Hjelm
0eb18b9699
ob1: update copyrights
...
This commit was SVN r26331.
2012-04-24 20:19:15 +00:00
Nathan Hjelm
0a0e487d9c
ob1: add emacs mode/indentation defaults
...
This commit was SVN r26330.
2012-04-24 20:19:06 +00:00
Nathan Hjelm
9a35f96bda
ob1: add support for get fallback on put/send
...
This commit was SVN r26329.
2012-04-24 20:18:56 +00:00
Nathan Hjelm
93780c63be
replace tabs w/ spaces
...
This commit was SVN r26328.
2012-04-24 20:18:45 +00:00
Nathan Hjelm
0f60858a01
ugni: improve handling of smsg completions
...
This commit was SVN r26327.
2012-04-24 20:18:35 +00:00
Ralph Castain
369b977e95
Include the mpif-common.pl program in the tarball so that autogen.pl can run against it - some ISVs need to be able to do so.
...
This commit was SVN r26326.
2012-04-24 19:49:35 +00:00
Jeff Squyres
634326ee87
Fix typos: add TKR versions of MPI_MRECV and MPI_IMRECV into the
...
Makefile.am so that their scripts get invoked and the wrappers get
compiled into the libmpi_usempi.la library.
This commit was SVN r26324.
2012-04-24 18:04:15 +00:00
Jeff Squyres
0652e2e913
Fix/clarify a comment from r26322.
...
This commit was SVN r26323.
The following SVN revision numbers were found above:
r26322 --> open-mpi/ompi@aba398ce09
2012-04-24 17:35:19 +00:00