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.
vasp installation problem
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 7
- Joined: Fri May 26, 2006 4:19 am
vasp installation problem
Last edited by sushil448 on Fri Jun 09, 2006 7:38 am, edited 1 time in total.
-
- Jr. Member
- Posts: 70
- Joined: Wed Feb 02, 2005 4:14 pm
vasp installation problem
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.
-
- Newbie
- Posts: 7
- Joined: Fri May 26, 2006 4:19 am
vasp installation problem
Thanks Veronika!
So, is the error due to incorrect Makefile? Which Makefile should I use for intel PIII machines?
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.
-
- Full Member
- Posts: 107
- Joined: Wed Aug 10, 2005 1:30 pm
- Location: Leiden, Netherlands
vasp installation problem
[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.
[/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.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
vasp installation problem
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.