diff --git a/README.md b/README.md index 02e65ceaf3cf527b2b59b0aa1f45df6dcf3d98d3..dd6089a72ad279e7bae174ea971ab83a30e5fedf 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,13 @@ To use the reservation in a job script: Reserve a node for interactive use, do not work on the login nodes. See [VSC Wiki](https://docs.vsc.ac.at/running_jobs/interactive_jobs/). +``` +salloc -N 1 --qos=skylake_0096 --partition=skylake_0096 --reservation=p72044 --exclusive -t 2:00:00 +``` +The ssh into the reserved node. You can check the reserved node with ``` -interactivejobs -N 1 skylake_0096 --qos skylake_0096 --exclusive -t 2:00:00 +squeue -u $USER ``` Get and untar the tarball and enter the model code directory: