Skip to content

Run oct-local_multipoles with MPIEXEC

Meisam Tabriz requested to merge local_multipoles_test_mpi into develop

Description

Depending on the test environment, MPI applications may or may not start when executed without an MPI launcher.

Here’s a sample error message (intel/19.1.1 compiler, impi/2019.7):

Abort(*****) on node 0 (rank 0 in comm 0): Fatal error in
PMPI_Init_thread: Other MPI error, error stack:
MPIR_Init_thread(136)............:
MPID_Init(709)...................:
MPIR_pmi_init(184)...............:
build_nodemap(1519)..............:
MPIR_NODEMAP_build_nodemap(513)..:
MPIR_NODEMAP_publish_node_id(105): PMI_KVS_Commit returned -1

Checklist

  • [N/A] I have checked that my code follows the Octopus coding standards
  • [N/A] I have added tests for all the new features added in this request.

Merge request reports