19 lines
656 B
Plaintext
19 lines
656 B
Plaintext
# $Id: pathinfo 2176 2013-02-19 13:35:38Z MPIE\p.eisenlohr $
|
|
# possible options are
|
|
# IMKL_ROOT base installation directory of Intel Math Kernel Library
|
|
# ACML_ROOT base installation directory of AMD Core Math Library
|
|
# LAPAC_KROOT base installation directory of (system) LAPACK Library
|
|
# MSC_ROOT base installation directory of MSC.Marc/Mentat
|
|
# FFTW_ROOT base installation directory of Fastest Fourier Transform in the West library
|
|
# Do NOT add any trailing /lib/ to the end
|
|
# of the base installation path---this will be done automatically
|
|
|
|
FFTW_ROOT=
|
|
LAPACK_ROOT=
|
|
ACML_ROOT=
|
|
IMKL_ROOT=
|
|
MSC_ROOT=
|
|
F90=
|
|
DAMASK_NUM_THREADS=2
|
|
|