Building SWAN using GNU make

Carry out the following steps for building SWAN on your computer.

  1. An include file containing some machine-dependent macros must be created first. This file is called macros.inc and can be created by typing
                make config
    
  2. Now, SWAN can be built for serial or parallel mode, as follows:
    mode instruction
    serial make ser
    parallel, shared make omp
    parallel, distributed make mpi

IMPORTANT NOTES:

The SWAN team 2024-03-19