Page 1 of 1

question about Makefile

Posted: Thu Nov 11, 2010 7:52 am
by mguo1985
Could you give me a detail explanation about the Makefile in vasp and vasp.lib?

question about Makefile

Posted: Thu Nov 11, 2010 11:31 am
by alex
About the nature of a makefile or the meaning of abbreviations?

Cheers,

alex

question about Makefile

Posted: Fri Nov 12, 2010 1:11 am
by mguo1985
yes. My system is list in the following, how to modify the makefile of vasp and vasp.lib

Compute system: RedHat AS 5 update3
MPI intel mpi 3.1
Some programe :
Intel C/C++ Compiler (32bit) 10.1.021 /opt/intel/cc/10.1.021
Intel C/C++ Compiler (64bit) 10.1.021 /opt/intel/cce/10.1.021
Intel Fortran Compiler (32bit) 10.1.021 /opt/intel/fc/10.1.021
Intel Fortran Compiler (64bit) 10.1.021 /opt/intel/fce/10.1.021
Intel MKL 9.1.018 /opt/intel/mkl/9.1.018
Intel MKL 10.1.2.024 /opt/intel/mkl/10.1.2.024
Intel MKL 10.2.2.025 /opt/intel/mkl/10.2.2.025
Intel MPI 3.1 /opt/intel/impi/3.1
Perl 5.8.8 /usr/bin
Python 2.4.3 /usr/bin
<span class='smallblacktext'>[ Edited Fri Nov 12 2010, 02:16AM ]</span>

question about Makefile

Posted: Fri Nov 12, 2010 8:02 am
by alex
Which CPUs?

question about Makefile

Posted: Fri Nov 12, 2010 11:25 am
by forsdan
@ mguo1985: Instructions for compiling and linking with libraries are given in the manuals to ifort and to the MKL package, respectively. So I recommend you to start reading these. If you have a more specific question, then please go ahead and ask, but the basic procedure you should learn by yourself by looking in the manuals (or online tutorials).

Best regards,
/Dan


<span class='smallblacktext'>[ Edited Fri Nov 12 2010, 12:28PM ]</span>