lauto and icalls should be saved in dos.F

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

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
davem
Newbie
Newbie
Posts: 1
Joined: Thu Nov 11, 2004 3:50 pm
License Nr.: 757

lauto and icalls should be saved in dos.F

#1 Post by davem » Thu Nov 11, 2004 4:30 pm

In subroutine DENSTA, the variables lauto and icalls need
to be saved with a save statement.

Either or both could be overwritten without a save.

Thanks,
Dave
Last edited by davem on Thu Nov 11, 2004 4:30 pm, edited 1 time in total.

admin
Administrator
Administrator
Posts: 2922
Joined: Tue Aug 03, 2004 8:18 am
License Nr.: 458

lauto and icalls should be saved in dos.F

#2 Post by admin » Wed Nov 24, 2004 7:51 am

according to FORTRAN 90 standard, all variables which are initialized in a
subroutine are set SAVE automatically
Last edited by admin on Wed Nov 24, 2004 7:51 am, edited 1 time in total.

Post Reply