Compiling contd: a makefile
•
### Single
F77 = ifort
F77FLAGS = -O2
ARC = SINGLE
•
### Scali MPI
F77 = ifort
F77FLAGS = -O2
ARC = MPI