From 24c70a78dfaa17b5f0634517b398658811be8122 Mon Sep 17 00:00:00 2001
From: CHOI Kwon-Young <kwon-young.choi@irisa.fr>
Date: Thu, 12 Apr 2018 09:44:59 +0200
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6e38109..a93e477 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +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
+oarsub -I -t besteffort -p "host = 'igrida-abacus.irisa.fr'"  -l /nodes=1/core=4/gpu_device=1,walltime=40:00:0
 ```
 
 You can find the script `scripts/run_igrida_staller.sh` [here](scripts/run_igrida_staller.sh).
-- 
GitLab