This is an old revision of the document!
Installation
ASWNS requires the following prerequisites:
- a suitable fortran compiler, e.g., gfortran
The easiest way to achieve these requirement is simply by typing:
sudo apt-get install gfortran liblapack3
Assuming that you have lapack installed (which is the preferred option), you can compile the code with
gfortran -O2 ASWNS.f90 nonbarotropic.f90 -llapack -o nonbarotropic.x gfortran -O2 ASWNS.f90 kepler.f90 -llapack -o kepler.x
Last modified: le 2022/08/16 07:46