mirror of
https://github.com/TREX-CoE/irpjast.git
synced 2024-11-03 20:54:10 +01:00
Added irpf90
This commit is contained in:
parent
5a34590c31
commit
6e7fa66ad0
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "irpf90"]
|
||||||
|
path = irpf90
|
||||||
|
url = https://gitlab.com/scemama/irpf90
|
5
Makefile
5
Makefile
@ -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
1
irpf90
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 132a4a1661c9878d21dcbf0ac14f7fe9a3b110d0
|
Loading…
Reference in New Issue
Block a user