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
7f196573
Commit
7f196573
authored
Sep 07, 2018
by
Tyler Collins
Browse files
Doc updates to batch context.
parent
252d875a
Changes
2
Hide whitespace changes
Inline
Side-by-side
batch/exec_func/get_valid_exec_func.m
View file @
7f196573
% This function serves as a helper function by generating a list of
% all valid batch context drivers.
function
cellstrexec
=
get_valid_exec_func
()
cellstrexec
=
{
'ef_current_base'
};
[
thisdir
,
~
,
~
]
=
fileparts
(
which
(
mfilename
()));
...
...
batch/exec_func/mfile_name_gen.m
View file @
7f196573
% This function serves as a helper function that offloads the
% generation of the file names for given tasks submitted by batch context.
function
[
mfile_name
]
=
mfile_name_gen
(
mfile_name
,
datafname
,
histfname
,
job_name
)
if
isempty
(
job_name
)
&&
isempty
(
mfile_name
)
...
...
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