1
1
Граф коммитов

30648 Коммитов

Автор SHA1 Сообщение Дата
Ralph Castain
e1841fab17
Update PMIx
Fixes #7663

Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-04-25 16:00:12 -07:00
Howard Pritchard
ee9baf0a3c
Merge pull request #7656 from hppritcha/topic/fix_issue_7580
rework check lustre config to avoid rpath lib64
2020-04-24 09:38:42 -06:00
Howard Pritchard
ea690d008b rework check lustre config to avoid rpath lib64
The original configury check for lustre was ending up rpathing in /usr/lib64 in
the compiler wrapper scripts.  This commit fixes that issue.

related to #7580

Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
2020-04-24 08:56:33 -06:00
Austen Lauria
2e22a247bb
Merge pull request #7650 from devreal/fix-7617-oscpt2pt-leak
PT2PT osc: don't extra retain datatype
2020-04-24 08:55:28 -04:00
Austen Lauria
9f2f98e3ec
Merge pull request #7651 from devreal/fix-7617-oscrdma-complete_atomic
RDMA osc: remove extra retain on pending_op
2020-04-24 08:55:08 -04:00
Ralph Castain
becd3052dd
Merge pull request #7657 from rhc54/topic/s2
Sync PMIx to pickup dmodex fix
2020-04-23 15:49:28 -07:00
Ralph Castain
29832798ef
Sync PMIx to pickup dmodex fix
Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-04-23 13:52:32 -07:00
Ralph Castain
6c5e57f2da
Merge pull request #7655 from rhc54/topic/sync
Sync PMIx and PRRTE
2020-04-23 09:34:16 -07:00
Ralph Castain
111f0a53ef
Sync PMIx and PRRTE
Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-04-23 08:46:54 -07:00
Ralph Castain
4167ab6bc5
Merge pull request #7654 from rhc54/topic/dict
Update PMIx to add missing include to tarball
2020-04-22 21:18:55 -07:00
Ralph Castain
3a15ab0ab5
Update PMIx to add missing include to tarball
Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-04-22 20:13:18 -07:00
Ralph Castain
91be01beb2
Merge pull request #7652 from rhc54/topic/het
Cleanup heterogeneous builds
2020-04-22 16:20:06 -07:00
Ralph Castain
60c650e79b
Ensure "mpirun --version" reports as Open MPI
Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-04-22 15:11:21 -07:00
Ralph Castain
6d29bbfde8
Cleanup heterogeneous builds
Consolidate the ompi_process_info and opal_process_info structs to
remove duplicate storage and conversion issues. Unwind some interweaving
of include files using opal.h. Silence a couple of warnings.

For now, set the arch to local if PMIX_ARCH is not found.

Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-04-22 12:46:27 -07:00
Austen Lauria
53154756e1
Merge pull request #7649 from wckzhang/master
Typo and segfault fixes for coll/tuned
2020-04-22 11:59:17 -04:00
Joseph Schuchart
de67ada442 RDMA osc: remove extra retain on pending_op
Signed-off-by: Joseph Schuchart <schuchart@hlrs.de>
2020-04-21 22:49:48 +02:00
Joseph Schuchart
07d1011afe OSC base: fix typos in documentation
Signed-off-by: Joseph Schuchart <schuchart@hlrs.de>
2020-04-21 21:53:36 +02:00
Joseph Schuchart
154cf571b6 OSC base: do not retain datatype by default
Signed-off-by: Joseph Schuchart <schuchart@hlrs.de>
2020-04-21 21:53:10 +02:00
William Zhang
771f9c011d coll/tuned: Add NULL check to prevent segfault
Signed-off-by: William Zhang <wilzhang@amazon.com>

cr https://code.amazon.com/reviews/CR-23837553
2020-04-21 17:53:46 +00:00
William Zhang
50640402ab coll/tuned: Fix typos
Signed-off-by: William Zhang <wilzhang@amazon.com>
2020-04-21 17:39:37 +00:00
Ralph Castain
5929ee5c1c
Merge pull request #7640 from dancejic/numa_rank
adding NUMA_RANK to process metadata
2020-04-20 20:56:16 -07:00
Nikola Dancejic
3637443454 adding NUMA_RANK to process metadata
adding PMIX_NUMA_RANK info to process metadata so that the local NUMA
rank can be accessed through the opal_process_info object.

