Add reader modules for TtoZ table
This commit is contained in:
parent
57b111c24d
commit
b73bc86a36
3 changed files with 267 additions and 1 deletions
4
makefile
4
makefile
|
|
@ -3,7 +3,9 @@ all:
|
|||
gfortran moduleReferenceValues.f90 -c -lopenblas -Ofast -fopenmp -Wall
|
||||
gfortran moduleOutput.f90 -c -lopenblas -Ofast -fopenmp -Wall
|
||||
gfortran moduleTableBC.f90 -c -lopenblas -Ofast -fopenmp -Wall
|
||||
gfortran vlaplex.f90 moduleConstantParameters.o moduleReferenceValues.o moduleOutput.o moduleTableBC.o -lopenblas -Ofast -fopenmp -Wall -o vlaplex
|
||||
gfortran moduleTableTtoZ.f90 -c -lopenblas -Ofast -fopenmp -Wall
|
||||
gfortran moduleTableTtoZne.f90 -c -lopenblas -Ofast -fopenmp -Wall
|
||||
gfortran vlaplex.f90 moduleConstantParameters.o moduleReferenceValues.o moduleOutput.o moduleTableBC.o moduleTableTtoZ.o moduleTableTtoZne.o -lopenblas -Ofast -fopenmp -Wall -o vlaplex
|
||||
|
||||
clean:
|
||||
rm -f vlaplex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue