From 4271f65d050b127abd66aabf47326be0c22d0389 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 11 Jan 2014 17:16:51 +0000 Subject: [PATCH] textfile containing options (like pathinfo, but extended and will be directly used by the Makefile) --- installation/options | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 installation/options diff --git a/installation/options b/installation/options new file mode 100644 index 000000000..bd40bc106 --- /dev/null +++ b/installation/options @@ -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