Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
elpa
elpa
Commits
870ac371
Commit
870ac371
authored
Jul 11, 2012
by
Alexander Heinecke
Browse files
fixed bug in Makefile
parent
a97b1bf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ELPA_development_version/test/Makefile
View file @
870ac371
...
...
@@ -13,12 +13,12 @@
# ------------------------------------------------------------------------------
# Settings for Intel Fortran (Linux), Intel Composer XE 2011 (ifort 12.1) with SSE3:
#
F90
=
mpiifort
-O3
-traceback
-g
-fpe0
CC
=
mpiicc
-O3
F90OPT
=
$(F90)
-msse3
CCOPT
=
$(CC)
-msse3
MKL_HOME
=
/opt/intel/mkl/lib/intel64
LIBS
=
-mkl
-L
$(MKL_HOME)
-lmkl_scalapack_lp64
-lmkl_blacs_intelmpi_lp64
#
F90=mpiifort -O3 -traceback -g -fpe0
#
CC=mpiicc -O3
#
F90OPT=$(F90) -msse3
#
CCOPT=$(CC) -msse3
#
MKL_HOME=/opt/intel/mkl/lib/intel64
#
LIBS = -mkl -L$(MKL_HOME) -lmkl_scalapack_lp64 -lmkl_blacs_intelmpi_lp64
#
# ------------------------------------------------------------------------------
# Settings for Intel Fortran (Linux), Intel Composer XE 2011 (ifort 12.1) and GCC 4.6 with FMA4 for AMD Bulldozer:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment