Rename
This commit is contained in:
parent
dd7395b67d
commit
ed83caa03d
3 changed files with 5 additions and 5 deletions
4
makefile
4
makefile
|
|
@ -3,10 +3,10 @@ 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 plasmaExpansion.f90 moduleConstantParameters.o moduleReferenceValues.o moduleOutput.o moduleTableBC.o -lopenblas -Ofast -fopenmp -Wall -o plasmaExpansion
|
||||
gfortran vlaplex.f90 moduleConstantParameters.o moduleReferenceValues.o moduleOutput.o moduleTableBC.o -lopenblas -Ofast -fopenmp -Wall -o vlaplex
|
||||
|
||||
clean:
|
||||
rm -f plasmaExpansion
|
||||
rm -f vlaplex
|
||||
rm -f *.mod
|
||||
rm -f *.smod
|
||||
rm -f *.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue