NoMachine fix + running jobs

This commit is contained in:
2020-01-22 16:45:35 +01:00
parent 5baf53df77
commit 6169b7a8dc
3 changed files with 127 additions and 74 deletions

View File

@@ -25,6 +25,9 @@ sbatch Script.sh # to submit a script (example below) to the slurm.
srun <command> # to submit a command to Slurm. Same options as in 'sbatch' can be used.
salloc # to allocate computing nodes. Use for interactive runs.
scancel job_id # to cancel slurm job, job id is the numeric id, seen by the squeue.
sview # X interface for managing jobs and track job run information.
seff # Calculates the efficiency of a job
sjstat # List attributes of jobs under the SLURM control
```
---