So, code is working, this case reproduce a Diko's peak with Poisson equation by changing the boundary conditions over time.
3 lines
93 B
Makefile
3 lines
93 B
Makefile
make all:
|
|
gfortran plasmaExpansion.f90 -lopenblas -Ofast -fopenmp -Wall -o plasmaExpansion
|
|
|