-
Run
mkdir build && cd build && cmake ..
. -
Run
make clean && make -jN
(where N is the number of cores).
- Run
./multiphase /<path-to-inputfile>/inputfile.txt
. For the input file, follow the format ofexample.txt
provided.
Load required modules
module load cmake/3.16.1
module load gcc/7.3.0
module load cuda/11.0
Compile as per the instructions above.