Vasp 5.3.5 + PGI 15.4 compile failed in minimax_tabs.f

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

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
JR
Newbie
Newbie
Posts: 7
Joined: Tue May 05, 2009 9:34 am
License Nr.: 1073
Location: Sydney, Australia
Contact:

Vasp 5.3.5 + PGI 15.4 compile failed in minimax_tabs.f

#1 Post by JR » Tue Apr 28, 2015 11:42 pm

Good Day,
When trying to compile Vasp 5.3.5 with PGI 15.4 compilers it is failing while trying to compile minimax_tabs.f. Error shown below.
I can compile 5.3.3 as it appears to not contain the minimax_tabs file.

Code: Select all

pgf90 -i8 -Mfree -Mcache_align    -O2  -c minimax_tabs.f
PGF90-W-0031-Illegal data type length specifier for real (minimax_tabs.f: 29)
PGF90-W-0031-Illegal data type length specifier for lambda_time (minimax_tabs.f: 29)
PGF90-W-0031-Illegal data type length specifier for real (minimax_tabs.f: 30)
PGF90-W-0031-Illegal data type length specifier for lambda_freq (minimax_tabs.f: 30)
PGF90-W-0031-Illegal data type length specifier for real (minimax_tabs.f: 31)
PGF90-W-0031-Illegal data type length specifier for lambda_freq0 (minimax_tabs.f: 31)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-S-0081-Illegal selector - KIND parameter has unknown value for data type  (minimax_tabs.f: 40)
PGF90-F-0008-Error limit exceeded (minimax_tabs.f: 40)
PGF90/x86-64 Linux 15.4-0: compilation aborted
make: *** [minimax_tabs.o] Error 2

Post Reply