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
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,6 @@ profiles {
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'huge'
}
}
......@@ -59,11 +57,8 @@ profiles {
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
cpus = 4
memory = "10GB"
time = "24h"
queue = 'mc_huge'
penv = 'multicores'
cpus = 1
queue = 'huge'
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment