Hi all,
I tried to the use the parallel "wrapper" from here:
http://mc-stan.org/rstan/stan.RFirst, I have to say - it's awesome!
But, i do realized that each time I call the new stan function with the same stan script, a whole of SO are created in the /tmp directory. And, this quickly fills up my /tmp directory.
Here is my R code that I have run multiple times and each time, it seems to create a new set of SO
EA.stanEngine.files.estAnalystSkills <- "stan_estimate_analyst_skills.stan";
sfit.skills <- stan (EA.stanEngine.files.estAnalystSkills, cores=4, sound = 0, data=dataSTAN);
I'm running on Linux/Debian 3.13
Many thanks,
Andy