Skip to content
Snippets Groups Projects
Verified Commit 6a9d1f73 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

kallisto: try to remove option for in2p3 qsub

parent 3cb0f062
Branches
Tags
No related merge requests found
...@@ -43,8 +43,6 @@ profiles { ...@@ -43,8 +43,6 @@ profiles {
executor = "sge" executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n" clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
cpus = 1 cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge' queue = 'huge'
} }
} }
...@@ -59,11 +57,8 @@ profiles { ...@@ -59,11 +57,8 @@ profiles {
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n" clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
cpus = 4 cpus = 1
memory = "10GB" queue = 'huge'
time = "24h"
queue = 'mc_huge'
penv = 'multicores'
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment