Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 661 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 661 Bytes

Scaling

The files in this directory were used to run the scaling test on the bwUniCluster:

  1. Copy the necessary scripts to the repository root.
    $ cp report/scaling/bwunicluster.sh report/scaling/job.sh .
  2. Create the Slurm jobs.
    $ sh bwunicluster.sh
  3. Wait for all jobs to finish.
  4. Create a tarball from the created JSON data.
    $ tar cf - -C out/scaling . | gzip -9 - > scaling.tar.gz
  5. Use scp to copy the tarball to you local machine.
  6. Plot the #processes vs MLUPS graph.
    $ python3 report/scaling/scaling.py [...]