Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.19 KB

gricad.md

File metadata and controls

39 lines (27 loc) · 1.19 KB

Perseus account

Access to Dahu (for CPU and GPU use)

ssh lguensar@access-rr-ciment.imag.fr (((replace lguensar by your username)))
ssh f-dahu

Then you can start a job (here example of a GPU job)

oarsub -t gpu -I -l /nodes=1/core=32,walltime=12:00:00 --project data-ocean

Use conda

source /applis/environments/conda.sh

Use jupyter notebooks (interactive mode)

You need to launch jupyter notebook from your terminal connected to dahu, then open a new terminal and use a SSH tunnel

ssh -fNL 8889:bigfoot3:8888 dahu.ciment 

((((8889 is your port, bigfoot3 is the name of the node your connected to, 8888 is the port of the machine where the notebooks are active))))

See availablity of Dahu nodes

https://ciment-grid.univ-grenoble-alpes.fr/clusters/dahu/drawgantt/drawgantt.php

More info

https://ciment.ujf-grenoble.fr/wiki/index.php/Dahu_quickstart (Perseus account needed)