Jeff Squyres
fa38b97249
Generated files should not be in SVN.
...
cmr:v1.5
This commit was SVN r22465.
2010-01-22 14:01:02 +00:00
Ralph Castain
00b493e10d
Make the sigpipe message be a verbose output
...
This commit was SVN r22464.
2010-01-22 03:46:11 +00:00
Ralph Castain
2517799102
Report, but ignore, SIGPIPE events. The odls already resets this signal handler when spawning local procs.
...
This commit was SVN r22463.
2010-01-21 05:01:06 +00:00
Ralph Castain
31cdbcfa5f
Set the nameisset flag during dyn_init. Thanks to Guillaume Thouvenin for spotting the problem.
...
This commit was SVN r22460.
2010-01-20 15:35:23 +00:00
Matthias Jurenz
729514da7c
- fixed build error: the static BFD library might be built without PIC, so do not add its objects to the shared VT libraries
...
- updated version numbers
This commit was SVN r22459.
2010-01-20 12:31:41 +00:00
Shiqing Fan
51025c10c6
Update the Makefile.am, so that the tarball won't get wrong.
...
This commit was SVN r22456.
2010-01-19 18:10:24 +00:00
Shiqing Fan
3353da027d
Remove the unused scripts.
...
This commit was SVN r22455.
2010-01-19 18:09:33 +00:00
Shiqing Fan
4836e8878a
Update a few more CMake scripts.
...
This commit was SVN r22454.
2010-01-19 17:34:55 +00:00
Shiqing Fan
ef5b75598e
Update and clean up the main feature test script, using the new macros.
...
This commit was SVN r22453.
2010-01-19 17:32:10 +00:00
Shiqing Fan
29e7703d2c
Update several CMake scripts to use the new macros.
...
This commit was SVN r22452.
2010-01-19 17:28:49 +00:00
Shiqing Fan
949dfd2ab3
Add a few new CMake modules, that will change the way of configure:
...
ompi_define.cmake: a few macros for write the configure template file in different ways.
ompi_base_checks.cmake: defines a few wrapper macros for CMake checks.
This commit was SVN r22451.
2010-01-19 17:24:38 +00:00
Matthias Jurenz
59d74f73d8
- removed autogenerated files from SVN
...
- updated svn:ignore
This commit was SVN r22450.
2010-01-19 07:06:43 +00:00
Matthias Jurenz
60ad7dca5b
Moved tests for the visibility feature after the tests for contributed software, because VampirTrace does not support this right now.
...
This commit was SVN r22441.
2010-01-18 13:30:56 +00:00
Matthias Jurenz
6dd4e928e0
VampirTrace:
...
- added support for shared libraries inside Open MPI
- hidden configure option '--with-openmpi-inside'
- do not show config titles/summary if configuring inside Open MPI
This commit was SVN r22440.
2010-01-18 13:18:23 +00:00
Matthias Jurenz
da29975788
Added changes from VampirTrace-5.8
...
This commit was SVN r22436.
2010-01-18 09:32:57 +00:00
Ralph Castain
3fe5e3e142
Propagate the user's callback data during non-blocking sends
...
This commit was SVN r22432.
2010-01-15 20:02:47 +00:00
Jeff Squyres
6e46fbdd7c
Remove some unused variables / silence some compiler warnings
...
This commit was SVN r22419.
2010-01-15 03:15:18 +00:00
Jeff Squyres
74112a0785
Remove tailing space from first line -- NedBSD apparently doesn't like it
...
This commit was SVN r22418.
2010-01-15 02:53:18 +00:00
Jeff Squyres
596473e7ca
Patch from Aleksej Saushev to properly only check for /proc/cpuinfo on Linux-based systems
...
This commit was SVN r22417.
2010-01-14 23:16:31 +00:00
Shiqing Fan
6dc506c9de
Make the MS compiler happy when building static libraries.
...
This commit was SVN r22416.
2010-01-14 22:01:26 +00:00
Shiqing Fan
ad763c327d
Restore several linked libraries that were deleted by mistake in r22405.
...
This commit was SVN r22415.
The following SVN revision numbers were found above:
r22405 --> open-mpi/ompi@872a4047ba
2010-01-14 21:50:42 +00:00
Edgar Gabriel
99e4ef3c86
path to make ROMIO compile over PVFS2 version > 2.7
...
Taken from the MPICH version of ROMIO.
This commit was SVN r22413.
2010-01-14 21:25:53 +00:00
Avneesh Pant
8bdd334d95
Allow the PSM component to return ERR_NOT_AVAIL so it can be unloaded silently if executed on a node with no QLogic IB hardware. Also minor modifications to have the CM PML allow itself to be unloaded if no MTL components are available. The component selection logic can then continue to use other PMLs.
...
This commit was SVN r22410.
2010-01-14 19:39:35 +00:00
Jeff Squyres
bdd1db8864
Add a note about children calling MPI_COMM_SPAWN.
...
This commit was SVN r22409.
2010-01-14 19:37:37 +00:00
Jeff Squyres
f75926754c
This is the last README update. Really. Trust me; my name's Joe Isuzu.
...
This commit was SVN r22408.
2010-01-14 19:21:41 +00:00
Jeff Squyres
220e19cf3e
Add notes about csum.
...
This commit was SVN r22407.
2010-01-14 19:14:21 +00:00
Jeff Squyres
db159b71f9
Update that we know xgrid is broken broken broken
...
This commit was SVN r22406.
2010-01-14 19:08:35 +00:00
Shiqing Fan
872a4047ba
Fix the bug that caused by ADD_DEPENDENCIES() from different version of CMake.
...
In CMake 2.6 and earlier, this function add dependencies for targets and also link the target libraries automatically, but in CMake 2.8,this behavior has been changed, i.e. it will only add the dependencies but no link, which will cause linking errors at compilation time.
This commit was SVN r22405.
2010-01-14 18:10:20 +00:00
Ralph Castain
cec840f6b9
The ability to add procs to a running job was unfortunately borked when we added the detection of a proc exiting before calling init. Re-enable it here, ensuring that procs that are being restarted and/or added to a job do -not- call barrier during orte_init.
...
This commit was SVN r22404.
2010-01-14 17:59:42 +00:00
Vasily Filipov
370b1c75c4
Added addition condition for create_srq
...
This commit was SVN r22403.
2010-01-14 16:09:10 +00:00
Jeff Squyres
b46628bf8d
Reformat for 80-char width.
...
This commit was SVN r22402.
2010-01-14 13:31:11 +00:00
Shiqing Fan
0259fa0b9c
Correct a few variable names.
...
This commit was SVN r22401.
2010-01-14 10:55:15 +00:00
Ralph Castain
adb2430e24
Missed one place, of course
...
This commit was SVN r22400.
2010-01-13 23:11:44 +00:00
Ralph Castain
c782c98433
Rename the "basic" rmcast component "udp" to more accurately reflect its operation
...
This commit was SVN r22399.
2010-01-13 23:01:25 +00:00
Ralph Castain
237eb4e8df
For some strange reason, every so often it appears possible for the event library to trip the read event on a socket, yet have the read itself yield an error. If/when that happens, report the error and continue on.
...
This happens rarely, but it does seem to happen.
This commit was SVN r22398.
2010-01-13 19:23:28 +00:00
Avneesh Pant
774b965784
Add in support to specify IB path record query mechanism and IB Application/Service ID for PSM MTL. Also fix a minor bug in calculating the minimum connection timeout.
...
This commit was SVN r22397.
2010-01-13 18:58:00 +00:00
Ralph Castain
ae1719306b
Fix a bug in non-blocking sends
...
This commit was SVN r22395.
2010-01-13 05:37:36 +00:00
Ralph Castain
f0646b3603
Need separate flag for select when initializing sysinfo framework
...
This commit was SVN r22394.
2010-01-12 23:22:46 +00:00
Ralph Castain
b35486d945
The CM ess module needs to open the sysinfo framework and select modules prior to when others need it. Thus, setup a flag to avoid multiple open/select within that framework.
...
This commit was SVN r22393.
2010-01-12 22:03:49 +00:00
Jeff Squyres
2bdcb2a979
Move CM's MCA params into their own function (component.register).
...
This commit was SVN r22392.
2010-01-12 20:11:47 +00:00
Jeff Squyres
d9fc4e0a9d
Per http://www.open-mpi.org/community/lists/devel/2010/01/7283.php , allow MCA components to fail the component.register and component.open methods without the MCA base printing errors.
...
This commit was SVN r22391.
2010-01-12 19:29:12 +00:00
Rainer Keller
3adde52707
- Sanity check initialization and finalization of PERUSE.
...
This commit was SVN r22390.
2010-01-12 16:36:24 +00:00
Ralph Castain
48486df4fe
Cleanup some diagnostics
...
This commit was SVN r22389.
2010-01-12 01:25:19 +00:00
Ralph Castain
9f3ccebeaa
We need to barrier for orte apps when the job is initially started, but we must not do the barrier when a proc is restarted as the other procs in the job won't know to participate.
...
This commit was SVN r22388.
2010-01-10 02:21:30 +00:00
Ralph Castain
16b16c5cb8
Fix a silly typo
...
This commit was SVN r22387.
2010-01-09 15:34:49 +00:00
Ralph Castain
e0afc30708
Since the decision on whether or not to use script wrapper compilers is a configure-time option, we need the wrapper compiler script to be in the tarball
...
This commit was SVN r22386.
2010-01-09 01:08:10 +00:00
Ralph Castain
3905d38bc5
No need for a separate tarball script - add -no-ompi support to the main tarball script and get rid of the orte_tarball ones
...
This commit was SVN r22385.
2010-01-09 01:06:52 +00:00
Ralph Castain
add84178ef
Fix a silly typo that prevented tcp multicast messages from being delivered
...
This commit was SVN r22384.
2010-01-08 20:30:27 +00:00
Jeff Squyres
40a8846b75
Disable the --enable-openib-ibcm switch. IBCM support is broken, so there's no point in even offering this config switch; it just confuses people. Closes trac:2158.
...
This commit was SVN r22383.
The following Trac tickets were found above:
Ticket 2158 --> https://svn.open-mpi.org/trac/ompi/ticket/2158
2010-01-07 18:21:41 +00:00
Jeff Squyres
8f824177cd
Closes trac:2158.
...
Special-case the before MPI_INIT / after MPI_FINALIZE error messages
so that they can be a bit more clear than the general "an error
occurred" messages that are displayed in the middle of MPI jobs.
This is not really a "bug fix", but it is helpful for usability. I
leave it up to the v1.4 RM's to decide if they want it for the 1.4
series or not.
This commit was SVN r22382.
The following Trac tickets were found above:
Ticket 2158 --> https://svn.open-mpi.org/trac/ompi/ticket/2158
2010-01-07 18:16:39 +00:00