Update home authored by Odunlami Marc's avatar Odunlami Marc
...@@ -2,14 +2,17 @@ Welcome to the Bilbo cluster documentation homepage. ...@@ -2,14 +2,17 @@ Welcome to the Bilbo cluster documentation homepage.
\[\[_TOC_\]\] \[\[_TOC_\]\]
## Resource Reservation / Calendar ## Resource reservation / Calendar
The UPPA teaching computer cluster must be booked for the sessions of practical courses. The UPPA teaching computer cluster must be booked for the sessions of practical courses.
To view the occupation, see the [calendar](https://partage.univ-pau.fr/home/%20Cluster_de_calcul_Enseignement@univ-pau.fr/Calendar.html?view=week&tz=Europe%2FBrussels). To view the occupation, see the [calendar](https://partage.univ-pau.fr/home/%20Cluster_de_calcul_Enseignement@univ-pau.fr/Calendar.html?view=week&tz=Europe%2FBrussels).
## Hardware characteristics
ToDo
## Connexion ## Connexion
Open a terminal and use one the following commands: Open a terminal and use one of the following commands:
``` ```
# Without graphic redirection: # Without graphic redirection:
ssh username@bilbo.univ-pau.fr ssh username@bilbo.univ-pau.fr
...@@ -42,7 +45,7 @@ Here are some self-explanatory job script examples for several softwares/applica ...@@ -42,7 +45,7 @@ Here are some self-explanatory job script examples for several softwares/applica
* [VASP job](https://git.univ-pau.fr/num-as/bilbo-cluster/blob/master/jobs/vasp/svasp.sh). * [VASP job](https://git.univ-pau.fr/num-as/bilbo-cluster/blob/master/jobs/vasp/svasp.sh).
* [CRYSTAL job](https://git.univ-pau.fr/num-as/bilbo-cluster/blob/master/jobs/crystal/scrystal.sh). * [CRYSTAL job](https://git.univ-pau.fr/num-as/bilbo-cluster/blob/master/jobs/crystal/scrystal.sh).
## Useful commands Here are some Slurm usual user commands:
Submit a job: Submit a job:
``` ```
sbatch script.sh sbatch script.sh
... ...
......