Jeff Squyres
b7d48fce0c
Properly terminate verbatim nroff sequences (so that webified man
...
pages are rendered properly!).
This commit was SVN r23865.
2010-10-07 21:13:11 +00:00
Jeff Squyres
21a5f855e5
Fix more verbatim mistakes
...
This commit was SVN r23864.
2010-10-07 21:04:27 +00:00
Jeff Squyres
2db4c2617e
Remove erroneous .nf
...
This commit was SVN r23863.
2010-10-07 20:59:37 +00:00
Jeff Squyres
eaab8d0062
* Ensure to set paffinity_enabled in all cases
...
* Ensure to set the mask value before we use it
This commit was SVN r23861.
2010-10-07 15:48:49 +00:00
Jeff Squyres
a95ca7444e
Fix a meaningless compare of an unsigned against 0. Rework the logic
...
a bit so that the secondary loop isn't even necessary; makes the whole
thing much simpler, anyway.
This commit was SVN r23860.
2010-10-07 15:04:50 +00:00
Jeff Squyres
d30d66c8b7
Silence compiler warning.
...
This commit was SVN r23859.
2010-10-07 13:42:52 +00:00
Ralph Castain
92d69effc9
Read the data from the fifo to clear the event so it doesn't immediately re-trigger
...
This commit was SVN r23856.
2010-10-07 02:41:02 +00:00
Jeff Squyres
984844b261
I have no idea where all those 1's came from!
...
This commit was SVN r23852.
2010-10-06 20:41:16 +00:00
Jeff Squyres
d7161a2b65
Fix typo
...
This commit was SVN r23850.
2010-10-06 20:39:08 +00:00
Jeff Squyres
94314d34d6
Parallel builds are no longer a problem.
...
This commit was SVN r23849.
2010-10-06 20:37:32 +00:00
Jeff Squyres
e895218929
Update AUTHORS
...
This commit was SVN r23848.
2010-10-06 20:34:50 +00:00
Jeff Squyres
1e3b85bbcf
Missed Bull by accident.
...
This commit was SVN r23845.
2010-10-06 20:32:32 +00:00
Jeff Squyres
32854d3f4b
Update copyrights.
...
This commit was SVN r23844.
2010-10-06 20:21:56 +00:00
Mike Dubman
f9bebe53f9
- fix fca support for MPI_IN_PLACE in allgather and allgatherv collectives
...
This commit was SVN r23841.
2010-10-06 19:09:02 +00:00
Mike Dubman
f525245498
- support for MPI_IN_PLACE during gather ops
...
- fix ABI check and message
This commit was SVN r23840.
2010-10-06 16:27:45 +00:00
Ethan Mallove
cc627f7770
fix typo
...
This commit was SVN r23839.
2010-10-06 14:46:52 +00:00
Brad Benton
76c301eacb
- re-added bullets in prep for 1.4.3 release (they got lost in the
...
merge of the revamped build system)
- modified wording to indicate a 1.4.3 release prior to 1.5
This commit was SVN r23829.
2010-10-04 23:13:53 +00:00
Josh Hursey
ee42c673fe
Fix formatting in group and communicator code (- No functionality changes -)
...
Mostly TAB to spaces changes, though a couple style fixes were included as well.
The tab/space issue was causing problems with off-trunk branch merging.
This commit was SVN r23827.
2010-10-04 14:54:58 +00:00
Jeff Squyres
accad16a52
Update NEWS to match that on the v1.5 branch (I notice that the 1.4.3
...
NEWS is way out of date)
This commit was SVN r23826.
2010-10-04 13:28:56 +00:00
Rolf vandeVaart
a91bd44463
Do not hand a function into this macro as the
...
function will get called twice.
This commit was SVN r23824.
2010-10-01 18:59:15 +00:00
Ralph Castain
871b685e89
Ensure all debugger interface symbols are present in orterun
...
This commit was SVN r23823.
2010-09-30 21:36:00 +00:00
Josh Hursey
9560285659
fix some props
...
This commit was SVN r23822.
2010-09-30 20:59:22 +00:00
Josh Hursey
c8692198a2
Fix an issue migrating/autorecovering processes that mask SIGTERM using the C/R functionality.
...
I did not want to make this change globally since there could be good reason to keep the check before calling SIGKILL that I am not seeing at the moment.
This commit was SVN r23821.
2010-09-30 20:55:12 +00:00
Ralph Castain
94ccc84d85
Not sure why I chased this one down with Jeff as nobody really seems to care...
...
This commit was SVN r23820.
2010-09-30 18:33:08 +00:00
Ralph Castain
dd959f5ab6
Silence an idiotic warning
...
This commit was SVN r23819.
2010-09-30 17:54:13 +00:00
Ralph Castain
d9389689b1
Fix yet another mangling
...
This commit was SVN r23818.
2010-09-30 17:53:52 +00:00
Ralph Castain
8ad003138e
Add new platform files
...
This commit was SVN r23817.
2010-09-30 14:47:03 +00:00
Ralph Castain
162734731d
Sigh - fix one more place where r23764 had a problem
...
This commit was SVN r23816.
The following SVN revision numbers were found above:
r23764 --> open-mpi/ompi@40a2bfa238
2010-09-29 20:47:52 +00:00
Rolf vandeVaart
59e3fa8ed3
Some more formatting fixes and code refactoring. All
...
these changes are in the bfo so this has no affect on ob1.
This commit was SVN r23815.
2010-09-29 13:46:45 +00:00
Ralph Castain
19f9fc1146
Given our current list of options, it makes no sense to "bundle" them - they are pretty exclusionary. Turning off bundling allows us to support both single- and double-dash options, which means we don't break scripts that previously worked with autogen.sh
...
This commit was SVN r23814.
2010-09-29 05:21:23 +00:00
Jeff Squyres
e8868c38fb
Just a few updates.
...
This commit was SVN r23813.
2010-09-28 23:37:15 +00:00
Ralph Castain
a8c426abc8
Silence silly autoconf warning
...
This commit was SVN r23812.
2010-09-28 22:24:25 +00:00
Rolf vandeVaart
f808dd2881
Cosmetic changes to fix spaces. No code change.
...
This commit was SVN r23803.
2010-09-27 21:01:49 +00:00
Jeff Squyres
b5a31b736d
Everyone hated this feature, so remove it.
...
This commit was SVN r23802.
2010-09-25 12:59:06 +00:00
Jeff Squyres
73bcc4a36b
Fix mistake that came in via the ompi-agen tree in r23764. The mistake wasn't part of the core autogen upgrade; it was an additional 'bonus' cleanup. Oops. The mistake will always create a set of directories under installdir, even if you do not --with-devel-headers. The set of directories will be empty, but still -- they should not be there at all. This commit fixes that -- the directories are not created at all if you do not --with-devel-headers
...
This commit was SVN r23801.
The following SVN revision numbers were found above:
r23764 --> open-mpi/ompi@40a2bfa238
2010-09-24 22:53:28 +00:00
Jeff Squyres
2ce0faf770
No need to conditionally check for AM_SILENT_RULES anymore since we require >AM 1.11
...
This commit was SVN r23800.
2010-09-24 22:34:53 +00:00
Ralph Castain
887ed286c9
Fix a typo - if the "ompi" or "orte" subdirs don't exist, then that is equivalent to the associated --no-xxx argument having been given. Current logic has it backwards.
...
This commit was SVN r23799.
2010-09-24 15:04:00 +00:00
Rolf vandeVaart
3cc1fa45bf
Fix a few more extraneous spaces. Also update csum
...
priority logic to match ob1.
This commit was SVN r23798.
2010-09-24 13:14:18 +00:00
Jeff Squyres
7ef20f60f3
Autoconf updates to make us compatible with AC 2.68. Thanks to Ralf W. for the patch!
...
This commit was SVN r23797.
2010-09-23 22:37:52 +00:00
Jeff Squyres
cb647134b9
Also need this file in the tarball.
...
This commit was SVN r23796.
2010-09-23 15:33:13 +00:00
Ralph Castain
b76278085e
Sigh. Since 0,0 is a valid process, this just doesn't work (duh)
...
This commit was SVN r23795.
2010-09-23 15:03:05 +00:00
Jeff Squyres
6e88176050
Oops -- need 2 dashes, not one.
...
This commit was SVN r23794.
2010-09-23 13:21:00 +00:00
Ralph Castain
7aed412798
Add definitions to tell us when jobid and vpid haven't been defined
...
This commit was SVN r23793.
2010-09-23 01:33:42 +00:00
Samuel Gutierrez
90a132b0a2
disable system v shared memory support when checkpoint/restart is enabled. this combo could presumably work properly someday.
...
This commit was SVN r23792.
2010-09-22 22:05:07 +00:00
Steve Wise
9862132836
Add T4 device IDs to openib btl params ini file.
...
This commit was SVN r23791.
2010-09-22 18:16:53 +00:00
Jeff Squyres
10ea43686b
Also handle errors if lstopo fails for some reason.
...
This commit was SVN r23790.
2010-09-22 13:49:42 +00:00
Rolf vandeVaart
0331889495
Some more spaces, tabs, include file ordering changes.
...
No real code changes here.
This commit was SVN r23789.
2010-09-22 13:48:22 +00:00
Jeff Squyres
db7f7e0fad
Add some heuristics to setenv AUTOMAKE_JOBS if it isn't already set.
...
This commit was SVN r23788.
2010-09-22 13:47:28 +00:00
Ralph Castain
407eefc66d
Update the if configure to include "opal" so they will build!
...
This commit was SVN r23787.
2010-09-22 03:19:15 +00:00
Ralph Castain
3631e4e936
Revert remaining svn kruft from r23764
...
This commit was SVN r23786.
The following SVN revision numbers were found above:
r23764 --> open-mpi/ompi@40a2bfa238
2010-09-22 01:11:40 +00:00