REMEMBER to change the following strings:
- /FOO/BAR/ to your desired path, i.e gdata or scratch.
- IMAGE-NAME.sif to what you want the container file to be called.
These two strings MUST match up with the same strings in runner scripts.
For Gadi gadi.nci.org.au - Info on gadi.
module load singularity
singularity pull --dir /FOO/BAR/ IMAGE-NAME.sif docker://underworldcode/underworld2:2.16.4-ompiFor Setonix setonix.pawsey.org.au - Info on setonix.
module load singularity
singularity pull --dir /FOO/BAR/ IMAGE-NAME.sif docker://underworldcode/underworld2:2.16.4-mpichOnce the .sif image is downloaded use one of the following runner.sh scripts below. (use the correct script for the machine you're on). Ensure you reference the correct path to the .sif file in the runner.sh. The model.py file should be in the same directory as the runner.sh.
For Gadi
qsub gadi_runner.shFor Setonix
qsub setonix_runner.shGadi specific information can be found here
