Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
xtract
Commits
fea079b5
Commit
fea079b5
authored
Oct 15, 2019
by
Stamatios Sotiropoulos
Browse files
Correct bug in requesting time when a GPU queue is used
parent
40994d42
Changes
1
Hide whitespace changes
Inline
Side-by-side
xtract
View file @
fea079b5
...
...
@@ -336,7 +336,7 @@ if [ "x$SGE_ROOT" != "x" ]; then # Submit all commands to run in parallel on th
if
[
$gpu
-eq
0
]
;
then
fsl_sub
-q
long.q
-l
$out
/logs
-N
xtract
-t
$commands
else
fsl_sub
-q
$FSLGECUDAQ
-l
$out
/logs
-N
xtract
$commands
fsl_sub
-q
$FSLGECUDAQ
-T
300
-l
$out
/logs
-N
xtract
$commands
#Submission call for the WashU GPU cluster
#qsub -l nodes=1:ppn=1:gpus=1:K20x,walltime=04:00:00,mem=8gb -N autoPtx_GPU -e $out/logs/GPUerrofile -o $out/logs/GPUoutfile $commands
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment