Changes
Page history
Update home
authored
Jul 21, 2019
by
Odunlami Marc
Hide whitespace changes
Inline
Side-by-side
home.md
View page @
aa3647ef
...
...
@@ -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 job
s
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 example
s
## Batch jobs
Slurm job scripts contains two parts:
1.
Slurm directives: starting with
`#SBATCH`
, they specify Slurm options.
...
...
...
...