Compiling problem with PGI 7.1

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


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
abalone
Newbie
Newbie
Posts: 15
Joined: Tue Jan 08, 2008 7:58 pm

Compiling problem with PGI 7.1

#1 Post by abalone » Fri Mar 21, 2008 9:55 pm

OS: Red Hat Enterprise Linux AS release 4 (Nahant Update 6)
CPU:Dual Core Opteron 2222SE 2nd Processor
Compiler: PGI 7.1

Error INFO:
.....
pgf90 -Mfree -Mx,119,0x200000 -O2 -tp p6 -c mgrid.f
./preprocess <mkpoints.F | /usr/bin/cpp -P -C -traditional >mkpoints.f -DHOST=\"LinuxPgi\" -Dkind8 -DNGXhalf -DCACHE_SIZE=2000 -DPGF90 -Davoidalloc -DRPROMU_DGEMV
pgf90 -Mfree -Mx,119,0x200000 -O2 -tp p6 -c mkpoints.f
./preprocess <wave.F | /usr/bin/cpp -P -C -traditional >wave.f -DHOST=\"LinuxPgi\" -Dkind8 -DNGXhalf -DCACHE_SIZE=2000 -DPGF90 -Davoidalloc -DRPROMU_DGEMV
pgf90 -Mfree -Mx,119,0x200000 -O2 -tp p6 -c wave.f
PGF90-F-0000-Internal compiler error. index overflow 4 (wave.f: 1320)
PGF90/x86 Linux 7.1-2: compilation aborted
make: *** [wave.o] Error 2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The compiling looks fine until it comes to the wave.f file. Can anyone help me with this?

BTW, I am using the makefile.linux_pg。

Also, if no one answers my question here, who can I turn to for help?

Thanks.

<span class='smallblacktext'>[ Edited ]</span>
Last edited by abalone on Fri Mar 21, 2008 9:55 pm, edited 1 time in total.

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

Compiling problem with PGI 7.1

#2 Post by admin » Mon Apr 07, 2008 6:09 am

please contact your sys admin or the Portland group helpdesk.
This error did not show up with older pgi releases, therefore, the 'internal compiler error' message probably is true and the compilation aborts because of a compiler bug
Last edited by admin on Mon Apr 07, 2008 6:09 am, edited 1 time in total.

Post Reply