Nathan Hjelm
538a4f92d3
make ompi_info print out mpi_ variables
...
This commit was SVN r28328.
2013-04-11 21:23:16 +00:00
Steve Wise
134baaf2fa
Add Chelsio T5 device. This fixes trac:3552 and should be added to cmr:v1.6:reviewer=jsquyres and cmr:v1.7:reviewer=jsquyres
...
This commit was SVN r28327.
The following Trac tickets were found above:
Ticket 3552 --> https://svn.open-mpi.org/trac/ompi/ticket/3552
2013-04-11 19:30:53 +00:00
George Bosilca
2d33c9ee39
Stop complaining about an overwritten default parameter.
...
This commit was SVN r28322.
2013-04-10 19:44:37 +00:00
Jeff Squyres
349ee654c1
Fix some --without-hwloc compile errors. Also remove one
...
assigned-but-not-used variable assignment.
This commit was SVN r28321.
2013-04-10 15:08:31 +00:00
Jeff Squyres
aef371c8f6
Fix bug introduced by r28236: make declaration and instantiation agree
...
on "const".
This commit was SVN r28320.
The following SVN revision numbers were found above:
r28236 --> open-mpi/ompi@cf377db823
2013-04-10 14:10:47 +00:00
George Bosilca
43e4d3654e
Fix an issue identified by Thomas Jahns and his colleague when the data
...
representation is not correctly optimized (it is off by the extend).
During the data representation process, if the opportunity to merge several
items appear, we replace them with the new merged element. However, if one
of the components of this merged element was comming from a "loop representation"
then the new first element of this loop must have a displacement moved by the
extent of the loop.
This commit was SVN r28319.
2013-04-09 23:01:54 +00:00
Jeff Squyres
dc47473e6d
Update the update-my-copyright.pl script to also be able to handle git
...
checkouts.
This commit was SVN r28318.
2013-04-09 22:08:03 +00:00
Jeff Squyres
8405975bf6
Be a little more conservative about initializing devices and modules
...
(i.e., ensure that more data items get zeroed out/set to NULL) so that
if something goes wrong during initialization, we don't try to clean
up something that isn't there (and segv).
The chance of this happening on the trunk is very low (and will also
be low once the verbs improvements are brought over to v1.7). But it
can actually happen in the v1.6 branch (e.g., if no CPC is available,
we'll try to get the length of the endpoints list, but the endpoints
list is NULL).
Hence, even though the real goal is to get this functionality over to
v1.6, I figured I'd commit to the trunk/CMR to v1.7 just to try to
keep commonality in the openib between all three where possible.
This commit was SVN r28317.
2013-04-09 21:55:31 +00:00
Jeff Squyres
975ff4675e
rc was used before it was initialized. Looks like this minor bug was
...
introduced in r28241.
This commit was SVN r28316.
The following SVN revision numbers were found above:
r28241 --> open-mpi/ompi@9d4a26f47d
2013-04-09 21:49:15 +00:00
Ralph Castain
45af6cf59e
The move of the orte_db framework to opal required that we create an opaque opal_identifier_t type as OPAL cannot know anything about the ORTE process name. However, passing a value down to opal and then having the db components reference it causes alignment issues on Solaris Sparc platforms. So pass the pointer instead and do the old "memcpy" trick to avoid the problem.
...
This commit was SVN r28308.
2013-04-08 23:34:16 +00:00
Ralph Castain
112fd70da1
Update platform file
...
This commit was SVN r28307.
2013-04-08 23:30:28 +00:00
George Bosilca
c5909bffe8
Make the opal_convertor_raw similar to opal_convertor_pack and _unpack, by
...
allowing it to handle completed convertors. In this case it will return a
length of zero and an iov_count set to zero.
This commit was SVN r28305.
2013-04-08 13:49:14 +00:00
Ralph Castain
a8fa2bd1dd
Update platform files
...
This commit was SVN r28304.
2013-04-08 13:20:01 +00:00
Ralph Castain
2040afdcae
Daemonize prior to starting any progress threads
...
This commit was SVN r28303.
2013-04-08 00:42:57 +00:00
Ralph Castain
76426285f0
Cannot retain opal_buffer_t, so use a copy
...
This commit was SVN r28302.
2013-04-07 23:02:59 +00:00
Ralph Castain
6909346306
Update platform file
...
This commit was SVN r28301.
2013-04-07 15:49:32 +00:00
Ralph Castain
698b4ad6e7
Fix the parameter handling so no-tree-spawn isn't getting reversed
...
This commit was SVN r28300.
2013-04-07 15:48:25 +00:00
Ralph Castain
4dbc468c3c
Remove stale file
...
This commit was SVN r28299.
2013-04-07 13:52:48 +00:00
Ralph Castain
c121a784ae
Remove some weird code around opal_db_close and cleanup that framework's open/close operation
...
This commit was SVN r28298.
2013-04-07 13:52:28 +00:00
Ralph Castain
10257b8b43
Add missing include
...
This commit was SVN r28297.
2013-04-07 01:32:08 +00:00
Ralph Castain
1c26a6e5b8
For some reason, tree spawn isn't working on my cluster after reboot - so turn it off so MTT doesn't bomb
...
This commit was SVN r28296.
2013-04-06 17:33:12 +00:00
Ralph Castain
1067b1f5ee
Add a little debug
...
This commit was SVN r28295.
2013-04-06 15:24:35 +00:00
Ralph Castain
3bfa53eb91
Cleanup (again) the solaris topology code in hwloc...sigh.
...
This commit was SVN r28294.
2013-04-06 14:45:32 +00:00
Ralph Castain
ec00fa3132
Fix missing variable declaration in hwloc 1.5.2
...
This commit was SVN r28293.
2013-04-05 17:43:34 +00:00
Nathan Hjelm
4e95d691a7
pml/ob1: do not reset the convertor if one was not created (size = 0).
...
This macro is only used on the failure path so the additional if statement
should not have any affect on performance.
cmr:v1.7
This commit was SVN r28292.
2013-04-05 01:40:11 +00:00
Pavel Shamis
fed6e60131
Fixing OpenIB BTL compilation failure for a cases when
...
BTL_OPENIB_MALLOC_HOOKS_ENABLED is disabled.
This commit was SVN r28290.
2013-04-04 20:17:18 +00:00
Pavel Shamis
aa1f5697b4
In order to prevent name conflicts in XRC (MOFED) enabled mode
...
OFACM's ib_address_t was renamed to ofacm_ib_address_t
This commit was SVN r28289.
2013-04-04 20:02:17 +00:00
Ralph Castain
1f011bef99
Cleanup the updated sys limits capability. Fix a few copy/paste bugs (my bad). Shift the limit set to the ODLS default module so that we sete the limits for all apps, even those that don't call opal_init. Leave it in opal_init as well to support direct-launch apps, but ensure we only set the limits once by removing the envar after launch by ODLS.
...
Provide some nice error messages if we fail to set the limits. Since the user had to specifically request we set the limit, treat failure as an error-out situation.
This commit was SVN r28288.
2013-04-04 16:00:17 +00:00
Matthias Jurenz
90dc8cc191
Fixed Coverity CID 993726 (Use after free)
...
This commit was SVN r28287.
2013-04-04 06:57:00 +00:00
Nathan Hjelm
e8d9944456
sbgp/ibnet: fix param -> var update errors
...
This commit was SVN r28284.
2013-04-03 20:17:18 +00:00
Nathan Hjelm
75093155ab
bcol/iboffload: fix still more errors from param -> var updates
...
This commit was SVN r28283.
2013-04-03 19:57:03 +00:00
Ralph Castain
d09a9e8096
Upgrade the system limit code to support a broader range of parameters. For now, we support stack size, #open files, #children, and file size we can c
...
reate. Continue to support the old "1" or "0" options for backward compatibility.
This commit was SVN r28282.
2013-04-03 18:57:53 +00:00
Nathan Hjelm
47a1897710
bcol/iboffload: fix more errors from param -> var updates
...
This commit was SVN r28281.
2013-04-03 18:55:46 +00:00
Nathan Hjelm
31a498c2a1
bcol/iboffload: fix errors from param -> var updates
...
This commit was SVN r28280.
2013-04-03 18:33:19 +00:00
Ralph Castain
66f3a81488
Cleanup warnings found when building v1.7
...
cmr:v1.7
This commit was SVN r28279.
2013-04-03 17:37:02 +00:00
Vishwanath Venkatesan
74c418b860
Adding typecasting with intptr_t to remove warnings.
...
This commit was SVN r28278.
2013-04-03 17:07:43 +00:00
Ralph Castain
701a170387
Update platform files
...
This commit was SVN r28277.
2013-04-03 17:06:07 +00:00
Vishwanath Venkatesan
784337aab1
typecasting with intptr_t to remove warnings
...
This commit was SVN r28276.
2013-04-03 17:06:02 +00:00
Matthias Jurenz
5c56f6f857
Fixed compiler warnings
...
This commit was SVN r28275.
2013-04-03 11:38:19 +00:00
Jeff Squyres
aa8e45367a
Use the proper git command to revert a file ("git checkout VERSION")
...
This commit was SVN r28271.
2013-04-02 12:05:30 +00:00
Ralph Castain
39a4e93e44
Correct the includes so that compiling with devel headers works
...
This commit was SVN r28267.
2013-03-30 16:25:24 +00:00
Ralph Castain
db77484ceb
Update show_load_errors param
...
This commit was SVN r28263.
2013-03-28 16:52:34 +00:00
Ralph Castain
252147fba6
Cleanup error message if unknown host is given in -host and -hostfile options
...
This commit was SVN r28262.
2013-03-28 16:52:10 +00:00
Ralph Castain
e6ae088813
Cleanup error outputs when a daemon fails to start
...
This commit was SVN r28261.
2013-03-28 16:51:19 +00:00
Matthias Jurenz
b95ae12f43
Changes to VT/configure:
...
- Introduced configure option '--enable-fmpi'. If configuring Open MPI w/o Fortran bindings (--disable-mpi-f77/--disable-mpi-fortran), then this option (i.e. --disable-fmpi) will be implicitly passed to the VT configure to disable MPI Fortran support.
This commit was SVN r28260.
2013-03-28 15:53:03 +00:00
Jeff Squyres
64d39a4e97
Technically speaking, we're creating a QP with 1 send WQE and 1
...
receive WQE, so it's good form to have a CQ with 2 entries, not 1.
This commit was SVN r28256.
2013-03-28 13:11:31 +00:00
George Bosilca
9c6374b515
Swap the open and register.
...
This commit was SVN r28253.
2013-03-27 22:19:57 +00:00
Nathan Hjelm
f1fa290157
btl/vader: add missing return statement
...
This commit was SVN r28252.
2013-03-27 22:16:21 +00:00
Ralph Castain
a9dc5a31f2
Fix verbosity setting
...
This commit was SVN r28251.
2013-03-27 22:12:01 +00:00
Nathan Hjelm
113fadd749
btl/vader: do not use common/sm for shared memory fragments
...
This commit was SVN r28250.
2013-03-27 22:10:02 +00:00