small cosmethic changes

time-shift
Marco Ratto 2011-05-10 10:07:18 +02:00
parent 46ccc7e4c2
commit 8cd482589f
4 changed files with 17 additions and 12 deletions

View File

@ -8,10 +8,12 @@ function [NewFilesFrom, NewFileList]=dynareParallelFindNewFiles(FileList,Paralle
%
% INPUTS
% o dirName [] ...
% o FileList [] ...
%
% o Parallel [] ...
% o PRCDir [] ...
% OUTPUTS
% o NewFilesFromSlaves [] ...
% o NewFilesFrom [] ...
% o NewFileList [] ...
%
% Copyright (C) 2009-2011 Dynare Team
%

View File

@ -4,12 +4,14 @@ function [PRCDirSnapshot]=dynareParallelGetNewFiles(PRCDir,Parallel,PRCDirSnapsh
%
%
% INPUTS
% o NamFileInput [] ...
% o PRCDir [] ...
% o Parallel [] ...
%
% o PRCDir [] ...
% o Parallel [] ...
% o PRCDirSnapshot [] ...
%
%
% OUTPUTS
% None
% o PRCDirSnapshot [] ...
%
%
%
@ -56,7 +58,7 @@ for indPC=1:length(Parallel),
fileaddress={sT(1:SlashNumberAndPosition(end)),sT(SlashNumberAndPosition(end)+1:end)};
dynareParallelGetFiles(fileaddress,PRCDir,Parallel(indPC));
display('NuovoFilecopiato -->');
display('New file copied in local -->');
display(fileaddress{2});
display('<--');

View File

@ -7,6 +7,7 @@ function fileList = dynareParallelListAllFiles(dirName,PRCDir,Parallel)
%
%
% INPUTS
% o dirName [] ...
% o PRCDir [] ...
% o Parallel [] ...
%

View File

@ -5,12 +5,12 @@ function [PRCDirSnapshot]=dynareParallelSnapshot(PRCDir,Parallel)
%
%
% INPUTS
% o [] ...
% o [] ...
% o [] ...
% o PRCDir [] ...
% o Parallel [] ...
%
%
% OUTPUTS
% o [] ...
% o PRCDirSnapshot [] ...
%
%
%