Signed-off-by: Nikola Dancejic <dancejic@amazon.com>
2020-04-20 22:02:47 +00:00
Ralph Castain
6539a55708
Merge pull request #7645 from rhc54/topic/up
Sync with PMIx and PRRTE masters
2020-04-20 10:52:32 -07:00
Ralph Castain
336f44ecc3
Sync with PMIx and PRRTE masters
Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-04-20 10:10:16 -07:00
Ralph Castain
1a46e95bd6
Merge pull request #7637 from rhc54/topic/ic
Fix intercomm operations
2020-04-15 18:02:07 -07:00
Ralph Castain
6635795911
Fix intercomm operations
The locality for remote procs is not provided as it is only a local
concept. Thus, you must _always_ use modex_recv_optional to ensure you
don't hang waiting for a response until dmodex times out.

Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-04-15 17:04:22 -07:00
Ralph Castain
44a2f75802
Merge pull request #7636 from rhc54/topic/foo
Update PMIx
2020-04-15 13:37:28 -07:00
Ralph Castain
f61774fb83
Update PMIx
Pickup fixes in the OMPI envar setting support

Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-04-15 13:02:20 -07:00
Ralph Castain
2bb8eebbde
Merge pull request #7633 from rhc54/topic/het
Fix hetero builds
2020-04-15 09:20:48 -07:00
Ralph Castain
de2d69ca24
Fix hetero builds
Add missing variable declaration

Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-04-15 08:46:21 -07:00
Ralph Castain
708f945605
Merge pull request #7629 from rhc54/topic/update
Sync to PMIx and PRRTE master
2020-04-14 12:17:36 -07:00
Ralph Castain
3252d26183
Sync to PMIx and PRRTE master
- fix potential hang in direct modex
- add support for reachable framework in PRRTE/oob

Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-04-14 10:05:47 -07:00
Ralph Castain
37c69ee883
Merge pull request #7618 from rhc54/topic/upd
Update PRRTE and PMIx
2020-04-12 14:39:18 -07:00
Jeff Squyres
b2e0957d6f
Merge pull request #7610 from bosilca/topic/fix_MPI_T
Follow the MPI_T guidelines on return errors.
2020-04-12 14:12:32 -04:00
Ralph Castain
4ab74450d4
Update PRRTE and PMIx
- ensure we return timeout error status
- lots of various bug fixes

Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-04-12 07:05:12 -07:00
Ralph Castain
6a51d0a0d9
Merge pull request #7613 from rhc54/topic/typo
Silence Coverity warning
2020-04-09 10:43:06 -07:00
Ralph Castain
02346ee6a2
Silence Coverity warning
Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-04-09 07:09:22 -07:00
Ralph Castain
c5812931d0
Merge pull request #7611 from rhc54/topic/dpm
Cleanup ompi/dpm operations
2020-04-08 12:40:50 -07:00
Ralph Castain
f32febd7f7
Update PMIx and PRRTE
PMIx:
- restore OPA support

PRRTE:
Restore support for several options
* -N for ppr:N:node
* INHERIT modifier for --map-by option, indicating that
  the spawned job should inherit the placement options
  of its parent. Only applicable to dynamically spawned
  jobs

Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-04-08 09:24:44 -07:00
Ralph Castain
a210f8046f
Cleanup ompi/dpm operations
Do some code cleanup in the connect/accept code. Ensure that the OMPI
layer has access to the PMIx identifier for the process. Add macros for
converting PMIx names to/from strings. Cleanup a few of the simple test
programs. Add a little more info to a btl/tcp error message.

Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-04-08 08:37:25 -07:00
Austen Lauria
c9d0517ce2
Merge pull request #7140 from devreal/fix_oshmem_dev_mem
Shmem ucx: fix missing variable declaration in segment_create
2020-04-08 08:52:08 -04:00
George Bosilca
f4af1848c9
Follow the MPI_T guidelines on return errors.
As indicated in the MPI3.2 document 14.3.10 page 599 line 1, the only
MPI error code possible is MPI_SUCCESS. All other errors must be in the
error class MPI_T_ERR*.
Fix the return of few pvar/cvar function that failed to correctly
convert to an MPI error code.

Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
2020-04-08 00:02:45 -04:00
Josh Hursey
d7cb1b77c6
Merge pull request #7606 from tongh18/readme_edit
Fix README
2020-04-07 10:37:09 -05:00
Hao Tong
a262fa30c5 fix readme, Open MPI does not support the IA64 platform any more
Signed-off-by: Hao Tong <tongh18@gemini.deac.wfu.edu>
2020-04-07 10:58:57 -04:00
Austen Lauria
e90d44ad6c
Merge pull request #7605 from Evstrife/pr/fix-README2
README: Fix the missing parentheses
2020-04-06 21:35:17 -04:00
Josh Hursey
7bcf1ed022
Merge pull request #7592 from mitchelltopaloglu/master
README: Grammar fix regarding gcc atomics
2020-04-06 20:03:05 -05:00
Evstrife
6da4ad27f1 README: Fix the missing parentheses in line 407
change

	provided depending on your Fortran compiler):

 to
	provided (depending on your Fortran compiler):

Signed-off-by: Evstrife <wus217@wfu.edu>
2020-04-06 23:49:01 +00:00
mitchelltopaloglu
441ba3ef1b README: Grammar fix regarding gcc atomics
Fix an "i.e." to be "e.g.".

Signed-off-by: mitchelltopaloglu <mitchelltopaloglu@gmail.com>
2020-04-06 23:12:09 +00:00
Ralph Castain
2c0b9bd1e4
Merge pull request #7601 from rhc54/topic/syn
Sync updates for PMIx and PRRTE
2020-04-06 15:25:36 -07:00
Ralph Castain
80568bb388
Update for support of PMIX_NUMA_RANK values
Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-04-06 13:06:26 -07:00