... | @@ -17,15 +17,13 @@ ssh -Y username@bilbo.univ-pau.fr |
... | @@ -17,15 +17,13 @@ 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 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:
|
|
salloc
|
|
ssh username@bilbo.univ-pau.fr
|
|
module load gaussview/6.0
|
|
# With graphic redirection:
|
|
gaussview &
|
|
ssh -Y username@bilbo.univ-pau.fr
|
|
exit
|
|
```
|
|
```
|
|
where *username* is your UPPA login. Then enter your UPPA password.
|
|
|
|
|
|
|
|
|
|
|
|
## Batch job script examples
|
|
## Batch job script examples
|
|
|
|
|
... | | ... | |