Jeff Squyres
f05b7aa6d8
As the help message states, it's not an ''error'' if the specified
...
interface is not found. It should just be skipped.
This commit was SVN r28016.
2013-02-01 20:17:43 +00:00
Matthias Jurenz
a73f6d0254
Changes to OTF:
...
- corrected initial library version
This commit was SVN r28015.
2013-02-01 14:27:37 +00:00
Matthias Jurenz
06d922005d
Changes to OTF:
...
- revised fix for OpenType Font conflicts based upon Jeff's comments in CMR #3497 )
- renamed libotf to libopen-trace-format
- install libraries to LIBDIR (as before, no need for adjusting LD_LIBRARY_PATH)
This commit was SVN r28010.
2013-02-01 13:22:13 +00:00
Ralph Castain
afb0db5b6f
Okay, Jeff - just for you...flow the show help thru the orte functions so help messages will be aggregated
...
This commit was SVN r28007.
2013-02-01 00:35:48 +00:00
Ralph Castain
e6555408f4
When we say abort, we mean ABORT!! Actually implement the ompi_rte_abort and ompi_rte_show_help functions in the ORTE module.
...
This commit was SVN r28004.
2013-01-31 23:12:11 +00:00
Igor Usarov
8d80af6c10
Support FCA v3.0
...
This commit was SVN r27988.
2013-01-31 11:14:27 +00:00
Pavel Shamis
2735658d81
MTL MXM: ver. 2.0 interface changes.
...
This commit was SVN r27987.
2013-01-31 08:38:08 +00:00
Rolf vandeVaart
729caaf0cd
Remove any dependency on libcuda.so in opal layer. All changes are within OMPI_CUDA_SUPPORT code.
...
This commit was SVN r27986.
2013-01-30 23:07:32 +00:00
Matthias Jurenz
ac79eab1a2
Changes to OTF:
...
- fixed build error when the Python bindings were enabled
- fixed conflicts with OpenType Fonts:
- install header files to INCLUDEDIR/otf1
(only when building outside VT/Open MPI)
- install libraries to LIBDIR/otf1
- renamed otfdump to otfprint
This commit was SVN r27983.
2013-01-30 13:44:07 +00:00
Rolf vandeVaart
aa04de4f1e
Add run-time parameter to enable and disable CUDA GPU support.
...
This commit was SVN r27970.
2013-01-29 20:24:04 +00:00
Rolf vandeVaart
de5b7f5c6a
Add mpool_base_verbose parameter. All the other base components appear to have this and it can help with debug.
...
This commit was SVN r27968.
2013-01-29 17:52:18 +00:00
Brian Barrett
49b2b5bf4f
Fix double-install issue when --with-devel-headers is used
...
This commit was SVN r27967.
2013-01-29 17:23:18 +00:00
Brian Barrett
b8442ba505
Revamp the handling of wrapper compiler flags. The user flags, main configure
...
flags, and mca flags are kept seperate until the very end. The main configure
wrapper flags should now be modified by using the OPAL_WRAPPER_FLAGS_ADD
macro. MCA components should either let <framework>_<component>_{LIBS,LDFLAGS}
be copied over OR set <framework>_<component>_WRAPPER_EXTRA_{LIBS,LDFLAGS}.
The situations in which WRAPPER CPPFLAGS can be set by MCA components was
made very small to match the one use case where it makes sense.
This commit was SVN r27950.
2013-01-29 00:00:43 +00:00
Rolf vandeVaart
b5672927f2
Fix build issue when building with --disable-dlopen.
...
This commit was SVN r27945.
2013-01-28 20:14:59 +00:00
Rolf vandeVaart
c6412f6dff
Add new rte headers in files that need them.
...
This commit was SVN r27943.
2013-01-28 19:32:33 +00:00
Pavel Shamis
1f1e1efb7b
Removing leftovers of old infrastructure.
...
cmr:v1.7
This commit was SVN r27942.
2013-01-28 19:11:42 +00:00
Vishwanath Venkatesan
5be992f445
The pointer to the structure was also never allocated before retrieving
...
the stripe size. Fixing that too.
This commit was SVN r27941.
2013-01-28 07:21:22 +00:00
Vishwanath Venkatesan
817f6cd868
To remove the warning due to uninitialized variable.
...
This commit was SVN r27940.
2013-01-28 06:55:46 +00:00
George Bosilca
4defdea9f2
The shortest lifespan for a BTL.
...
This commit was SVN r27939.
2013-01-28 03:43:23 +00:00
George Bosilca
1b7dff3f2f
A copy for posterity of the Open MPI Sicortex BTL.
...
This commit was SVN r27938.
2013-01-28 03:42:52 +00:00
Brian Barrett
f42783ae1a
Move the RTE framework change into the trunk. With this change, all non-CR
...
runtime code goes through one of the rte, dpm, or pubsub frameworks.
This commit was SVN r27934.
2013-01-27 23:25:10 +00:00
Jeff Squyres
8617d0ea57
Ensure that these files always get picked up during "make dist", not
...
only when we have Fortran support available.
This commit was SVN r27924.
2013-01-26 14:19:07 +00:00
Brian Barrett
05dc4431d9
Don't link orte into fortran in the dynamic case
...
This commit was SVN r27885.
2013-01-21 23:05:18 +00:00
Brian Barrett
14f4aa1198
Fix memory leak in nbc init
...
This commit was SVN r27884.
2013-01-21 22:45:59 +00:00
Brian Barrett
407714a85a
Fix a memory leak in the RDMA one-sided component. Thanks to Victor Vysotskiy
...
for letting us know about this one.
This commit was SVN r27883.
2013-01-21 22:45:37 +00:00
George Bosilca
42753b4690
Make the TCP BTL really fail-safe. It now trigger the error callback on
...
all pending fragments when the destination goes down. This allows the PML
to recalibrate its behavior, either find an alternate route or just give up.
This commit was SVN r27881.
2013-01-21 11:41:08 +00:00
George Bosilca
6bdd2e063a
My understanding is that an MPI_WAIT() on an inactive request should
...
return the empty status (MPI 3.0 page 52 line 46).
This commit was SVN r27880.
2013-01-21 11:35:42 +00:00
George Bosilca
d2281cc672
Remove the CMA related warnings.
...
This commit was SVN r27872.
2013-01-19 14:26:43 +00:00
Ralph Castain
e4d7d87ac7
Get make to respect V=0 - thanks Jeff
...
This commit was SVN r27871.
2013-01-19 14:26:37 +00:00
Ralph Castain
252ea297ff
Silence warnings
...
This commit was SVN r27870.
2013-01-19 09:11:17 +00:00
Matthias Jurenz
fd00910616
Changes to VT:
...
- library wrapping: Prevent calling dlerror, if the memory allocation wrappers are enabled. dlerror calls realloc which would ends up in an infinite recursion.
This commit was SVN r27869.
2013-01-18 16:29:06 +00:00
Rolf vandeVaart
f63c88701f
Improve CUDA GPU transfers over openib BTL. Use aynchronous copies.
...
This is RFC that was submitted in July and December of 2012.
This commit was SVN r27862.
2013-01-17 22:34:43 +00:00
Brian Barrett
fc3df11e08
Remove the (only two) fortran constants from OPAL. The only places that
...
actually care if opal_pointer_array is limited to handle_max already passes
that in as the max_size during init, so don't need it there. The arch
constant was a bit more difficult, so pass that in during MPI init and
leave empty otherwise.
This is to help with the effort to allow building ompi against an external
opal or orte.
This commit was SVN r27817.
2013-01-15 01:27:36 +00:00
Jeff Squyres
8b5276901a
Didn't mean to commit this change as part of r27806.
...
This commit was SVN r27807.
The following SVN revision numbers were found above:
r27806 --> open-mpi/ompi@f877248d5c
2013-01-14 16:36:20 +00:00
Jeff Squyres
f877248d5c
Remove some generated files
...
This commit was SVN r27806.
2013-01-14 16:32:57 +00:00
Rolf vandeVaart
a07a4bb3f7
Update smcuda to match recent changes in sm BTL.
...
This commit was SVN r27803.
2013-01-14 14:42:19 +00:00
Rolf vandeVaart
34d1f0a585
Add some comments to the #ifdefs for clarity. No functional changes.
...
This commit was SVN r27802.
2013-01-13 16:08:48 +00:00
Alex Mikheev
344d407ed4
fixed compilation warning
...
always send signalled when BTL_OPENIB_FAILOVER is defined
This commit was SVN r27801.
2013-01-13 10:11:03 +00:00
Jeff Squyres
b2d5d1e348
Along with the Automake 1.13.x changes in r27790, rename these third
...
party configure.in scripts to be configure.ac so that Automake stops
complaining about them.
This commit was SVN r27791.
The following SVN revision numbers were found above:
r27790 --> open-mpi/ompi@675a2f5c48
2013-01-11 20:26:19 +00:00
Jeff Squyres
675a2f5c48
Updates for Automake 1.13.x. Without these changes, Automake 1.13.x
...
will error out, due to use of the
previously-deprecated-and-now-removed AM_CONFIG_HEADER macro.
This commit was SVN r27790.
2013-01-11 20:20:02 +00:00
Samuel Gutierrez
4c28c8cbd0
New sm BTL initialization take two. This approach is pretty simple. Instead of
...
using the modex or RML to share sm initialization information, have node rank 0
create a file containing initialization information in a well-known place. Then
during add_procs, the rest of the node processes requiring sm BTL initialization
will just read from that file to complete their initialization.
This commit was SVN r27789.
2013-01-11 16:24:56 +00:00
Jeff Squyres
344ac08d22
Fix from Jed Brown for fairly obvious typos.
...
This commit was SVN r27787.
2013-01-10 19:02:08 +00:00
Brian Barrett
b817166072
Use a process name instead of a name list in bcol_basesmuma
...
This commit was SVN r27779.
2013-01-09 16:43:49 +00:00
Joshua Ladd
77df51c516
Fixes the definition of the first fragment and does not assume that first frag has offset_into_user_buff equal to zero. This fix should be added to cmr:v1.7.1:reviewer=pasha
...
This commit was SVN r27775.
2013-01-08 20:24:58 +00:00
Matthias Jurenz
9e47ef47ac
Changes to VT:
...
- fixed build error reported in http://www.open-mpi.org/community/lists/users/2013/01/21081.php :
- removed typo
- added configure test for declaration of the global 'environ' variable in unistd.h
This commit was SVN r27770.
2013-01-08 14:30:13 +00:00
Alex Mikheev
fe672f255f
request signal when sending over SRQ and number of SRQ sd_credits is 0
...
This commit was SVN r27767.
2013-01-08 14:00:29 +00:00
Samuel Gutierrez
c4acd20eb9
Backout r27739.
...
This commit was SVN r27745.
The following SVN revision numbers were found above:
r27739 --> open-mpi/ompi@a159bfaf25
2013-01-05 01:54:23 +00:00
George Bosilca
791f31d688
Remove the unnecessary ompi_modex_recv_pointer function.
...
This commit was SVN r27744.
2013-01-04 20:50:25 +00:00
Nathan Hjelm
84e34ee0d7
Fix a bug in the uGNI btl that could cause certain descriptor callbacks to be called twice.
...
There was a race condition in the eager get protocol where the RDMA complete message could be received before the local completion of the SMSG message that started the eager get protocol.
cmr:v1.7
This commit was SVN r27740.
2013-01-03 23:11:13 +00:00
Samuel Gutierrez
a159bfaf25
sm BTL initialization via modex, as discussed at last year's meeting.
...
This commit was SVN r27739.
2013-01-03 21:52:20 +00:00