1
0
mirror of https://github.com/TREX-CoE/irpjast.git synced 2024-07-22 18:57:41 +02:00
irpjast/Makefile
2021-03-10 13:49:19 +01:00

17 lines
368 B
Makefile

IRPF90 = irpf90/bin/irpf90 # --codelet=jastrow_full:1000 #-s nelec:10 -s nnuc:2 -s ncord:5 #-a -d
FC = ifort -xHost -g -mkl=sequential
FCFLAGS= -O2 -I .
AR = ar
ARCHIVE = ar crs
RANLIB = ranlib
SRC=
OBJ=
LIB=
-include irpf90.make
export
irpf90.make: $(filter-out IRPF90_temp/%, $(wildcard */*.irp.f)) $(wildcard *.irp.f) $(wildcard *.inc.f) Makefile
$(IRPF90)