1
0
mirror of https://github.com/TREX-CoE/irpjast.git synced 2024-07-03 09:56:11 +02:00
irpjast/Makefile

17 lines
417 B
Makefile
Raw Normal View History

2021-03-10 21:26:25 +01:00
IRPF90 = irpf90/bin/irpf90 --codelet=factor_een:2 --align=4096 # -s nelec_8:504 -s nnuc:100 -s ncord:5 #-a -d
FC = ifort -xCORE-AVX512 -g -mkl=sequential -qopt-zmm-usage=high
FCFLAGS= -O3 -I .
2020-12-16 13:22:42 +01:00
NINJA = ninja
ARCHIVE = ar crs
2020-11-17 21:35:52 +01:00
RANLIB = ranlib
SRC=
OBJ=
LIB=
-include irpf90.make
export
2021-03-10 13:49:19 +01:00
irpf90.make: $(filter-out IRPF90_temp/%, $(wildcard */*.irp.f)) $(wildcard *.irp.f) $(wildcard *.inc.f) Makefile
2020-11-17 21:35:52 +01:00
$(IRPF90)