1
1

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

  • 4d420348f7 Fix MPI versions in MPI.3 manpage Joseph Schuchart 2020-08-31 09:21:26 +02:00
  • 2b62a2b8c1
    Merge pull request #8023 from abouteiller/bugfix/ob1_err_abort bosilca 2020-08-29 11:50:57 -04:00
  • fae374ce54 OFI: patch OFI MTL for GNI provider Howard Pritchard 2020-08-13 11:49:43 -06:00
  • 8b2bcbc9ca
    Merge pull request #8021 from wckzhang/v4.1.x Brian Barrett 2020-08-27 10:33:42 -07:00
  • c4128b21a0 suppress icc long double message Howard Pritchard 2020-08-19 21:38:11 +00:00
  • 4df5fcf48c
    errors_are_fatal_comm_handler takes a pointer to the error constant as input. Aurelien Bouteiller 2020-08-26 16:05:30 -04:00
  • c1c71b22b9
    Merge pull request #8002 from hppritcha/topic/ofi_gni_prov_patch_for_mtl Howard Pritchard 2020-08-26 12:30:50 -06:00
  • 8727e981b2
    Merge pull request #8015 from hppritcha/topic/squash_icc_no_log_warning Jeff Squyres 2020-08-26 10:40:26 -04:00
  • d6ac41cbbd OFI: patch OFI MTL for GNI provider Howard Pritchard 2020-08-13 11:49:43 -06:00
  • dceea5ad87 coll/tuned: Revert RSB and RS default algorithms William Zhang 2020-08-25 08:41:23 -07:00
  • b1874e400e
    Merge pull request #8019 from wckzhang/rsbandrsfix Brian Barrett 2020-08-25 15:02:31 -07:00
  • 57b95bcb45 coll/tuned: Revert RSB and RS default algorithms William Zhang 2020-08-25 08:41:23 -07:00
  • ee592f3672 Address the comments on the PR. George Bosilca 2020-07-23 16:39:36 -04:00
  • e59bde912e Remove the code handling zero count cases in ADAPT. Set request in ibcast.c to empty when the count is 0. Xi Luo 2020-05-08 01:04:27 -04:00
  • c2970a3695 Correctly handle non-blocking collectives tags As it is possible to have multiple outstanding non-blocking collectives provided by different collective modules, we need a consistent mechanism to allow them to select unique tags for each instance of a collective. George Bosilca 2020-05-07 23:59:56 -04:00
  • 8582e10d2b Consistent handling of zero counts in the MPI API. George Bosilca 2020-05-07 18:09:35 -04:00
  • d71264569e Fix the atomic management of the bcast and reduce freelist API consistent with other collective modules Add comments Other minor cleanups. George Bosilca 2020-05-07 14:42:02 -04:00
  • a4be3bb93d Coll/adapt Bull (#15) bsergentm 2020-05-06 18:30:03 +02:00
  • fe73586808 Add ADAPT module Xi Luo 2018-06-24 21:33:57 -04:00
  • 6df0e53421 suppress icc long double message Howard Pritchard 2020-08-19 21:38:11 +00:00
  • c4eb2fe40a
    Merge pull request #8014 from hppritcha/topic/fix_ofi_mtl_mrecv_v41x Jeff Squyres 2020-08-19 13:50:25 -04:00
  • 833f8b2b41 ofi mtl: fix problem with mrecv Howard Pritchard 2020-08-18 15:39:19 -06:00
  • eefaadf7f1
    Merge pull request #8012 from hppritcha/topic/mprobe_with_ofi_fix Howard Pritchard 2020-08-18 17:21:37 -06:00
  • e6f81ed6d6 ofi mtl: fix problem with mrecv Howard Pritchard 2020-08-18 15:39:19 -06:00
  • bf4e1b4376
    Merge pull request #8008 from jsquyres/pr/cleanup-of-mpi-errors-and-exceptions Jeff Squyres 2020-08-17 16:41:25 -04:00
  • f63d6e2335
    Merge pull request #7998 from wckzhang/v4.1.x Brian Barrett 2020-08-17 12:12:07 -07:00
  • 2a0757f997
    Merge pull request #8006 from bosilca/fix/smcuda_alignment Jeff Squyres 2020-08-17 15:08:42 -04:00
  • 20c772e733 Cleanup language about MPI exceptions --> errors Jeff Squyres 2020-08-17 13:53:17 -04:00
  • 1e11933660 ompi: cleanup C++ MPI::ERRORS_THROW_EXCEPTIONS Jeff Squyres 2020-08-17 12:48:31 -04:00
  • a81c16b9d0 Fix the cacheline usage in the CUDA BTL. George Bosilca 2020-08-14 14:36:33 -04:00
  • 27c252e211 btl/ofi: Disable ofi_rxm provider William Zhang 2020-08-11 13:59:26 -07:00
  • 357ac2e2f5 btl/ofi: Disable EFA provider in versions earlier than libfabric 1.12.0 William Zhang 2020-07-28 09:24:36 -07:00
  • f3832c1ab9
    Merge pull request #7973 from wckzhang/btlexclude Brian Barrett 2020-08-12 13:34:03 -07:00
  • e7b5e2550b
    Merge pull request #7997 from bwbarrett/backports/v4.1.x-7957 Jeff Squyres 2020-08-12 10:12:44 -04:00
  • c20626e60d Check unaligned ops for correctness. George Bosilca 2020-07-22 11:26:07 -04:00
  • eb9ced786a Use the unaligned SSE memory access primitive. George Bosilca 2020-07-22 01:19:12 -04:00
  • 41acfee2bb btl/ofi: Disable ofi_rxm provider William Zhang 2020-08-11 13:59:26 -07:00
  • 22163d37b5
    Merge pull request #7991 from wckzhang/v4.1.x Brian Barrett 2020-08-11 11:21:07 -07:00
  • ec04896d70
    Merge pull request #7995 from mkurnosov/fix-parsing-locality-strng Brian Barrett 2020-08-11 11:20:08 -07:00
  • 11620038f9 Fix a typo in parsing locality string: L0 changed to L1 (prte_hwloc_base_get_locality_string never returns locality string with L0). Mikhail Kurnosov 2020-08-11 08:43:47 +07:00
  • b6a06ca37b
    Merge pull request #7974 from abouteiller/bugfix/vader_des_tag bosilca 2020-08-11 11:13:14 -04:00
  • 1d07933a78
    Merge pull request #7992 from mkurnosov/fix-parsing-locality-str Josh Hursey 2020-08-11 08:58:59 -05:00
  • 4708458d6b Fix a typo in parsing locality string: L0 changed to L1 (prte_hwloc_base_get_locality_string never returns locality string with L0). Mikhail Kurnosov 2020-08-11 08:43:47 +07:00
  • abe3aaa4a7 btl/ofi: Use common provider include/exclude list William Zhang 2020-07-31 11:47:22 -07:00
  • 9a0f661a66
    Merge pull request #7975 from wckzhang/btlcommonlist Jeff Squyres 2020-08-10 14:41:53 -04:00
  • a44914cb6b
    Merge pull request #7915 from bosilca/fix/intel_2330_warning_take2 Nathan Hjelm 2020-08-08 06:30:15 -06:00
  • f5cb1a49b1
    Merge pull request #7897 from cniethammer/cmd_line_fixes Jeff Squyres 2020-08-08 07:13:22 -04:00
  • 8a2127bcd3
    Merge pull request #7984 from abouteiller/bugfix/java-errh Aurelien Bouteiller 2020-08-06 11:47:31 -04:00
  • e6c7731d9b
    Missing function to populate java error handler abort Aurelien Bouteiller 2020-08-05 01:20:16 -04:00
  • 9dad6f4c2c threads: fix a problem hit when using ex-hwloc Howard Pritchard 2020-06-25 09:05:32 -06:00
  • efbc6ff6a5
    Merge pull request #7798 from abouteiller/mpi-next/unbounderr-self Aurelien Bouteiller 2020-08-03 15:59:14 -04:00
  • 704d019dc1
    Merge pull request #7952 from wckzhang/v4.1.x Brian Barrett 2020-08-03 12:05:39 -07:00
  • ee149fcfcb
    MPI3 (unchanged in 4) says that errors after MPI_REQUEST_FREE are FATAL Aurelien Bouteiller 2020-07-28 10:57:14 -04:00
  • bec7dfc1b1
    Errors in non-api calls remain fatal Aurelien Bouteiller 2020-07-24 02:13:52 -04:00
  • e0df0f4bd9
    Make errors_mpi3 compat a global mpi-3 compatibility flag Aurelien Bouteiller 2020-06-19 13:27:38 -04:00
  • 7dfe6c1adc
    Thread-shift errors reported by PMIx to the main MPI progress engine Aurelien Bouteiller 2020-06-19 13:02:09 -04:00
  • 9b8f463a76 btl/ofi: Use common provider include/exclude list William Zhang 2020-07-31 11:47:22 -07:00
  • dfb0ae748f
    Merge pull request #7681 from janjust/master-tls-refactor_v3 Artem Polyakov 2020-07-31 10:39:53 -07:00
  • a7dcfd9874 btl/ofi: Disable EFA provider in versions earlier than libfabric 1.12.0 William Zhang 2020-07-28 09:24:36 -07:00
  • 8e0cb1d49d
    des->tag = hdr->frag, should be hdr->tag Aurelien Bouteiller 2020-07-30 14:02:22 -04:00
  • 2c8da2c0a9 Further code reduction and simplifications. Tommy Janjusic 2020-07-29 09:47:15 -05:00
  • cbfc9a3263 opal/mca/common/ucx: Use new TSD api Tomislav Janjusic 2020-07-15 22:18:13 +03:00
  • 72296e12f4 opal/common/ucx: -mutex lock/unlock suggestions -common destructor/cleanup Tomislav Janjusic 2020-07-08 22:52:55 +03:00
  • 27ba4b612f ompi/osc/ucx: Remove workerpool's global thread storage tables. Tomislav Janjusic 2020-07-16 23:02:27 +03:00
  • 5a13c5352f coll/tuned: Change the default collective algorithm selection William Zhang 2020-05-13 14:03:18 -07:00
  • 41df122083
    Merge pull request #7730 from wckzhang/newdefaults Brian Barrett 2020-07-28 15:27:46 -07:00
  • ce40cfbaa5 coll/tuned: Change the default collective algorithm selection William Zhang 2020-05-13 14:03:18 -07:00
  • d0152eb51e
    Merge pull request #7940 from awlauria/revert_libevent_commit Austen Lauria 2020-07-28 11:34:59 -04:00
  • e08e15cf93
    Merge pull request #7959 from cniethammer/configure-leak-fix-v4.1.x Brian Barrett 2020-07-28 08:06:11 -07:00
  • c07d77fbf2
    Merge pull request #7957 from bosilca/fix/avx_alignment Jeff Squyres 2020-07-27 15:50:40 -04:00
  • 36bcc48dc1
    Merge pull request #7902 from vspetrov/v4.1.x_hcoll_reduce_scatter Jeff Squyres 2020-07-27 15:50:09 -04:00
  • 6b4e2f02f8
    Merge pull request #7956 from tomhers/topic/fix_ofi_btl_include_file Jeff Squyres 2020-07-27 15:26:01 -04:00
  • e5ef80fe8c
    Merge pull request #7936 from janjust/master-new-tsd-thread-api Artem Polyakov 2020-07-24 14:58:03 -07:00
  • 863a058f8d
    Merge pull request #7964 from rhc54/topic/sync Ralph Castain 2020-07-24 14:57:32 -07:00
  • 8c0269cd4f
    Sync to PRRTE master Ralph Castain 2020-07-24 14:11:34 -07:00
  • d809f6ba27 New TSD API interface fix for various components Tomislav Janjusic 2020-07-24 18:29:40 +03:00
  • cba5a0e117 Rename tsd interface function calls Tomislav Janjusic 2020-07-14 04:36:14 +03:00
  • cb1955bb53 Fix renamed interface functions for argo, q, and pthreads Tomislav Janjusic 2020-07-14 04:14:27 +03:00
  • 07dc86eb3a opal/thread: New TSD API Tomislav Janjusic 2020-06-26 06:04:40 +03:00
  • 06c585c316
    Merge pull request #7962 from rhc54/topic/sync Ralph Castain 2020-07-23 16:22:32 -07:00
  • c0bc89dc50
    Sync to PMIx and PRRTE master Ralph Castain 2020-07-23 12:35:17 -07:00
  • 06c563625a
    Add a test for mpi_errors_mpi3 behavior and non-catastrophic errors Aurelien Bouteiller 2020-06-09 15:19:55 -04:00
  • b37202c74e
    Add compliance mode with MPI-4 routing of errors to MPI_COMM_SELF by default And other streamlining of aborting behavior. Aurélien Bouteiller 2020-05-07 18:57:32 -04:00
  • c4e88a43a3
    Check unaligned ops for correctness. George Bosilca 2020-07-22 11:26:07 -04:00
  • 366e92ce54
    Merge pull request #7860 from vspetrov/hcoll_reduce_scatter Joshua Ladd 2020-07-22 09:45:34 -04:00
  • e0bd64f843 Fix memory leak in configure, which prevents leak sanitizer usage Christoph Niethammer 2020-07-21 19:41:37 +02:00
  • b6d71aa893
    Use the unaligned SSE memory access primitive. George Bosilca 2020-07-22 01:19:12 -04:00
  • 30ba603c2c
    Merge pull request #7953 from cniethammer/configure-leak-fix Jeff Squyres 2020-07-21 16:34:27 -04:00
  • 6564c1b942 Fix memory leak in configure, which prevents leak sanitizer usage Christoph Niethammer 2020-07-21 19:41:37 +02:00
  • 816acbdfb1
    Merge pull request #7840 from abouteiller/mpi-next/init-errh Aurelien Bouteiller 2020-07-21 11:55:14 -04:00
  • 18418bfdf6
    Merge pull request #7943 from dancejic/multi-4.1.x Brian Barrett 2020-07-20 12:22:20 -07:00
  • 981b8858e7
    Merge pull request #7951 from devreal/v4.1.x Jeff Squyres 2020-07-20 15:12:59 -04:00
  • 60aa97b301
    Merge pull request #7948 from devreal/osc-rdma-check-endpoints Joseph Schuchart 2020-07-20 15:14:25 +02:00
  • 1139d9ecae
    Merge pull request #7931 from bosilca/fix/7928 bosilca 2020-07-18 17:35:39 -04:00
  • 3d08d790e9 osc/rdma: fail query_btls if no endpoint for non-local peer is found Joseph Schuchart 2020-07-16 17:06:35 +02:00
  • bd16024a0b
    Merge pull request #7946 from gpaulsen/topic/v4.1.x/README_for_SLURM_binding Brian Barrett 2020-07-16 12:50:15 -07:00
  • eebc451ec8 osc/rdma: fail query_btls if no endpoint for non-local peer is found Joseph Schuchart 2020-07-16 17:06:35 +02:00
  • 7118755ae8
    Add a tester for the initial error handler Aurelien Bouteiller 2020-06-16 04:21:25 -04:00
  • 5f1f7fe313
    route errors to self/initial error handler depending upon the state of MPI initialization Aurelien Bouteiller 2020-06-16 04:20:24 -04:00
  • bed909c3ba
    Read the info key mpi_initial_errhandler from spawn/spawn_multiple Aurélien Bouteiller 2020-06-11 12:03:19 -04:00