Compiling and running
•
#ifdef MPI
•
MPI routines
•
# endif
•
#ifdef SINGLE
•
Serial routines
•
#endif
•
Suffix source files with #ifdef and #endif by
.F and the rest by .f
•