Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
aed73f7a
Commit
aed73f7a
authored
Apr 08, 2013
by
Sébastien Villemot
Browse files
Merge pull request #358 from rattoma/master
parallel bug fix
parents
16a6eb64
9ca68984
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/parallel/masterParallel.m
View file @
aed73f7a
...
...
@@ -752,7 +752,7 @@ for j=1:totCPU,
indPC
=
min
(
find
(
nCPU
>=
j
));
load
([
fname
,
'_output_'
,
int2str
(
j
),
'.mat'
],
'fOutputVar'
);
delete
([
fname
,
'_output_'
,
int2str
(
j
),
'.mat'
]);
if
isfield
(
fOutputVar
,
'OutputFileName'
),
if
isfield
(
fOutputVar
,
'OutputFileName'
)
&&
Parallel
(
indPC
)
.
Local
==
0
,
% Check if input files have been updated!
OutputFileName
=
fOutputVar
.
OutputFileName
;
tmp0
=
''
;
...
...
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