Setting up parallel processing

Seemingly I was wrong in adding the options to the .mod file? As I understand it now they should be added to the command line instead? e.g.

dynare testy parallel conffile='C:\Users\BOB\Downloads\config.txt'

I now run this, omitting he options in the .mod file and run into the error below. It seem to be very similar to the error found in this thread: [Parallel computing problem), but no solution is given there. Any help is appreciated.

//modin

[code]Warning: File ‘\localhost$\slaveParallel_break.mat’ not found.

In dynareParallelDelete at 51
In masterParallel at 191
In random_walk_metropolis_hastings at 138
In dynare_estimation_1 at 782
In dynare_estimation at 89
In testy at 402
In dynare at 180

E:\NEKmaster\Thesis\Thesis\Matlab Code\Simulations>psexec -d -W E:\NEKmaster\Thesis\Thesis\Matlab Code\Simulations -a 0 -low matlab -nosplash -nodesktop -minimize -singleCompThread -r “addpath('E:\Dynare\4.4.3\matlab'), dynareroot = dynare_config(); fParallel(1,1,1,1,‘random_walk_metropolis_hastings_core’)”

PsExec v2.11 - Execute processes remotely
Copyright (C) 2001-2014 Mark Russinovich
Sysinternals - www.sysinternals.com

Katalognamnet är felaktigt.

PsExec could not start Code\Simulations:

E:\NEKmaster\Thesis\Thesis\Matlab Code\Simulations>psexec -d -W E:\NEKmaster\Thesis\Thesis\Matlab Code\Simulations -a 1 -low matlab -nosplash -nodesktop -minimize -singleCompThread -r “addpath('E:\Dynare\4.4.3\matlab'), dynareroot = dynare_config(); fParallel(2,2,2,1,‘random_walk_metropolis_hastings_core’)”

PsExec v2.11 - Execute processes remotely
Copyright (C) 2001-2014 Mark Russinovich
Sysinternals - www.sysinternals.com

Katalognamnet är felaktigt.

PsExec could not start Code\Simulations:

E:\NEKmaster\Thesis\Thesis\Matlab Code\Simulations>psexec -d -W E:\NEKmaster\Thesis\Thesis\Matlab Code\Simulations -a 2 -low matlab -nosplash -nodesktop -minimize -singleCompThread -r “addpath('E:\Dynare\4.4.3\matlab'), dynareroot = dynare_config(); fParallel(3,3,3,1,‘random_walk_metropolis_hastings_core’)”

PsExec v2.11 - Execute processes remotely
Copyright (C) 2001-2014 Mark Russinovich
Sysinternals - www.sysinternals.com

Katalognamnet är felaktigt.

PsExec could not start Code\Simulations:

E:\NEKmaster\Thesis\Thesis\Matlab Code\Simulations>psexec -d -W E:\NEKmaster\Thesis\Thesis\Matlab Code\Simulations -a 3 -low matlab -nosplash -nodesktop -minimize -singleCompThread -r “addpath('E:\Dynare\4.4.3\matlab'), dynareroot = dynare_config(); fParallel(4,4,4,1,‘random_walk_metropolis_hastings_core’)”

PsExec v2.11 - Execute processes remotely
Copyright (C) 2001-2014 Mark Russinovich
Sysinternals - www.sysinternals.com

Katalognamnet är felaktigt.

PsExec could not start Code\Simulations: [/code]