16 lines
633 B
Plaintext
16 lines
633 B
Plaintext
# $Id: pathinfo 2176 2013-02-19 13:35:38Z MPIE\p.eisenlohr $
|
|
# possible options are
|
|
# IMKLROOT base installation directory of Intel Math Kernel Library
|
|
# ACMLROOT base installation directory of AMD Core Math Library
|
|
# LAPACKROOT base installation directory of (system) LAPACK Library
|
|
# MSC base installation directory of MSC.Marc/Mentat
|
|
# FFTWROOT 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
|
|
|
|
FFTWROOT=/usr/local
|
|
LAPACKROOT=/usr
|
|
ACMLROOT=
|
|
IMKLROOT=
|
|
F90=gfortran
|