VASP 5.4.4 compilation error

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

Moderators: Global Moderator, Moderator

Locked
Message
Author
cazade
Newbie
Newbie
Posts: 3
Joined: Wed Jan 29, 2020 4:45 pm

VASP 5.4.4 compilation error

#1 Post by cazade » Fri Apr 03, 2020 9:13 am

Dear VASP users,

I have been trying to compile VASP on my workstation with gfortran and stumbled on this error while compiling wave.F:

mpif90 -ffree-form -ffree-line-length-none -w -frepack-arrays -O2 -I/usr/include -c wave.f90
wave.f90:1208:15:

W1%CPTWFP=>W%CPTWFP(:,:,:,ISPIN)
1
Error: Assignment to contiguous pointer from non-contiguous target at (1)

Is there a way to fix this? There doesn't seem to be a keyword in the gnu compiler to address this issue.

Regards,
Pierre

merzuk.kaltak
Administrator
Administrator
Posts: 277
Joined: Mon Sep 24, 2018 9:39 am

Re: VASP 5.4.4 compilation error

#2 Post by merzuk.kaltak » Mon Apr 06, 2020 8:13 am

Please upload more information as described in the forum posting guidelines.

cazade
Newbie
Newbie
Posts: 3
Joined: Wed Jan 29, 2020 4:45 pm

Re: VASP 5.4.4 compilation error

#3 Post by cazade » Mon Apr 13, 2020 8:23 am

Dear VASP users,

Please find attached to this message a zip file containing the makefile.include I am using and the stdout (make.log) from make.

Regards,
Pierre
You do not have the required permissions to view the files attached to this post.

merzuk.kaltak
Administrator
Administrator
Posts: 277
Joined: Mon Sep 24, 2018 9:39 am

Re: VASP 5.4.4 compilation error

#4 Post by merzuk.kaltak » Wed Apr 29, 2020 7:44 am

The origin of the error is explained in this thread.
Closing this thread due to double post.

Locked