Page 1 of 1

Segmentation Fault

Posted: Sun Jul 04, 2021 9:07 am
by Fermi1976
Hi Vasp Users

I compiled VASP 5.4.4 using Intel oneAPI compiler. Unfortunately, when I tried to run it, I got the below error messages (bad termination, exit codes: 9 and 11).

BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 0 PID 9455 RUNNING AT HP-Z420-Workstation
= KILLED BY SIGNAL: 9 (Killed)

BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK 1 PID 9456 RUNNING AT HP-Z420-Workstation
= KILLED BY SIGNAL: 11 (Segmentation fault)

VASP has been compiled with parallel / Fortran/ dgf5/fftw options. Can anyone suggest other best compiling options to compile VASP using INTEL oneAPI.

I would be grateful if someone helps in this regard.

Re: Segmentation Fault

Posted: Mon Jul 05, 2021 6:21 am
by henrique_miranda
Could you please post the makefile.include that you used?

Did you set

Code: Select all

ulimit -s unlimited
in your bashrc?