Intel ONEAPI MPI Error

Running the hello_world MPI produces the following Error:

$ mpiifort -o hello_world.fxo hello_world.f
$ mpirun -np 4 ./hello_world.fxo
[1648647406.357377] [srvx1:765312:0]    ucp_context.c:861  UCX  ERROR The TLs list is empty. Please specify the transports you would like to use or omit the UCX_TLS so that the default will be used.
Abort(1091215) on node 2 (rank 2 in comm 0): Fatal error in PMPI_Init: Other MPI error, error stack:
MPIR_Init_thread(138)........: 
MPID_Init(1139)..............: 
MPIDI_OFI_mpi_init_hook(1428): OFI fi_open domain failed (ofi_init.c:1428:MPIDI_OFI_mpi_init_hook:No such file or directory)

on SRVX1. Jet as well.

Modules:

  • intel-oneapi-compilers/2021.2.0-oneapi-2021.2.0
  • intel-oneapi-mpi/2021.2.0-oneapi-2021.2.0

the library has been installed using spack install intel-oneapi-mpi@2021.2.0 %oneapi. No options enabled. Default installation.

Test file: hello_world.f