Changes
Page history
Update home
authored
Jan 23, 2020
by
van Vliet
Show whitespace changes
Inline
Side-by-side
home.md
View page @
49e81d69
...
@@ -558,6 +558,25 @@ PartitionName=all
...
@@ -558,6 +558,25 @@ PartitionName=all
JobDefaults=(null)
JobDefaults=(null)
DefMemPerCPU=2048 MaxMemPerNode=UNLIMITED
DefMemPerCPU=2048 MaxMemPerNode=UNLIMITED
```
```
### Interactive jobs
-
salloc
You can open an interactive session with the
**salloc**
command:
```
[user@res-hpc-lo01 ~]$ salloc -N1
salloc: Granted job allocation 267
salloc: Waiting for resource configuration
salloc: Nodes res-hpc-exe013 are ready for job
[user@res-hpc-exe013 ~]$ squeue
JOBID PARTITION USER ST TIME NODES NODELIST(REASON)
267 all user R 0:04 1 res-hpc-exe013
[user@res-hpc-exe013 ~]$ exit
exit
salloc: Relinquishing job allocation 267
[user@res-hpc-lo01 ~]$
```
### Submitting jobs
### Submitting jobs
...
...
...
...