textfile containing options (like pathinfo, but extended and will be directly used by the Makefile)

This commit is contained in:
Martin Diehl 2014-01-11 17:16:51 +00:00
parent 2262098ed4
commit 4271f65d05
1 changed files with 15 additions and 0 deletions

15
installation/options Normal file
View File

@ -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