Skip to content

Compiling and running

Vasudevan Venkateshwaran edited this page Oct 24, 2013 · 1 revision

Compiling the code

The code requires a working installation of the GNU C++ compiler. The code also depends on the following libraries

A makefile for *nix based systems has been provided with the source.

Running

The code accepts the simulation parameter file as a command line argument with the -f flag and is fairly straightforward to run.

$ makewaves -f simulation.inp

For more usage information you can use makewaves -h.

Clone this wiki locally