I have recently installed the HPC Toolkit via package manager and am looking to run the available tests in the mpi directory.
However, when I run
mpiifx test.f90 -o test
and then follow it with
mpirun -np 4 ./test
I receive the error forrtl: severe (168): Program Exception - illegal instruction
For reference I am using Ubuntu 22.04 and the 2024.2 (most recent package manager option for HPC as of now) HPC Toolkit.
I have attempted using the docker package to place things into containers, per advice from another user who tried this resolution and it worked. I was unsuccessful
Please feel free to ask for any more details and I look forward to resolving this!
Thanks!
Garrett Staller is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.