Ralph Castain
ed93154e43
Fix hetero operations. An error in the hwloc utilities only allocated memory for the first display of a binding map, and then assumed that all nodes had the same number of cores in them. This resulted in memory corruption whenever someone displayed a binding pattern for a hetero cluster, and a smaller node was first in line.
2015-07-07 12:52:16 -07:00
Ralph Castain
7455802a36
Add a bunch of debug, and correct an error that caused us to use the wrong mapping policy when determining the default binding policy
2015-07-07 10:13:10 -07:00
Ralph Castain
eb582b8276
Minor whitespace cleanups
2015-07-06 09:38:33 -07:00
Gilles Gouaillardet
9f171de412
btl/openib: queue pending fragments once only when running out of credit
...
Fixes open-mpi/ompi#640
2015-07-06 09:45:01 +09:00
rhc54
2c2945eaac
Merge pull request #689 from rhc54/topic/dvm
...
There is no reason for tools to have an async progress thread
2015-07-05 13:17:50 -05:00
Ralph Castain
836f49597d
There is no reason for tools to have an async progress thread as they can loop the event library themselves. This has the added benefit of causing the tool to "block" while waiting for events so they don't use cpu.
...
Also, fix orte-submit so it appropriately handles --help option
2015-07-05 10:45:28 -07:00
Jeff Squyres
4694b16256
mpi_f08: further fixes for MPI_BUFFER_DETACH
...
A few minor fixes in addition to
open-mpi/ompi@bd94da7de4 and
open-mpi/ompi@fc69c0be24 .
2015-07-04 05:27:22 -07:00
Jeff Squyres
bd94da7de4
mpi_f08: fix MPI_BUFFER_DETACH interfaces
...
Add an mpi_f08-specific implementation for MPI_BUFFER_DETACH.
Per MPI-3.1:3.6, p45, the buffer argument is ignored in
MPI_BUFFER_DETACH for mpif.h and the mpi module. But in the mpi_f08
module, the buffer argument is treated like it is in the C binding.
2015-07-03 08:56:34 -07:00
bosilca
77367ca02c
Merge pull request #687 from rolfv/pr/fix-smcuda-perfprob
...
Add the ability use different size buffers for host and CUDA buffers
2015-07-02 18:42:41 -04:00
Jeff Squyres
4e7d979f8d
Merge pull request #686 from jsquyres/pr/autogen-no-ompi-bool-fixes
...
bool: use SIZEOF__BOOL, not SIZEOF_BOOL
2015-07-02 12:19:07 -04:00
Jeff Squyres
cce57da0c4
openmpi-update-hg-svn.h: remove stale file
...
This file accidentaly got left over when we switched from SVN to git.
2015-07-02 12:17:02 -04:00
Rolf vandeVaart
30a872b478
Add the ability to send host buffers through one sized staging buffers and CUDA buffers through different sized buffers. Fixes performance issues
2015-07-02 11:11:15 -04:00
Jeff Squyres
f1353947ff
libfabric: fix wrappers for static builds
...
Need to set the WRAPPER_EXTRA flags so that the wrappers for static
builds pull in -lfabric.
Also update/fix some comments.
2015-07-02 07:58:16 -07:00
Jeff Squyres
cd5751c217
bool: use SIZEOF__BOOL, not SIZEOF_BOOL
...
When you "autogen.pl --no-ompi", the AC_SIZEOF(bool) test is not run.
But we *do* run AC_SIZEOF(_Bool), which is the equivalent. So switch
the uses of SIZEOF_BOOL in the code base to be SIZEOF__BOOL, and it's
all good.
2015-07-02 07:32:02 -07:00
rhc54
71fd76fc7c
Merge pull request #685 from rhc54/topic/fence
...
This is the third time I am fixing this - I have no idea who or why this is being reset.
2015-07-02 09:11:07 -05:00
Ralph Castain
861fe1d9dd
This is the third time I am fixing this - I have no idea who or why this is being reset.
2015-07-02 08:39:48 -05:00
Gilles Gouaillardet
6356c4b113
mpif: fix typo in interface name
...
* MPI_Comm_dup_with_info
* MPI_Comm_split_type
* PMPI_Comm_split_type
2015-07-02 17:13:07 +09:00
Gilles Gouaillardet
fa50e0d712
mpi_f08: fix typo in binding name
...
replace MPI_Win_flush_all_local with MPI_Win_flush_local_all
2015-07-02 15:47:38 +09:00
Jeff Squyres
24747397c8
VERSION: we have a 2.x branch, to bump major to 3
2015-07-01 12:57:27 -07:00
Nathan Hjelm
0325100823
Fix PGI compilation of opal_condition test
...
PGI was failing to build this test due to the {} initializers of some
of the global variables. The initializers were added to remove common
symbols from the test repository. This commit removes the initializers
and makes the variables static which should fix both the compile issue
and avoid the common symbols.
This commit additionally removes the check for
OPAL_ENABLE_MULTI_THREADS since Open MPI requires thread support.
Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-07-01 09:10:49 -06:00
Ralph Castain
6829e192ad
Okay, that's it - trash it
2015-07-01 05:27:30 -05:00
rhc54
c8730b56e8
Merge pull request #683 from rhc54/topic/omp
...
Update the OMP support per request from IBM and LLNL
2015-06-30 11:08:24 -05:00
Ralph Castain
6cd3ccd305
Update the OMP support per request from IBM and LLNL
2015-06-30 10:24:34 -05:00
Gilles Gouaillardet
c4025f55a4
mpi_f08: add MPI_Type_size_x and misc PMPI_xxx bindings
2015-06-30 16:31:14 +09:00
Gilles Gouaillardet
18fd30a173
mpi_f08: fix MPI_FREE_MEM binding
2015-06-30 14:19:50 +09:00
Gilles Gouaillardet
13950c3ec1
mpi_f08: fix MPI_WIN_{ATTACH,DETACH} bindings
...
fixes INTENT from open-mpi/ompi@9600e2bc63
2015-06-30 12:28:23 +09:00
Gilles Gouaillardet
86bbdd2ebe
mpi_f08: fix MPI_COMM_SPAWN_MULTIPLE binding
2015-06-30 11:47:45 +09:00
Gilles Gouaillardet
a4cc83f4f7
mpiext/affinity: fix missing function type
2015-06-30 09:37:27 +09:00
rhc54
d4a1744d4d
Merge pull request #681 from rhc54/configure
...
Ensure we always set sizeof_bool
2015-06-29 16:38:42 -05:00
MPI Team
34f7e30158
openmpi-nightly-tarball: fix typo
...
The branch name is "v2.x", not "2.x".
2015-06-29 17:04:06 -04:00
Ralph Castain
005248bb4e
When building --no-ompi, we don't run setup_cxx and hence sizeof_bool never gets set. So set it in configure.ac so everyone always has it
...
Check for sizeof(_Bool) so we don't need the C++ compiler
2015-06-29 15:23:12 -05:00
Ralph Castain
a58171a974
Add some debug
2015-06-29 14:51:41 -05:00
Rolf vandeVaart
dfa4b5e474
Merge pull request #680 from rolfv/pr/add-cuda-macro
...
Add a macro to indicate CUDA-aware support
2015-06-29 14:24:19 -04:00
Mike Dubman
8a985cd2bd
Merge pull request #679 from alinask/topic/add_vendor_part_id_mlnx
...
openib btl: added a new vendor_part_id for Mellanox ConnectX4-LX.
2015-06-29 21:19:42 +03:00
Jeff Squyres
f6882a85bb
mpiext_affinity_str.c: minor stylistic updates
...
No real functional changes:
* Reduce #if's a little -- have a single "no hwloc" and "hwloc"
section.
* Make a common subroutine (no_hwloc_support()) for when we don't have
any hwloc support
2015-06-29 09:36:10 -07:00
Jeff Squyres
fc69c0be24
mpi_f08: fix MPI_BUFFER_DETACH binding
2015-06-29 09:22:30 -07:00
Rolf vandeVaart
e1983ff46a
Add a macro to indicate CUDA-aware support
2015-06-29 12:08:27 -04:00
Jeff Squyres
91d3b5f555
errcode.h: fix typo: errnum, not errno
...
Thanks to Åke Sandgren for pointing out the error.
2015-06-29 08:32:46 -07:00
Alina Sklarevich
27797654db
openib btl: added a new vendor_part_id for Mellanox ConnectX4-LX.
2015-06-29 13:50:43 +03:00
Gilles Gouaillardet
6994d742fd
mpiext/affinity: #if OPAL_HAVE_HWLOC most parts of the code
...
that allow this extension to compile if configure'd with --without-hwloc
2015-06-29 09:54:03 +09:00
Gilles Gouaillardet
e0dd9bd2e7
Fix java bindings disaster
...
that commit fixes :
- open-mpi/ompi@224f97b009
- open-mpi/ompi@ade7de549c
- open-mpi/ompi@0836344673
- open-mpi/ompi@7e0581c853
- open-mpi/ompi@d948a43993
2015-06-29 09:51:36 +09:00
rhc54
6e19505028
Merge pull request #678 from rhc54/topic/hwloc
...
Now that it has been officially released, update the embedded HWLOC to 1.11.0
2015-06-28 14:45:50 -07:00
Ralph Castain
75ceec663a
Now that it has been officially released, update the embedded HWLOC to 1.11.0
2015-06-28 14:07:45 -07:00
rhc54
8a5e1611ab
Merge pull request #675 from rhc54/topic/ompi
...
Add new component to support OpenMP envars per request from IBM and LLNL
2015-06-27 19:00:20 -07:00
Ralph Castain
a4557d4ed2
Add new component to support OpenMP envars per request from IBM and LLNL
2015-06-27 17:57:04 -07:00
Gilles Gouaillardet
d948a43993
java: fix typo in MPI_Win_attach binding
2015-06-28 09:27:19 +09:00
rhc54
628364a550
Merge pull request #674 from rhc54/topic/oob
...
Protect the oob/tcp component from port scanners
2015-06-26 04:43:47 -07:00
Ralph Castain
4352123c26
Protect the oob/tcp component from port scanners
2015-06-26 01:40:57 -07:00
Gilles Gouaillardet
98bf02485d
fortran: add Fortran 2008 bindings for attr_fn (MPI_COMM_DUP_FN and friends)
...
Fixes open-mpi/ompi#460
2015-06-26 15:21:30 +09:00
Gilles Gouaillardet
e701bf35cc
MPI_Win_{get,set}_info : add man pages
2015-06-26 15:14:25 +09:00