Page 1 of 1

VASP 5.4.4.p12 compilation error

Posted: Fri Oct 16, 2020 2:48 am
by lu_cheng1
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

Re: VASP 5.4.4.p12 compilation error

Posted: Mon Oct 19, 2020 11:48 am
by ferenc_karsai
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).