Quickstart

On a system that is set up for Fortran development and has conda installed, you can compile and install qdyn with

./configure
make
make install

See

./configure --help
make help

for available options.

Warning

You cannot run make before running ./configure

See the Compilation and Installation Tutorial and How to compile and install QDYN for details.

To create a new program based on QDYN, make sure you have cookiecutter installed, and run

cookiecutter ./cookiecutter --output-dir $HOME

See Writing Programs that Use QDYN for a detailed example.