You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
The current example is a set of books that are downloaded. How do we define our raw data? We effectively don't have any, what we are doing is taking measurements with amdahl which will become our raw data.
In 01-introduction.md we start off by creating a bash script describing the manual workflow. We will somehow need to replicate this. This will require:
Generating a set of data (which will require parsing of amdahl output, or perhaps adding a --terse option to amdahl, see Add --terse option to amdahl to make it easier to parse the output #6). Redirecting the amdahl output to a file could work...or indeed using the output files from SLURM itself.
Plotting the result (both graphically...and perhaps in terminal)
The text was updated successfully, but these errors were encountered:
This could build off what was done in the HPC Intro lesson -- call back to that lesson, show a job script, and look at the output of the job script. This could live in first episode. Induces HPC Intro as a pretty hard pre-requisite for this lesson.
ocaisa
changed the title
What is our raw data?
Defining the "common workflow" for our lesson
Aug 4, 2022
The current format with the job submission script at the end seems ok. However, one may wish to enable attendees to practice using SLURM, in which case one could introduce the job submission script at the beginning. The lesson seems independent of HPC intro, but does allow practice using a scheduler.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The current example is a set of books that are downloaded. How do we define our raw data? We effectively don't have any, what we are doing is taking measurements with
amdahl
which will become our raw data.In
01-introduction.md
we start off by creating a bash script describing the manual workflow. We will somehow need to replicate this. This will require:amdahl
output, or perhaps adding a--terse
option toamdahl
, see Add--terse
option toamdahl
to make it easier to parse the output #6). Redirecting the amdahl output to a file could work...or indeed using the output files from SLURM itself.The text was updated successfully, but these errors were encountered: