Linux

  • Hubert Jóźwiak

Before building the code, make sure that all the necessary tools and libraries are installed

sudo apt install make gfortran liblapack-dev libblas-dev git

Building instructions

  • Enter the cloned directory
cd bigos_dir
  • Build the project using
make all

The script will extract the wigxjpf library in ./libs directory,
and then build and compile the contents of ./src directory.
The executable, scattering.x, is located in the main directory.

You can now run

make test

to make sure that you recover reference outputs in the ref/ directory.

Read more about test runs here.