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
3eb1ec0c
Commit
3eb1ec0c
authored
Feb 01, 2011
by
Marco Ratto
Browse files
fixed bug in previous commit (~ispc)
parent
06273489
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/parallel/dynareParallelRmDir.m
View file @
3eb1ec0c
...
...
@@ -37,7 +37,7 @@ end
for
indPC
=
1
:
length
(
Parallel
),
while
(
1
)
if
~
is
dos
if
~
is
pc
stat
=
system
([
'ssh '
,
Parallel
(
indPC
)
.
UserName
,
'@'
,
Parallel
(
indPC
)
.
ComputerName
,
' rm -fr '
,
Parallel
(
indPC
)
.
RemoteDirectory
,
'/'
,
PRCDir
]);
break
;
else
...
...
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