Hello, The problem I'm working now requires to operate on big matrices.
I've noticed that there are some packages that allows to run some commands in parallel. I've tried snow and NetWorkSpaces, without much success (they are far more slower that the normal functions) My problem is very simple, it doesn't require any communication between parallel tasks; only that it divides simetricaly the task between the available cores. Also, I don't want to run the code in a cluster, just my multicore machine (4 cores). What solution would you propose, given your experience? Regards, Juan Pablo ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.