1
1

31216 Коммитов

Автор SHA1 Сообщение Дата
Josh Hursey
8c89e3c621
Merge pull request #8313 from jjhursey/prot-enum
Update hook component to use enum MCA parameter
2021-01-11 13:29:16 -06:00
Jeff Squyres
8115bd29b7
Merge pull request #8322 from bosilca/topic/portable_avx
Allow fallback to a lesser AVX support during make
2021-01-10 11:03:07 -05:00
Ralph Castain
3786a02f5a
Merge pull request #8357 from rhc54/topic/syn
Update PMIx/PRRTE pointers
2021-01-08 21:03:56 -08:00
Ralph Castain
bc9eace912 Update PMIx/PRRTE pointers
Signed-off-by: Ralph Castain <rhc@pmix.org>
2021-01-08 20:26:05 -08:00
Joshua Hursey
ed0697f01e Update hook component to use enum MCA parameter
* `--mca ompi_display_comm VALUE` where `VALUE` is one or more of:
   - `mpi_init` : Display during `MPI_Init`
   - `mpi_finalize` : Display during `MPI_Finalize`
 * hook/comm_method: Use enum flags to select protocols

Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
2021-01-08 12:25:42 -05:00
Jeff Squyres
debea778d7
Merge pull request #8342 from AboorvaDevarajan/fix_comm_errhandler
ompi/errhandler: fix comm errhandler issue
2021-01-07 17:20:40 -05:00
Jeff Squyres
2165e87cd8
Merge pull request #8351 from jsquyres/pr/remove-op-cxx-function-pointers
ompi/op: remove C++ function pointers
2021-01-07 17:20:18 -05:00
Aboorva Devarajan
a242fa1362 ompi/errhandler: fix comm errhandler issue
Signed-off-by: Aboorva Devarajan <abodevar@in.ibm.com>
2021-01-07 11:24:40 -08:00
Aboorva Devarajan
dfc6ffa51a ompi/errhandler: remove stale cxx bindings
Signed-off-by: Aboorva Devarajan <abodevar@in.ibm.com>
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2021-01-07 11:24:40 -08:00
Jeff Squyres
7ec2a403c5 ompi/op: remove C++ function pointers
Remove some left-over infrastructure for handling callbacks into the
MPI C++ bindings (which were removed long ago -- this code is now
stale).

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2021-01-07 10:44:42 -08:00
Jeff Squyres
65d7846485
Merge pull request #8347 from bosilca/fix/8340
A started generalized request should be marked as pending.
2021-01-07 08:53:32 -05:00
George Bosilca
434a2515f8 A started generalized request should be marked as pending.
Fixes #8340

Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
2021-01-06 13:31:26 -05:00
Michael Heinz
5de8af8ff1
Merge pull request #8344 from acgoldma/ofi-hint-cq_size
mtl/ofi: Add missing cq_data_size value in hints
2021-01-06 12:20:19 -05:00
Goldman, Adam
1e64da9a84 mtl/ofi: Add mising cq_data_size in hints for ofi mtl
Fixes #8305
Signed-off-by: Goldman, Adam <adam.goldman@intel.com>
2021-01-06 10:12:28 -05:00
George Bosilca
20be3fc257
A better test for MPI_OP performance.
The test now has the ability to add a shift to all or to any of the
input and output buffers to assess the impact of unaligned operations.

Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
2021-01-05 22:40:26 -05:00
Howard Pritchard
aadaf0c3c0
Merge pull request #7986 from hppritcha/topic/fix_issue7644
threads: fix a problem hit when using ex-hwloc
2021-01-05 09:32:13 -07:00
bosilca
a7e91d8257
Merge pull request #8065 from devreal/fix_spc_mpit
SPC: allow starting through MPI_T without explicitly setting MCA parameter
2021-01-04 14:22:53 -05:00
George Bosilca
fcf2766a03
AVX code generation improvements
1. Allow fallback to a lesser AVX support during make

Due to the fact that some distro restrict the compiule architecture
during make (while not setting any restrictions during configure) we
need to detect the target architecture also during make in order to
restrict the code we generate.

