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
0575e08e
Commit
0575e08e
authored
Apr 17, 2018
by
Tyler Collins
Browse files
Update format_scheduler.m
parent
470845d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
batch/exec_func/@ef_sbatch_driver/format_scheduler.m
View file @
0575e08e
...
...
@@ -40,7 +40,7 @@ function out = format_scheduler(~, job_spec)
if
~
isempty
(
job_spec
.
job_init
)
out
=
[
out
job_spec
.
job_init
];
end
out
=
sprintf
(
'%s sbatch'
,
out
,
retry_fails
);
out
=
sprintf
(
'%s sbatch'
,
out
);
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