Jeff Squyres
ed9aba3896
This patch fixes
...
error: void value not ignored as it ought to be
in the C/R code by ignoring the return value of functions which
no longer return a value (only void).
Signed-off-by: Adrian Reber <adrian.reber@hs-esslingen.de>
This commit was SVN r29816.
2013-12-06 14:40:10 +00:00
Rolf vandeVaart
d556b60b21
Chnage some CUDA configure code and macro names per review request by jsquyres in ticket #3880 .
...
Functionally, nothing changes.
This commit was SVN r29815.
2013-12-06 14:35:10 +00:00
Nathan Hjelm
231ebb09c9
Update romio configury to remove a warning message.
...
cmr=v1.7.4:ticket=3158
This commit was SVN r29811.
The following Trac tickets were found above:
Ticket 3158 --> https://svn.open-mpi.org/trac/ompi/ticket/3158
2013-12-06 00:12:35 +00:00
Nathan Hjelm
91db0cd512
Remove non-existent MCA variables from LANL platform file.
...
No review required.
cmr=v1.7.4:reviewer=ompi-gk1.7
This commit was SVN r29810.
2013-12-05 22:43:08 +00:00
Joshua Ladd
a73cac07e5
Resolves oshmem_info segfault on OSX. This fixes trac:3904. Refs trac:3763
...
This commit was SVN r29809.
The following Trac tickets were found above:
Ticket 3763 --> https://svn.open-mpi.org/trac/ompi/ticket/3763
Ticket 3904 --> https://svn.open-mpi.org/trac/ompi/ticket/3904
2013-12-05 19:37:44 +00:00
Mike Dubman
7b7b82ef35
check for mxm API version >= 1.5
...
Refs: #3947
This commit was SVN r29808.
2013-12-05 12:25:52 +00:00
Dave Goodell
da26226e3c
usnic: add some extra debug-build sanity checks
...
On the off chance that the PML is twiddling fields that it really
shouldn't be...
Reviewed-by: Reese Faucette <rfaucett@cisco.com>
This commit was SVN r29804.
2013-12-05 00:28:11 +00:00
Oscar Vega-Gisbert
78a65a30e6
Remove pinning check from ompi_setup_java.m4
...
This commit was SVN r29803.
2013-12-04 23:04:52 +00:00
Oscar Vega-Gisbert
97fc83e29e
Remove references to pinning support
...
This commit was SVN r29802.
2013-12-04 22:40:26 +00:00
Jeff Squyres
a2aee3ecf1
Ensure that ompi_fortran_happy is set to 0 when we're not building the
...
OMPI project. This is necessary because some of the threading tests
(that are even used in ORTE) use this result.
This commit was SVN r29801.
2013-12-04 21:16:15 +00:00
Jeff Squyres
ba018b3603
Protect the container_of #define.
...
MOFED apparently has a /usr/include/infiniband/verbs.h that also
defines a (slightly different but fully compatible) container_of
macro. So put proper #ifndef protection around our definition of
container_of.
Thanks to Rolf vandeVaart for pointing out the issue.
Reviewed by Dave Goodell.
cmr=v1.7.4:reviewer=ompi-rm1.7
This commit was SVN r29799.
2013-12-04 14:24:56 +00:00
Yossi Etigin
97b0a560cb
spml ikrit: update configuration parsing api to mxm 2.1, drop
...
older version support (1.0 and 1.1), and cleanup the code.
reviewed by miked.
This commit was SVN r29798.
2013-12-04 09:13:17 +00:00
Yossi Etigin
a913b00f89
mtl mxm: update configuration parsing api to mxm 2.1, drop
...
older version support (1.0 and 1.1), and cleanup the code.
reviewed by miked.
cmr=v1.7.4:reviewer=ompi-gk1.7
This commit was SVN r29797.
2013-12-04 09:11:55 +00:00
Mike Dubman
4ee10e7589
fix copy&paste bug which caused fca enable flag to be ignored
...
Refs: #3763
This commit was SVN r29796.
2013-12-04 07:45:34 +00:00
Jeff Squyres
c74c1e86d3
Per suggestion from Paul Kapinos, report in BTL verbosity if a device
...
is skipped because it is too far away.
(see thread starting here:
http://www.open-mpi.org/community/lists/devel/2013/06/12470.php )
This commit was SVN r29790.
2013-12-03 22:44:11 +00:00
Rolf vandeVaart
218c05a4d1
Make sure synchronous copies are complete before moving the data.
...
This commit was SVN r29789.
2013-12-03 21:20:14 +00:00
Rolf vandeVaart
ab77435d9b
Fix the CUDA-aware case where we are not sending any GPU data.
...
This commit was SVN r29788.
2013-12-03 20:25:58 +00:00
Devendar Bureddy
4554770ee4
hcol fixes
...
cmr=v1.7.4:reviewer=jladd
This commit was SVN r29787.
2013-12-03 20:21:40 +00:00
Mike Dubman
ffd9f2d24a
add svn ignore for shmem examples
...
This commit was SVN r29786.
2013-12-03 15:15:56 +00:00
Mike Dubman
753d630809
libshmem to liboshmem rename voices
...
Refs: 3763
This commit was SVN r29785.
2013-12-03 13:16:12 +00:00
Ralph Castain
fb59b6b875
Silence compiler warning when --disable-orte-static-ports
...
This commit was SVN r29783.
2013-12-03 01:53:31 +00:00
Jeff Squyres
a12cb00069
Update svn:ignore for new romio
...
This commit was SVN r29777.
2013-12-02 22:41:22 +00:00
Nathan Hjelm
b8c14b9b15
Update autogen.pl with the minimum automake version (1.12.2).
...
cmr=v1.7.4:reviewer=rhc
This commit was SVN r29776.
2013-12-02 20:44:34 +00:00
Nathan Hjelm
fe327d9859
udcm: cleanup code and improve the ack handling
...
Originally udcm acks used the immediate data to indicate which message was
being acknowleged. This data was (mysteriously) junk when using QLogic HCAs so I
updated udcm to use the source info (slid, qp, etc) to determine which message was being
acked. This works as long as we don't have two messages simultaneously in flight
to a particular peer and then loose the first of the two messages. The chances of this
happening are tiny. To fix this case I updated the udcm message header to include
a pointer to the in flight message. This pointer is then sent back to the sending
process to ack receipt.
cmr=v1.7.4:ticket=trac:3940
This commit was SVN r29775.
The following Trac tickets were found above:
Ticket 3940 --> https://svn.open-mpi.org/trac/ompi/ticket/3940
2013-12-02 20:18:46 +00:00
Jeff Squyres
3a7af4ab40
Fix another clang warning: sendreq is undefined if proc==NULL.
...
cmr=v1.7.4:reviewer=hjelmn:subject=fix ob1 undefined sendreq value
This commit was SVN r29774.
2013-12-02 19:44:42 +00:00
Jeff Squyres
16c63c5bbe
Fix conditional: don't just check the constant (thanks to clang for an
...
excellent warning message!)
cmr=v1.7.4:reviewer=hjelmn:subject=fix MCA_BASE_VAR_SOURCE_OVERRIDE test
This commit was SVN r29773.
2013-12-02 19:41:59 +00:00
Mike Dubman
5c7557f11a
reverting r29771, duplicates Brian`s fix
...
This commit was SVN r29772.
The following SVN revision numbers were found above:
r29771 --> open-mpi/ompi@bc25091b61
2013-11-29 14:28:02 +00:00
Mike Dubman
bc25091b61
Implement Jeff`s feedback: Anonymous unions handling
...
Refs: 3763
This commit was SVN r29771.
2013-11-29 14:14:46 +00:00
Mike Dubman
2faef6bc2d
Define OSHMEM_HAS_IKRIT removed from configuration file.
...
Both yoda and ikrit componets are adding in mca_spml_base_open now.
Default component ikrit if found.
Refs: 3763
This commit was SVN r29770.
2013-11-29 14:12:04 +00:00
Mike Dubman
9491989097
revert Voltaire for relevant folks
...
cmr=v1.7.4:reviewer=ompi-rm1.7
This commit was SVN r29769.
2013-11-29 14:09:39 +00:00
Nathan Hjelm
fb0b0442c4
openib/connect: re-enable xrc support in the openib btl
...
This commit updates the udcm cpc to support xrc. The steps followed by udcm
mimic those in the removed xoob cpc. This update has been tested with both XRC
and RC.
Mellanox, this is intended to go into 1.7.4. Please review carefully and let
me know if there are any issues.
cmr=v1.7.4:reviewer=miked
This commit was SVN r29767.
2013-11-27 22:28:04 +00:00
George Bosilca
cb24277737
Restrict the usage of MPI_Type_extent only to receiving processes
...
(aka the root). This commit is based on a patch provided by Pierre
Jolivet.
Fix all the output to match the failing MPI call.
This commit was SVN r29761.
2013-11-27 12:09:31 +00:00
Mike Dubman
0ddc2bc214
C99ing ...
...
Refs: 3763
This commit was SVN r29756.
2013-11-26 12:46:56 +00:00
Rolf vandeVaart
aa98b0333b
Call function from function table. Discovered during static build.
...
This commit was SVN r29755.
2013-11-25 22:46:07 +00:00
Matthias Jurenz
90ebdd920f
Changes to VT:
...
- added preprocessor conditional for vt_cupti_events_enabled
(fixes compile error when CUDA-RT wrapper are enabled and CUPTI is disabled (as reported at: https://svn.open-mpi.org/trac/ompi/changeset/29752 by Jörg Bornschein))
This commit was SVN r29754.
2013-11-25 12:58:43 +00:00
Mike Dubman
bd358cb180
Apply Jeff`s patch from ticket: 3145
...
Refs: 3763
This commit was SVN r29751.
2013-11-25 11:02:42 +00:00
Ralph Castain
ac9820c46f
Link against common cuda library
...
Thanks to Jorg Bornschein for pointing it out
cmr=v1.7.4:reviewer=rolfv
This commit was SVN r29750.
2013-11-24 17:06:51 +00:00
Ralph Castain
e61bdc6f51
Adjust ignores
...
This commit was SVN r29749.
2013-11-24 17:05:18 +00:00
Ralph Castain
617a0edbb8
Fix hostfile parsing for the case where RMs count slots by listing the node multiple times. Thanks to Tetsuya Mishima for rep[orting the problem and providing a patch.
...
cmf=v1.7.4:reviewer=rhc
This commit was SVN r29748.
2013-11-24 16:17:52 +00:00
Ralph Castain
10fbc85352
update platform file
...
This commit was SVN r29744.
2013-11-23 22:58:52 +00:00
Ralph Castain
7c23a5ad65
Fix headers when building with ft enabled. Thanks to Adrian Reber for the patch!
...
This commit was SVN r29743.
2013-11-23 22:58:32 +00:00
George Bosilca
68268377af
Fix an error message for the igather and the usage of the extent on
...
non non-root processes for the iscatter. Thanks to Pierre
Jolivet for the bug report and the patch.
This commit was SVN r29736.
2013-11-23 00:59:22 +00:00
Mike Dubman
a2a4802c3f
fix AUTHORS with new developer
...
cmr=v1.7.4:reviewer=ompi-rm1.7
This commit was SVN r29735.
2013-11-22 15:06:20 +00:00
Matthias Jurenz
8163b2b0f6
Corrected svn:ignores
...
This commit was SVN r29734.
2013-11-22 13:56:55 +00:00
Mike Dubman
826fa635a3
add support for --without-oshmem in configure
...
This commit was SVN r29733.
2013-11-22 13:51:46 +00:00
Matthias Jurenz
3923ee89ec
Changes to VT/OTF:
...
Fixed warnings about the need of the 'subdir-objects' option when using Automake v1.14.
Due to a bug in Automake (see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13928 ) the 'subdir-objects' option cannot be enabled.
To get around this problem external sources files are sym linked in the current build directory (as done in ompi/mpi/c/profile) to lead Automake to believe that all source files are in the same directory.
This commit was SVN r29732.
2013-11-22 12:37:31 +00:00
Brian Barrett
aa517b09a8
Add option to disable building the OSHMEM interface. This isn't perfect, but should work for the v1.7 timeframe
...
This commit was SVN r29727.
2013-11-21 17:13:28 +00:00
Edgar Gabriel
4f425872be
fix the streams used in opal_output in the sharedfp components.
...
This commit was SVN r29726.
2013-11-21 16:11:49 +00:00
Devendar Bureddy
4a311ae9fd
continue search sorted openib device list if no btls found with nearest HCA.
...
cmr=v1.7.4:reviewer=jladd
This commit was SVN r29725.
2013-11-20 22:23:12 +00:00
Vasily Filipov
ae8c826527
"If" statement wrapping with #if MEMORY_LINUX_UMMUNOTIFY in order to prevent ptmalloc2 hooks disabling in case if OMPI was not configured with ummunotify support.
...
This commit was SVN r29720.
2013-11-19 07:00:21 +00:00