Re: [R] Rmpi task-pull

2008-11-11 Thread Daniel Ferrara
Thanks for your help! Strangely this code (it's not mine), seems to cause deadlock over my cluster, even if every node of the cluster is tested working. Anyway I tried a task pull method and that seems to work. Thanks again, Daniel 2008/11/7 Markus Schmidberger [EMAIL PROTECTED] Hi, there is

[R] Rmpi task-pull

2008-11-07 Thread Daniel Ferrara
Hi, I'm testing the efficiency of the Rmpi package regarding parallelization using a cluster. I've found and tried the task pull programming method, but even if it is described as the best method, it seems to cause deadlock, anyone could help me in using this method? here is the code I've found

Re: [R] Rmpi task-pull

2008-11-07 Thread Markus Schmidberger
Hi, there is a new mailing list for R and HPC: [EMAIL PROTECTED] This is probably a better list for your question. Do not forget, first of all you have to register: https://stat.ethz.ch/mailman/listinfo/r-sig-hpc I tried your code and it is working! Please send us your sessionInfo() output.