From 7a84b6c3079d013ebc451cfc0314fc8e4ee9f7e0 Mon Sep 17 00:00:00 2001 From: CHOI Kwon-Young <kwon-young.choi@irisa.fr> Date: Tue, 10 Apr 2018 10:38:08 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0eed22..6e38109 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). -- GitLab