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