Difference between revisions of "Benchmarking: VASP5.3"
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....") |
|||
| Line 24: | Line 24: | ||
make | make | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| + | |||
| + | |||
| + | === Intel Compilation == | ||
| + | |||
| + | Replace -lguide with -liomp5 | ||
Revision as of 15:20, 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
= Intel Compilation
Replace -lguide with -liomp5