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

Locked
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

support_vasp
Global Moderator
Global Moderator
Posts: 1817
Joined: Mon Nov 18, 2019 11:00 am

Re: Vasp 5.3.5 + PGI 15.4 compile failed in minimax_tabs.f

#2 Post by support_vasp » Wed Sep 04, 2024 12:52 pm

Hi,

We're sorry that we didn’t answer your question. This does not live up to the quality of support that we aim to provide. The team has since expanded. If we can still help with your problem, please ask again in a new post, linking to this one, and we will answer as quickly as possible.

Best wishes,

VASP


Locked