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
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 10
- Joined: Tue Dec 02, 2008 6:41 am
- License Nr.: 994
compiling in redhat enterprise 4.0
Last edited by yjwang on Wed Dec 17, 2008 1:35 am, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
compiling in redhat enterprise 4.0
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.