mirror of
https://github.com/TREX-CoE/irpjast.git
synced 2024-12-21 20:04:09 +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
|
11
Makefile
11
Makefile
@ -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
1
irpf90
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 132a4a1661c9878d21dcbf0ac14f7fe9a3b110d0
|
Loading…
Reference in New Issue
Block a user