After installing:
parallel_studio_xe_2019_update3_cluster_edition.tgz
on any of the following OSes:
CentOS 7.6 / RHEL 7.6 / RHEL 8.0
and sourcing the corresponding env file:
source /opt/intel/bin/compilervars.sh -arch intel64 -platform linux
the following simple mpirun command:
mpirun -ppn 1 -n 1 -hosts localhost hostname
fails with the following error:
/opt/intel/compilers_and_libraries_2019.3.199/linux/mpi/intel64/bin/mpirun: line 103: 63486 Floating point exceptionmpiexec.hydra "$@" 0<&0
Is anybody else experiencing the same issue?
Thank you.