diff --git a/README.md b/README.md index c0eed22f39d95142f864eb772767820d36827e7b..6e381090a8c529a9cee73ee14f3d09ec370a94c5 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ In order to launch jobs on IGRIDA, you need to submit jobs using the `oarsub` co oarsub -S -t timesharing -l /nodes=1/core=4/gpu_device=1,walltime=01:30:0 scripts/run_igrida_staller.sh # connect to it using the OAR_JOB_ID, you can list your jobs with oarstat -u oarsub -C JOB_ID +oarsub -I -t timesharing -p "host = 'igrida-abacus.irisa.fr'" -l /nodes=1/core=4,walltime=40:00:0 ``` You can find the script `scripts/run_igrida_staller.sh` [here](scripts/run_igrida_staller.sh).