Segmentation Fault

Question on input files/tags, interpreting output, etc.

Please check whether the answer to your question is given in the VASP online manual or has been discussed in this forum previously!

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
Fermi1976
Newbie
Newbie
Posts: 1
Joined: Fri Aug 25, 2017 11:33 am
License Nr.: 5-2268

Segmentation Fault

#1 Post by Fermi1976 » Sun Jul 04, 2021 9:07 am

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.

henrique_miranda
Global Moderator
Global Moderator
Posts: 414
Joined: Mon Nov 04, 2019 12:41 pm
Contact:

Re: Segmentation Fault

#2 Post by henrique_miranda » Mon Jul 05, 2021 6:21 am

Could you please post the makefile.include that you used?

Did you set

Code: Select all

ulimit -s unlimited
in your bashrc?

Post Reply