hpc-carpentry / old-hpc-workflows

Scaling studies on high-performance clusters using Snakemake workflows
https://www.hpc-carpentry.org/old-hpc-workflows/
Other
8 stars 2 forks source link

Rework `index.md` #4

Closed ocaisa closed 2 years ago

ocaisa commented 2 years ago

This can only really be tackled once we have a better idea of the whole lesson but will include

tkphd commented 2 years ago

I'm hand-waving away the Python prereq because the Snakefile is its own language, in-between Make and Python. I know, it's weak. In my head, the "data" we'll use is a script (matplotlib, gnuplot, or other) to plot the Amdahl data, which will be transformed from execution time vs. number of ranks to speedup vs. number of ranks by the plotting script. Is that sensible?