parallel snappyHexMesh errors
Summary
Module: OpenFabrics (openib) problem, can't run snappyHexMesh in parallel
Steps to reproduce
I am running openFoam2306 OpenSuse15.5 rpm packages and "tutorials/mesh/snappyHexMesh/gap_detection/" example and I get an error when I try to execute Allrun and do snappyHexMesh in parallel
[[53808,1],7]: A high-performance Open MPI point-to-point messaging module was unable to find any relevant network interfaces:
Module: OpenFabrics (openib) Host: (my computer name)
Caught signal 4 (Illegal instruction: illegal operand) ==== backtrace (tid: 16643) ==== 0 0x0000000000016910 __funlockfile() ???:0 1 0x000000000082eb52 fi_getinfo() ???:0 2 0x0000000000828d17 fi_getinfo() ???:0 3 0x0000000000839707 fi_getinfo() ???:0 4 0x0000000000817833 fi_getinfo() ???:0 5 0x000000000005369b fi_getinfo() ???:0 6 0x00000000000048bb ompi_mtl_ofi_progress_no_inline() ???:0 7 0x00000000000a5190 ompi_mtl_base_select() ???:0 8 0x000000000000541a mca_pml_cm_cancel() ???:0 9 0x00000000000ad645 mca_pml_base_select() ???:0 10 0x000000000004c797 ompi_mpi_init() ???:0 11 0x000000000006cbc8 PMPI_Init_thread() ???:0 12 0x000000000000dc42 Foam::UPstream::init() ???:0 13 0x0000000000413feb Foam::argList::argList() ???:0 14 0x000000000001955d main() ???:0 15 0x000000000003524d __libc_start_main() ???:0 16 0x000000000001f9ca _start() /home/abuild/rpmbuild/BUILD/glibc-2.31/csu/../sysdeps/x86_64/start.S:120
mpirun noticed that process rank 7 with PID 0 on node (my computer name) exited on signal 4 (Illegal instruction).
and snappyHexMesh is failing
Probably something is not installed or is not compiled correctly.