I am compiling the VASP using MPICH-G2,
but I am getting ERROR,
the details can be found on the following link:
http://www.swan.tk/tmp/make.log
Would you mind telling me what is going wrong??
I am looking forward to your favorable reply, thanks!!
Compiling VASP with IFC Problem
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 7
- Joined: Tue May 31, 2005 3:07 am
- License Nr.: NOT REGISTERED
Compiling VASP with IFC Problem
Last edited by swan2925 on Tue Jun 14, 2005 4:12 pm, edited 1 time in total.
-
- Newbie
- Posts: 7
- Joined: Tue May 31, 2005 3:07 am
- License Nr.: NOT REGISTERED
Compiling VASP with IFC Problem
I am using IFC 7.1, and the error occurred at the very end of the compilation process... I really wish anyone, possibly the support of vasp, can help me to figure out what is going wrong?
Thanks!!
Thanks!!
Last edited by swan2925 on Tue Jun 14, 2005 4:55 pm, edited 1 time in total.
-
- Jr. Member
- Posts: 70
- Joined: Wed Feb 02, 2005 4:14 pm
Compiling VASP with IFC Problem
This is a library problem. Make sure, that you compiled the vasp and the MPI library also with ifc 7.1, and that the paths of both are given correctly in the makefile. This should hopefully solve the problem.
greetings
greetings
Last edited by Veronika on Wed Jun 15, 2005 6:11 am, edited 1 time in total.
-
- Newbie
- Posts: 7
- Joined: Tue May 31, 2005 3:07 am
- License Nr.: NOT REGISTERED
Compiling VASP with IFC Problem
Thanks very much for your kind help first!!!
I have modified the makefile according to your suggestion, now the error "undefined reference to `vmld***'" is gone. by adding the library svml for compilation
(i.e. add -lsvml in the makefile, to be safer I added in some more lib using $VML).
However the error "undefined reference to `mpi_***'" havn't be solved yet.
The updated make log:
http://www.swan.tk/tmp/make.log
The updated makefile:
http://www.swan.tk/tmp/makefile.txt
Would you mind helping me to have a look on it again??
Anyway, thanks twice for your kindhelp!!
I have modified the makefile according to your suggestion, now the error "undefined reference to `vmld***'" is gone. by adding the library svml for compilation
(i.e. add -lsvml in the makefile, to be safer I added in some more lib using $VML).
However the error "undefined reference to `mpi_***'" havn't be solved yet.
The updated make log:
http://www.swan.tk/tmp/make.log
The updated makefile:
http://www.swan.tk/tmp/makefile.txt
Would you mind helping me to have a look on it again??
Anyway, thanks twice for your kindhelp!!
Last edited by swan2925 on Wed Jun 15, 2005 7:38 am, edited 1 time in total.
-
- Jr. Member
- Posts: 70
- Joined: Wed Feb 02, 2005 4:14 pm
Compiling VASP with IFC Problem
I am really deeply sorry but I don't know what this could be, if you really compiled also the mpi with ifc 7.1 and the linking is correct ...
greetings
greetings
Last edited by Veronika on Thu Jun 16, 2005 6:14 am, edited 1 time in total.