Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bucanl_eeglab_extensions
Batch Context
Commits
470845d6
Commit
470845d6
authored
Apr 17, 2018
by
Tyler Collins
Browse files
Removed retry-fails.sh call.
parent
9d80f973
Changes
1
Hide whitespace changes
Inline
Side-by-side
batch/exec_func/@ef_sbatch_driver/format_scheduler.m
View file @
470845d6
...
...
@@ -40,8 +40,7 @@ function out = format_scheduler(~, job_spec)
if
~
isempty
(
job_spec
.
job_init
)
out
=
[
out
job_spec
.
job_init
];
end
retry_fails
=
'analysis/support/dependencies/eeglab_asr_amica/plugins/batch_context/batch/exec_func/retry-fails.sh'
;
out
=
sprintf
(
'%s%s sbatch'
,
out
,
retry_fails
);
out
=
sprintf
(
'%s sbatch'
,
out
,
retry_fails
);
if
~
isempty
(
job_spec
.
name
)
out
=
sprintf
(
'%s --job-name=%s'
,
out
,
job_spec
.
name
);
end
...
...
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