vasp installation problem

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

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
sushil448
Newbie
Newbie
Posts: 7
Joined: Fri May 26, 2006 4:19 am

vasp installation problem

#1 Post by sushil448 » Fri Jun 09, 2006 7:38 am

Dear VASP users,
I am trying to install VASP on PIII machine with Redhat linux OS. The compiler I used is intel fortran compiler 9.0 and blas package is intel math cornel library 8.0.2. While compiling I am getting the error message:
.......
make: ifc: command not found
make: *** [base.o] Error 127

Could you please suggest me why am I getting the error message? How can it be solved?
Your help will be greatly appreciated.
Thank you.
Last edited by sushil448 on Fri Jun 09, 2006 7:38 am, edited 1 time in total.

Veronika
Jr. Member
Jr. Member
Posts: 70
Joined: Wed Feb 02, 2005 4:14 pm

vasp installation problem

#2 Post by Veronika » Fri Jun 09, 2006 7:45 am

the intel fortran compiler is called ifort and not ifc at least in the 9.0 version
Last edited by Veronika on Fri Jun 09, 2006 7:45 am, edited 1 time in total.

sushil448
Newbie
Newbie
Posts: 7
Joined: Fri May 26, 2006 4:19 am

vasp installation problem

#3 Post by sushil448 » Sun Jun 11, 2006 9:24 pm

Thanks Veronika!
So, is the error due to incorrect Makefile? Which Makefile should I use for intel PIII machines?
Last edited by sushil448 on Sun Jun 11, 2006 9:24 pm, edited 1 time in total.

tjf
Full Member
Full Member
Posts: 107
Joined: Wed Aug 10, 2005 1:30 pm
Location: Leiden, Netherlands

vasp installation problem

#4 Post by tjf » Mon Jun 12, 2006 7:55 am

[quote="sushil448"]Which Makefile should I use for intel PIII machines?
[/quote]

Start with the makefile you have and modify it appropriately for the peculiarities of your system. Just like always.
Last edited by tjf on Mon Jun 12, 2006 7:55 am, edited 1 time in total.

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

vasp installation problem

#5 Post by admin » Tue Jun 13, 2006 7:24 am

please also check if the directory in which your compiler is installed is included in your $PATH. Alternatively, call the compiler with its complete path in Makefile.
Last edited by admin on Tue Jun 13, 2006 7:24 am, edited 1 time in total.

Post Reply