Difference between revisions of "Benchmarking: VASP5.3"

From Define Wiki
Jump to navigation Jump to search
(Created page with "== VASP 5.3 == Download from www.vasp.atv == Compilation == In the source directory you will find two tar files. Untar both of them. <syntaxhighlight> vasp.X.tar.gz vasp.X.lib....")
(No difference)

Revision as of 14:56, 2 April 2014

VASP 5.3

Download from www.vasp.atv


Compilation

In the source directory you will find two tar files. Untar both of them.

vasp.X.tar.gz  
vasp.X.lib.tar.gz


In each directory copy one of the makefiles to 'makefile' and change the compilers to the ones. (ifc -> ifort)

cd vasp.5.3
cp makefile.linux_ifc_P4 makefile
make
cd vasp.5.lib
cp makefile.linux_ifc_P4 makefile
make