Update home authored by Emilie Huffman's avatar Emilie Huffman
...@@ -26,7 +26,7 @@ To transfer files, use the domain julia-storage.uni-wuerzburg.de ...@@ -26,7 +26,7 @@ To transfer files, use the domain julia-storage.uni-wuerzburg.de
## Job submission ## Job submission
To submit jobs via SLURM, use `ssh username@julia.uni-wuerzburg.de` To submit jobs via SLURM, use `ssh username@julia.uni-wuerzburg.de`
There is currently not an interactive session option (or compilers available). Use the OpenStack for testing and compilation. There is currently not an interactive session option (or compilers available). Use the OpenStack for testing and compilation, or alternatively for compilation from the login node you can submit a bash job through SLURM.
## Sample Job Script ## Sample Job Script
For a serial or "embarrassingly parallel" job: For a serial or "embarrassingly parallel" job:
... ...
......