Added irpf90

This commit is contained in:
Anthony Scemama 2021-03-10 13:49:19 +01:00
parent 5a34590c31
commit 6e7fa66ad0
3 changed files with 9 additions and 6 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "irpf90"]
path = irpf90
url = https://gitlab.com/scemama/irpf90

View File

@ -1,8 +1,7 @@
IRPF90 = irpf90 --codelet=jastrow_full:1000 #-s nelec:10 -s nnuc:2 -s ncord:5 #-a -d
FC = ifort -xHost -g -mkl=sequential
FCFLAGS= -O2 -ffree-line-length-none -I .
NINJA = ninja
AR = ar
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
@ -13,5 +12,5 @@ LIB=
-include irpf90.make
export
irpf90.make: $(filter-out IRPF90_temp/%, $(wildcard */*.irp.f)) $(wildcard *.irp.f) $(wildcard *.inc.f) Makefile
irpf90.make: $(filter-out IRPF90_temp/%, $(wildcard */*.irp.f)) $(wildcard *.irp.f) $(wildcard *.inc.f) Makefile
$(IRPF90)

1
irpf90 Submodule

@ -0,0 +1 @@
Subproject commit 132a4a1661c9878d21dcbf0ac14f7fe9a3b110d0