Installation

Prerequisites

Note

Any Note

install

To install this sovler:

git clone https://github.com/cold-young/xccels_ReadtheDocs.git

Explanation of optional command:

  • mpi run -it create an instance of an image (=container), and run it interactively (so ctrl+c will work)

  • --rm option means to remove the container once it exits/stops (otherwise, you will have to use docker rm)