mirror of
https://github.com/TREX-CoE/irpjast.git
synced 2024-12-23 04:44:03 +01:00
Juwels
This commit is contained in:
parent
382e717d62
commit
79c0d998ea
7
Makefile
7
Makefile
@ -1,9 +1,8 @@
|
|||||||
STARPU=~/StarPU/starpu-1.3.7/starpu-1.3.pc
|
STARPU=~/StarPU/starpu-1.3.7/starpu-1.3.pc
|
||||||
IRPF90 = irpf90/bin/irpf90 --codelet=factor_een:2 --align=64 # -s nelec_8:504 -s nnuc:100 -s ncord:5 #-a -d
|
IRPF90 = irpf90/bin/irpf90 --codelet=factor_een:2 --align=64 # -s nelec_8:504 -s nnuc:100 -s ncord:5 #-a -d
|
||||||
#FC = ifort -xCORE-AVX512 -g -mkl=sequential -qopt-zmm-usage=high
|
#FC = ifort -mkl=sequential -xCORE-AVX512 -g -qopt-zmm-usage=high
|
||||||
FC = ifort -xCORE-AVX512 -g -mkl=sequential -qopt-zmm-usage=high -traceback
|
FC = ifort -mkl=sequential -march=core-avx2 -align array64byte -fma -ftz -fomit-frame-pointer
|
||||||
FC = ifort -axCORE-AVX512 -g -mkl=sequential -qopt-zmm-usage=high -traceback
|
CC = gcc $(shell pkg-config --cflags $(STARPU) )
|
||||||
CC = icc -mkl=sequential $(shell pkg-config --cflags $(STARPU)) -C -traceback
|
|
||||||
FCFLAGS= -O3 -I .
|
FCFLAGS= -O3 -I .
|
||||||
NINJA = ninja
|
NINJA = ninja
|
||||||
ARCHIVE = ar crs
|
ARCHIVE = ar crs
|
||||||
|
Loading…
Reference in New Issue
Block a user