1
0
mirror of https://github.com/TREX-CoE/irpjast.git synced 2024-07-22 18:57:41 +02:00

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,7 +1,6 @@
IRPF90 = irpf90 --codelet=jastrow_full:1000 #-s nelec:10 -s nnuc:2 -s ncord:5 #-a -d 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 FC = ifort -xHost -g -mkl=sequential
FCFLAGS= -O2 -ffree-line-length-none -I . FCFLAGS= -O2 -I .
NINJA = ninja
AR = ar AR = ar
ARCHIVE = ar crs ARCHIVE = ar crs
RANLIB = ranlib RANLIB = ranlib

1
irpf90 Submodule

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