Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SCDDS-demo
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
SCDDS
SCDDS-demo
Commits
1f0fb65e
Commit
1f0fb65e
authored
2 years ago
by
Cristian Galperti
Browse files
Options
Downloads
Patches
Plain Diff
starter path script back to master
parent
d6615651
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scdds_demo_paths.m
+1
-11
1 addition, 11 deletions
scdds_demo_paths.m
with
1 addition
and
11 deletions
scdds_demo_paths.m
+
1
−
11
View file @
1f0fb65e
...
...
@@ -27,17 +27,7 @@ assert(logical(exist(gencodes,'dir')),'folder %s does not exist',gencodes)
fprintf
(
'setting Simulink Cache and CodeGen folders for SCDDSS demo in %s\n'
,
gencodes
)
CacheFolder
=
fullfile
(
gencodes
,
'CacheFolder'
);
CodeGenFolder
=
fullfile
(
gencodes
,
'CodeGenFolder'
);
% Applying libc patch as per
% https://ch.mathworks.com/support/bugreports/2632298
if
~
verLessThan
(
'matlab'
,
'9.14'
)
disp
(
'Applying load_sl_glibc_patch'
);
load_sl_glibc_patch
;
else
disp
(
'Pausing to avoid libc bug 2632298'
);
pause
(
10
);
% old way to avoid libc bug, working up to 2022a on scd server
end
pause
(
2
);
% keep this here because matlab is black magic
Simulink
.
fileGenControl
(
'set'
,
...
'CacheFolder'
,
CacheFolder
,
...
'CodeGenFolder'
,
CodeGenFolder
,
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment