Dear administer:
When I tried to compile vasp using intel compiler on Ubuntu 7.10, it has following error message when using make in vasp.4.lib/ directory:
~/vasp/src/vasp.4.lib$ make
/opt/intel/fc/10.1.011/bin/ifort -O0 -FI -FR -c preclib.f
Unknown option: GLOB_diag_file
compilation aborted for preclib.f (code 1)
make: *** [preclib.o] Error 1
What does this error message mean? Thanks a lot.
GLOB_diag_file problem in vasp compiling
Moderators: Global Moderator, Moderator
GLOB_diag_file problem in vasp compiling
Last edited by lqzhang on Fri Feb 15, 2008 3:32 am, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
GLOB_diag_file problem in vasp compiling
sorry, this is not vasp-related. please ask your sys admin.
Last edited by admin on Fri Feb 15, 2008 9:07 am, edited 1 time in total.
GLOB_diag_file problem in vasp compiling
I used intel compiler and mkl. Their editions are very new. I think that could be the problem on installation on Ubuntu7.10. But how to solve the problem? which way to go? could you give me more information on why that kind of problem could show up? thanks a lot.
Last edited by lqzhang on Sun Feb 17, 2008 1:34 am, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
GLOB_diag_file problem in vasp compiling
please use a compiler release which is stable, or ask the developers of Intel.
Last edited by admin on Mon Feb 18, 2008 8:54 am, edited 1 time in total.
GLOB_diag_file problem in vasp compiling
Thanks for your information. By testing a small program using ifort, I found that the ifort could not work correctly and it showed same error message. So I reinstallted the ifort and it can work well now. The vasp compilation has no such kind of error message now. I hope it can help others suffering from similar kind of situation.
Last edited by lqzhang on Tue Feb 19, 2008 9:09 pm, edited 1 time in total.