Quick Start
Clone
$ git clone https://github.com/endeve/thornado.git
Setup your environment
$ export THORNADO_DIR=/path/to/thornado
$ export THORNADO_MACHINE=your_user_name
$ export THORNADO_MACHINE=your_user_name
Using generateMakefile.py (requires python), define compilers and locations to HDF5 and LAPACK.
Compile
Problems are compiled in their own directory; e.g.,
$ cd ${THORNADO_DIR}/Sandbox/dgExperiments_Euler_NonRelativistic_IDEAL/Executables
$ make
$ make
Run
Executable names being with "ApplicationDriver" and are suffixed with $THORNADO_MACHINE.
$ ./ApplicationDriver_your_user_name