error, forrtl: severe (174): SIGSEGV, segmentation fault occurred (SOLVED)

I'm trying to run a simple estructure in Castep (MS 21.1) with a fresh Centos 8 installation with Processor: Intel(R) Xeon(R) Silver 4108 CPU @ 1.80GHz but i get this error:

forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source  
libDFTD.so 0000152A5F05AEF2 for__signal_handl Unknown Unknown
libpthread-2.28.s 0000152A5F3A2B20 Unknown Unknown Unknown
libc-2.28.so 0000152A5C3927C6 strtok_r Unknown Unknown
libmpi.so.12 0000152A5DD7A991 __I_MPI___intel_s Unknown Unknown
libmpi.so.12 0000152A5DC34BE5 Unknown Unknown Unknown
libmpi.so.12 0000152A5DC378F4 Unknown Unknown Unknown
libmpi.so.12 0000152A5DBD864B Unknown Unknown Unknown
libmpi.so.12 0000152A5DBC5BDB MPI_Init Unknown Unknown
libmpifort.so.12 0000152A5D613240 MPI_INIT Unknown Unknown
castepexe.exe 00000000006288A4 comms_mp_comms_in 847 comms.mpi.F90
castepexe.exe 000000000040AEC3 MAIN__.a 149 castep.f90
castepexe.exe 000000000040AD62 Unknown Unknown Unknown
libc-2.28.so 0000152A5C32B493 __libc_start_main Unknown Unknown
castepexe.exe 000000000040AC69 Unknown Unknown Unknown


I did this too:

export OMP_STACKSIZE=256M
ulimit -s unlimited


I have tested on some Xeon E5xx processors and works with fresh Centos 8 installation.


I have tested on Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz but with Centos 7 and it works, Is it compatibility problem with the processor Silver and Centos 8?


I'd appreciate your help


=============================================================================

SOLUTION:

The problem is mpiexec, i got MPI older version (Version 5.1.2 Build 20151015) and i just do de follow:

- Copy mpiexec (symbolic link to mpiexec.hydra), mpiexec.hydra and mpdroot in /opt/BIOVIA/MaterialsStudio21.1/bin


Maybe is MPI problem with Intel Silver processors and Centos 8, maybe we can report this.