Open cdkharris opened 1 month ago
11
12
13
example-job.sh
. the time req as stated will not work with sge18
#$ -l h_rt=00:02:00
19
15 Modules
python3
is just available on the system when you log in.
python --version
17 Parallel
The python install instructions are a good moment to explain about python modules. should be something like
module load python/recommended
module unload compilers mpi
module load compilers/gnu/4.9.2 mpi4py
cd amdahl
python3 -m pip install --user .
14
the name thing is sort of ok... doesn't turn up in more than a few lines.
Definition of Done / Acceptance Criteria
We recently made a big merge with the upstream repo which includes new content and significant changes to lessons. The new material needs to be checked over to make sure we can use it as-presented on Myriad. The other lessons should also be read, for completeness and my own peace of mind.
Index
Tick off all of these as read; comb more carefully where noted.
Testing
No response
Documentation
No response
Dependencies
No response
Comments
No response