From 0378c80427f04f9d24cafb2a602cc7d7b91b5522 Mon Sep 17 00:00:00 2001 From: ratto Date: Tue, 26 Jan 2010 13:11:17 +0000 Subject: [PATCH] deleted a bit still linked to sshfs git-svn-id: https://www.dynare.org/svn/dynare/trunk@3378 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/fParallel.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matlab/fParallel.m b/matlab/fParallel.m index aaa509636..41469edc9 100644 --- a/matlab/fParallel.m +++ b/matlab/fParallel.m @@ -99,8 +99,8 @@ if(whoiam) end system(['scp ',fname,'_output_',int2str(whoiam),'.mat ',Parallel(ThisMatlab).user,'@',fInputVar.MasterName,':',fInputVar.DyMo]); system(['ssh ',Parallel(ThisMatlab).user,'@',fInputVar.MasterName,' rm -f ',fInputVar.DyMo,'/P_',fname,'_',int2str(whoiam),'End.txt']); - system(['fusermount -u ~/MasterRemoteMirror_',fname,'_',int2str(whoiam)]); - system(['rm -r ~/MasterRemoteMirror_',fname,'_',int2str(whoiam)]); +% system(['fusermount -u ~/MasterRemoteMirror_',fname,'_',int2str(whoiam)]); +% system(['rm -r ~/MasterRemoteMirror_',fname,'_',int2str(whoiam)]); else for j=1:size(OutputFileName,1), copyfile([OutputFileName{j,1},OutputFileName{j,2}],['\\',fInputVar.MasterName,'\',fInputVar.DyMo(1),'$\',fInputVar.DyMo(4:end),'\',OutputFileName{j,1}])