VASP 5.4.4.p12 compilation error

Questions regarding the compilation of VASP on various platforms: hardware, compilers and libraries, etc.

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
lu_cheng1
Newbie
Newbie
Posts: 1
Joined: Wed Aug 12, 2020 6:16 am

VASP 5.4.4.p12 compilation error

#1 Post by lu_cheng1 » Fri Oct 16, 2020 2:48 am

Dear VASP users,

I have been trying to compile VASP on my workstation and stumbled on this error while compiling constrmag.f90:

fpp -f_com=no -free -w0 constrmag.F constrmag.f90 -DHOST=\"LinuxIFC\" -DMPI -DMPI_BLOCK=8000 -Duse_collective -DscaLAPACK -DC
ACHE_SIZE=4000 -Davoidalloc -Duse_bse_te -Dtbdyn -Duse_shmemmpiifort -free -names lowercase -assume byterecl -w -O2 -xhost -I/public/software//compiler/intel/intel-compiler-2017.5.239/m
kl/include/fftw -c constrmag.f90catastrophic error: **Internal compiler error: segmentation violation signal raised** Please report this error along with the
circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.compilation aborted for constrmag.f90 (code 1)
make[2]: *** [constrmag.o] Error 1
make[2]: Leaving directory `/public/home/chenwt/.dir/software/vasp.5.4.4.pl2/build/ncl'
cp: cannot stat ‘vasp’: No such file or directory
make[1]: *** [all] Error 1
make[1]: Leaving directory `/public/home/chenwt/.dir/software/vasp.5.4.4.pl2/build/ncl'
make: *** [ncl] Error 2

vasp_gam and vasp_std have been compiled successfully,just only vasp_ncl can't be done.
what should I do?

Regards,
Aron

ferenc_karsai
Global Moderator
Global Moderator
Posts: 422
Joined: Mon Nov 04, 2019 12:44 pm

Re: VASP 5.4.4.p12 compilation error

#2 Post by ferenc_karsai » Mon Oct 19, 2020 11:48 am

Can you please write us which toolchain you use (fortran compiler, mpi, etc.).
It looks like you get a compiler error. Please try compilation also wihout any optimization (-o0).

Post Reply