textfile containing options (like pathinfo, but extended and will be directly used by the Makefile)
This commit is contained in:
parent
2262098ed4
commit
4271f65d05
|
@ -0,0 +1,15 @@
|
|||
# $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
|
Loading…
Reference in New Issue