Difference between revisions of "User:Manoj"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== VASP BENCHMARKING == | == VASP BENCHMARKING == | ||
+ | Intel Machine ( E5-2643 @ 3.30GHz) | ||
+ | |||
+ | Following library and flags were used: | ||
+ | |||
+ | MKLDIR = $(HPC_MKL_DIR) | ||
+ | MKLLIBS = -lmkl_intel_lp64 -lmkl_sequential -lmkl_core | ||
+ | |||
+ | FFTW = Internal VASP FFTs | ||
+ | |||
+ | FFLAGS = -free -names lowercase -assume byterecl | ||
+ | OFLAG = -O2 -xsse2 -unroll-aggressive -warn general | ||
+ | |||
+ | As a first check, SIMD were changed and following is the result: |
Revision as of 20:41, 7 December 2012
VASP BENCHMARKING
Intel Machine ( E5-2643 @ 3.30GHz)
Following library and flags were used:
MKLDIR = $(HPC_MKL_DIR) MKLLIBS = -lmkl_intel_lp64 -lmkl_sequential -lmkl_core
FFTW = Internal VASP FFTs
FFLAGS = -free -names lowercase -assume byterecl OFLAG = -O2 -xsse2 -unroll-aggressive -warn general
As a first check, SIMD were changed and following is the result: