dynare/matlab/parallel
Houtan Bastani 7a02b3bfd2
various fixes to dynareParallelDelete.m
- did not account for cases when username not set (namely when remote is localhost)
- did not account for cases when remote directory was not set (namely when remote is localhost)
- added unnecessary `filesep` to `pname` when `pname` was empty
- ignore unused output arguments (it is necessary to explicitly ignore them to prevent unwanted output from the `system` call)
- globbing did not work as it was expanded on the calling machine not the remote; pass call to `bash -c` to handle this
2020-02-25 16:18:55 +01:00
..
AnalyseComputationalEnvironment.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
CreateTimeString.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
GiveCPUnumber.m fix finding CPU's number when larger than 9 2019-05-20 09:57:10 +00:00
InitializeComputationalEnvironment.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
closeSlave.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
distributeJobs.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
dynareParallelDelete.m various fixes to dynareParallelDelete.m 2020-02-25 16:18:55 +01:00
dynareParallelDeleteNewFiles.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
dynareParallelDir.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
dynareParallelFindNewFiles.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
dynareParallelGetFiles.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
dynareParallelGetNewFiles.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
dynareParallelListAllFiles.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
dynareParallelMkDir.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
dynareParallelRmDir.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
dynareParallelSendFiles.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
dynareParallelSnapshot.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
fMessageStatus.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
fParallel.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
masterParallel.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
slaveParallel.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
storeGlobalVars.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
struct2local.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00