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
20c0a21b
Commit
20c0a21b
authored
Oct 15, 2019
by
Stamatios Sotiropoulos
Browse files
Merge branch 'patch1' into 'master'
Correct bug in requesting time when a GPU queue is used See merge request
!1
parents
40994d42
fea079b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
xtract
View file @
20c0a21b
...
@@ -336,7 +336,7 @@ if [ "x$SGE_ROOT" != "x" ]; then # Submit all commands to run in parallel on th
...
@@ -336,7 +336,7 @@ if [ "x$SGE_ROOT" != "x" ]; then # Submit all commands to run in parallel on th
if
[
$gpu
-eq
0
]
;
then
if
[
$gpu
-eq
0
]
;
then
fsl_sub
-q
long.q
-l
$out
/logs
-N
xtract
-t
$commands
fsl_sub
-q
long.q
-l
$out
/logs
-N
xtract
-t
$commands
else
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
#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
#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
fi
...
...
Write
Preview
Supports
Markdown
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