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

in2p3 singularity: fix logs path

parent b7d9581d
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ profiles { ...@@ -59,7 +59,7 @@ 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 \
-o ~/logs/ -e ~/logs/ -M laurent.modolo@ens-lyon.fr -m beas" -o /sps/lbmc/lmodolo/logs/ -e /sps/lbmc/lmodolo/logs/ -M laurent.modolo@ens-lyon.fr -m beas"
cpus = 1 cpus = 1
queue = 'huge' 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