Update home authored by Emilie Huffman's avatar Emilie Huffman
...@@ -24,7 +24,7 @@ To transfer files, use the domain julia-storage.uni-wuerzburg.de ...@@ -24,7 +24,7 @@ To transfer files, use the domain julia-storage.uni-wuerzburg.de
(e.g. `ssh username@julia-storage.uni-wuerzburg.de`). (e.g. `ssh username@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` and then in the directory of your job script use `sbatch <job_script>`.
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. 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.
... ...
......