Update home authored by Odunlami Marc's avatar Odunlami Marc
......@@ -17,15 +17,13 @@ ssh -Y username@bilbo.univ-pau.fr
where *username* is your UPPA login. Then enter your UPPA password.
## Interactive job
Once 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):
```
# Without graphic redirection:
ssh username@bilbo.univ-pau.fr
# With graphic redirection:
ssh -Y username@bilbo.univ-pau.fr
salloc
module load gaussview/6.0
gaussview &
exit
```
where *username* is your UPPA login. Then enter your UPPA password.
## Batch job script examples
......
......