Message-ID: <51122595.70107@gmail.com>
Date: 2013-02-06T09:42:45Z
From: Journals
Subject: LaplacesDemon.hpc parallel prosessing problem
In-Reply-To: <mailman.23.1360062009.13868.r-help@r-project.org>
I have a problem with the LaplacesDemon.hpc which terminates with an
error. I am not sure if this is in the parallel or the LaplacesDemon
package. And if it is a unsuffiency of my code or of the packages.
The code runs WELL as NON paralellized code.....
> Fit <- LaplacesDemon.hpc(Model, Data=MyData, Initial.Values,
+ Covar=NULL, Iterations=31500, Status=3000,
Thinning=210,
+ Algorithm="twalk", Specs=list(SIV=NULL, n1=4,
at=6, aw=1.5), CPUs=2)
CPUs Detected: 4
Laplace's Demon is preparing environments for CPUs...
##################################################
##################################################
Status messages are not displayed for parallel processing.
Laplace's Demon is beginning parallelization...
Error in checkForRemoteErrors(val) :
2 nodes produced errors; first error: incorrect number of dimensions
Laplace's Demon has finished.