2. Add comments and better protect the arch specific code.

Identify all the vectorial functions used and clasify them according to
the neccesary hardware capabilities.
Use these requirements to protect the code for load and stores (the rest
of the code being automatically generated it is more difficult to
protect).

3. Correctly check for AVX* support.

Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
2021-01-04 13:43:18 -05:00
George Bosilca
31068e063b
Major update to the AVX* detection and support
1. Consistent march flag order between configure and make.

2. op/avx: give the option to skip some tests

it is possible to skip some intrinsic tests by setting some environment variables to "no" before invoking configure:
 - ompi_cv_op_avx_check_avx512
 - ompi_cv_op_avx_check_avx2
 - ompi_cv_op_avx_check_avx
 - ompi_cv_op_avx_check_sse41
 - ompi_cv_op_avx_check_sse3

3. op/avx: update AVX512 flags

try
-mavx512f -mavx512bw -mavx512vl -mavx512dq
instead of
-march=skylake-avx512

since the former is less likely to conflict with user provided CFLAGS
(e.g. -march=...)

Thanks Bart Oldeman for pointing this.

4. op/avx: have the op/avx library depend on libmpi.so

Refs. open-mpi/ompi#8323

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
2021-01-04 13:41:39 -05:00
Josh Hursey
3f3ec630f5
Merge pull request #8325 from jjhursey/fix-pgi-rdma
Fix PGI compiler error with compare arg
2021-01-04 08:27:06 -06:00
Gilles Gouaillardet
d2311e981b
Merge pull request #8328 from zosman1/master
Removing config/opal_check_pmi.m4
2021-01-04 13:11:02 +09:00
Gilles Gouaillardet
e4d0e0cfe5
Merge pull request #8331 from ggouaillardet/topic/pmix_internal
configury: fix --with-pmix=internal
2021-01-04 13:06:06 +09:00
Gilles Gouaillardet
0c0ab92b66 configury: fix --with-pmix=internal
A typo (missing $) prevented --with-pmix=internal from working as expected

Thanks Zach Osman for reporting this.

Refs open-mpi/ompi#8326

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
2021-01-04 11:49:18 +09:00
Zach Osman
68f777d218 Removing stale files
Signed-off-by: Zach Osman <zosman@gmu.edu>
2021-01-03 16:56:40 -05:00
Joshua Hursey
185a459995
Fix PGI compiler error with compare arg
* PGI was throwing the following error.
```
NVC++-S-0103-Illegal operand types for comparison operator (osc_rdma_frag.h: 75)
NVC++/power Linux 20.11-0: compilation completed with severe errors
```
 * It must not have liked the inline declaration of the NULL pointer.
   - So replace with a variable, as we do in other places in the code base.

Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
2020-12-30 11:37:39 -06:00
Open MPI administrative account
982949c25e
Merge pull request #8324 from rhc54/topic/syn2
Update PMIx pointer
2020-12-29 15:40:18 -08:00
Ralph Castain
106f5e22a5
Update PMIx pointer
Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-12-29 15:03:09 -08:00
Ralph Castain
cd49049ab9
Merge pull request #8320 from rhc54/topic/warn
Silence warnings
2020-12-27 17:10:37 -08:00
Ralph Castain
607052252f Update PMIx and PRRTE pointers
Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-12-27 14:47:59 -08:00
Ralph Castain
194e66b3e2 Silence warnings
Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-12-27 12:18:40 -08:00
Raghu Raja
c8e1847372
Merge pull request #8244 from dancejic/oversub_message
common/ofi: fixing error message to be a debug output
2020-12-23 11:18:22 -08:00
Raghu Raja
c752534e43
Merge pull request #8316 from wzamazon/master_fix_btl_ofi_leak
btl/ofi: fix memory leaks in error handling path
2020-12-23 11:17:57 -08:00
Wei Zhang
01f5d6896d btl/ofi: fix memory leaks in error handling path
Currently, mca_btl_ofi_put (get, aop, afop, acswp) will allocate
a mca_btl_ofi_rdma_completion_t object and use it as the context
for fi_write/fi_read/fi_atomic/fi_fetch_atomic/fi_compare_atomic.

