Page 1 of 1

compiling in redhat enterprise 4.0

Posted: Wed Dec 17, 2008 1:35 am
by yjwang
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)

compiling in redhat enterprise 4.0

Posted: Fri Dec 19, 2008 1:20 pm
by admin
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