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
9ca68984
Commit
9ca68984
authored
Apr 08, 2013
by
Marco Ratto
Browse files
Fixed bug introduced in commit
c9402d9e
for local threads
parent
16a6eb64
Changes
1
Show whitespace changes
Inline
Side-by-side
matlab/parallel/masterParallel.m
View file @
9ca68984
...
...
@@ -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