The files in this directory were used to run the scaling test on the bwUniCluster:
- Copy the necessary scripts to the repository root.
$ cp report/scaling/bwunicluster.sh report/scaling/job.sh .
- Create the Slurm jobs.
$ sh bwunicluster.sh
- Wait for all jobs to finish.
- Create a tarball from the created JSON data.
$ tar cf - -C out/scaling . | gzip -9 - > scaling.tar.gz
- Use
scp
to copy the tarball to you local machine. - Plot the #processes vs MLUPS graph.
$ python3 report/scaling/scaling.py [...]