In normal code path, this completion object when processing completion
entry. However, when error happened when calling

fi_write/fi_read/fi_atomic/fi_fetch_atomic/fi_compare_atomic,

there will be no completion entry from libfabric, in this case the
completion object's memory is leaked.

This patch address the issue by calling opal_free_list_return() in
the error handling code path.

Signed-off-by: Wei Zhang <wzam@amazon.com>
2020-12-22 21:42:24 +00:00
Ralph Castain
8ff2277b7e
Merge pull request #8298 from rhc54/topic/prte
Update PRRTE pointer to include ULFM fixes
2020-12-17 18:05:28 -08:00
Ralph Castain
745f4930fc
Update PRRTE pointer to include ULFM fixes
Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-12-17 16:44:28 -08:00
Edgar Gabriel
38e3936721
Merge pull request #8293 from edgargabriel/topic/lustre-perf-fix
Topic/lustre perf fix
2020-12-17 14:22:45 -06:00
Edgar Gabriel
56dbd096d3 io/ompio: remove the special handling of Lustre in the selection logic
ompio is now the default on Lustre as well

Signed-off-by: Edgar Gabriel <egabriel@central.uh.edu>
2020-12-17 13:26:51 -06:00
Edgar Gabriel
aa2d21ee50 lustre_file_open: avoid explicit locking on lustre file systems
Signed-off-by: Edgar Gabriel <egabriel@central.uh.edu>
2020-12-17 12:22:54 -06:00
Edgar Gabriel
2c61074739 dynamic_gen2: code cleanup
remove now unused mca parameter, get rid of an unnecesary if-else part,
and move setting the flag outside of the while loop.

Signed-off-by: Edgar Gabriel <egabriel@central.uh.edu>
2020-12-17 11:43:23 -06:00
Jeff Squyres
d36977c925
Merge pull request #8296 from rhc54/topic/pmixv4
Update PMIx/PRRTE pointers
2020-12-17 11:59:17 -05:00
Ralph Castain
76ac72fd24
Update PMIx/PRRTE pointers
Switch PMIx to v4.0 branch
Update PRRTE to current master

Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-12-17 07:53:43 -08:00
Edgar Gabriel
d65480df35 fbtl_posix_pwritev: add datasieving support for write
its however restricted to collective I/O operations, at this point
only from vulcan and dynamic_gen2. required some more infrastructure
to be added to recognize individual I/O and multi-threaded environments.

Signed-off-by: Edgar Gabriel <egabriel@central.uh.edu>
2020-12-16 15:34:45 -06:00
Edgar Gabriel
90d8c8c39c fbtl_posix_preadv: limit the size of the temporary buffer
when using data sieving.

Signed-off-by: Edgar Gabriel <egabriel@central.uh.edu>
2020-12-16 11:17:15 -06:00
Edgar Gabriel
dbf0d6e5a3 fbtl_posix: add control logic for data sieving
only implemented for read at the moment, but the parameters
for write are also in place.

Signed-off-by: Edgar Gabriel <egabriel@central.uh.edu>
2020-12-15 18:12:07 -06:00
Ralph Castain
3f6877b510
Merge pull request #8291 from rhc54/topic/up2
Update PMIx/PRRTE pointers again
2020-12-15 12:29:35 -08:00
Ralph Castain
35bcda788a
Update PMIx/PRRTE pointers again
Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-12-15 09:12:58 -08:00
Jeff Squyres
8d814cf511
Merge pull request #8286 from jsquyres/pr/disable-libevent-checks
libevent: disable checks
2020-12-15 11:47:32 -05:00
Ralph Castain
545ebe2c27
Merge pull request #8287 from rhc54/topic/up
Advance PMIx and PRRTE pointers
2020-12-15 06:22:23 -08:00
Ralph Castain
b27158a479 Advance PMIx and PRRTE pointers
Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-12-14 18:38:27 -08:00
Jeff Squyres
59d98373b7 libevent: disable checks
Disable libevent regression checks so that we do not need to require
Python for Open MPI builds.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2020-12-14 14:04:49 -08:00