Small changes.
This commit is contained in:
parent
422b9e84e2
commit
818da3132d
2 changed files with 8 additions and 8 deletions
8
makefile
8
makefile
|
|
@ -1,8 +1,8 @@
|
|||
all:
|
||||
gfortran moduleConstantParameters.f90 -c
|
||||
gfortran moduleReferenceValues.f90 -c
|
||||
gfortran moduleOutput.f90 -c
|
||||
gfortran moduleTableBC.f90 -c
|
||||
gfortran moduleConstantParameters.f90 -c -lopenblas -Ofast -fopenmp -Wall
|
||||
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 plasmaExpansion.f90 moduleConstantParameters.o moduleReferenceValues.o moduleOutput.o moduleTableBC.o -lopenblas -Ofast -fopenmp -Wall -o plasmaExpansion
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue