Hello,
I am trying to run this software: GitHub - akuhara/SEIS_FILO: SEISmological transdimensional inversion tools for Flat and Isotropic Layered structure in the Ocean
It is written in Fortran and I have successfully compiled it (I think), using the following modules:
Currently Loaded Modules:
1) GCCcore/13.3.0 4) GCC/13.3.0 7) XZ/5.4.5 10) hwloc/2.10.0 13) UCX/1.16.0 16) PRRTE/3.0.5 19) FFTW/3.3.10
2) zlib/1.3.1 5) OpenBLAS/0.3.27 8) libxml2/2.12.7 11) OpenSSL/3 14) libfabric/1.21.0 17) UCC/1.3.0
3) binutils/2.42 6) numactl/2.0.18 9) libpciaccess/0.18.1 12) libevent/2.1.12 15) PMIx/5.0.2 18) OpenMPI/5.0.3
Now I am trying to run the examples. For example, one can test the installation by going in subfolder sample/joint_inv and running the script with:
mpirun -np 20 ../../bin/joint_inv joint_inv.in
I specified by salloc job with
salloc -n1 --ntasks=20 --partition=shared-cpu --time=4:00:00 --mem=16G
However I am getting runtime errors “SIGILL: Illegal instruction”:
For example, trying with 4 workers:
mpirun -np 4 ../../bin/joint_inv joint_inv.in
Program received signal SIGILL: Illegal instruction.
Backtrace for this error:
Program received signal SIGILL: Illegal instruction.
Backtrace for this error:
Program received signal SIGILL: Illegal instruction.
Backtrace for this error:
Program received signal SIGILL: Illegal instruction.
Backtrace for this error:
#0 0x14860ac3e72f in ???
#1 0x4025c7 in ???
#2 0x40249c in ???
#3 0x14860ac295cf in ???
#4 0x14860ac2967f in ???
#5 0x4024e4 in ???
#6 0xffffffffffffffff in ???
#0 0x146db0e3e72f in ???
#1 0x4025c7 in ???
#2 0x40249c in ???
#3 0x146db0e295cf in ???
#4 0x146db0e2967f in ???
#5 0x4024e4 in ???
#6 0xffffffffffffffff in ???
#0 0x1471c3e3e72f in ???
#1 0x4025c7 in ???
#2 0x40249c in ???
#3 0x1471c3e295cf in ???
#4 0x1471c3e2967f in ???
#5 0x4024e4 in ???
#6 0xffffffffffffffff in ???
#0 0x147093a3e72f in ???
#1 0x4025c7 in ???
#2 0x40249c in ???
#3 0x147093a295cf in ???
#4 0x147093a2967f in ???
#5 0x4024e4 in ???
#6 0xffffffffffffffff in ???
--------------------------------------------------------------------------
prterun noticed that process rank 2 with PID 1617008 on node cpu155 exited on
signal 4 (Illegal instruction).
--------------------------------------------------------------------------
I am not sure what I did wrong. It runs on my personal ubuntu laptop without issue.
Thanks in advance for any tips/help.
Kind regards
Genevieve