Update home authored by Odunlami Marc's avatar Odunlami Marc
......@@ -16,7 +16,7 @@ ssh -Y username@bilbo.univ-pau.fr
```
where *username* is your UPPA login. Then enter your UPPA password.
## Interactive job
## Interactive jobs
When connected to the cluster, enter the following commands (example given for the Gaussview software):
```
salloc
......@@ -25,7 +25,7 @@ gaussview &
exit
```
## Batch job script examples
## Batch jobs
Slurm job scripts contains two parts:
1. Slurm directives: starting with `#SBATCH`, they specify Slurm options.
......
......