... | ... | @@ -558,6 +558,25 @@ PartitionName=all |
|
|
JobDefaults=(null)
|
|
|
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
|
|
|
|
... | ... | |