Fast Installation

Run the install.sh script. That is it!

By default, fast installation script uses GNU Fortran compiler and compiles MagiC-core in serial (non-MPI) version. If you want to specify different compiler/options you need to provide them as a command line arguments, for example:
> install.sh intel intel-mpi
The first argument defines compiler for CGTraj and the second one defines compiler for MagiC.Core

The script will compile all pieces of the package, make links to executable files in folder $MAGIC/bin and set environment variables PATH, LD_LIBRARY_PATH and PYTHONPATH.

If you are facing errors during execution of install.sh, you can try to manually compile MagiC step-by-step as described in section 2.3. below.