compiling in redhat enterprise 4.0

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


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
yjwang
Newbie
Newbie
Posts: 10
Joined: Tue Dec 02, 2008 6:41 am
License Nr.: 994

compiling in redhat enterprise 4.0

#1 Post by yjwang » Wed Dec 17, 2008 1:35 am

Hi, everybody.
My compiling on this server was often blocked by this error which I can't understand, no matter I want the serial version or the parellel version. Please help me. Thanks.


> ifort -FR -lowercase -cm -w95 -tpp2 -safe_cray_ptr -O0 -c main.f90
> fortcom: Error: main.f90, line 259: Error in opening the Library module file. [AEDENS]
> USE aedens
> ----------^
> compilation aborted for main.f90 (code 1)
> make: *** [main.o] Error 1


The FORTRAN compiler I used is ifort 9.0.

The information of my server is like this.
Linux hp 2.4.21-20.EL #1 SMP Wed Aug 18 20:30:22 EDT 2004 ia64 ia64 ia64 GNU/Linux (the result of uname -a)
Last edited by yjwang on Wed Dec 17, 2008 1:35 am, edited 1 time in total.

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

compiling in redhat enterprise 4.0

#2 Post by admin » Fri Dec 19, 2008 1:20 pm

please use an appropriate makefile for the vasp release. aedens was new since 4.6.34, therefore please either add it to the makefile at the end of SOURCE part or use a makefile delivered with this version
Last edited by admin on Fri Dec 19, 2008 1:20 pm, edited 1 time in total.

Post Reply