NESTDOWN Tutorial : Compile
NESTDOWN is Fortran 90 program.
- Its memory allocation is done at the run time stage.
- You only need to compile it once unless you modify the code.
- There is no parameter statements to specify here.
To compile, type:
make >& make.out
(if you are compiling on a Linux machine, with an INTEL
compile, type "make intel >& make.out")
This compiles the code on a your machine, and writes output from
"make" to file make.out. If it is successful, you should create
an executable called nestdown in the directory:
./nestdown
-> src/nestdown
Now you are ready to run NESTDOWN
|