Re: [R] multicore and mclapply problem in calculation server

2013-12-20 Thread Juan Antonio Balbuena
Hi Patrick, Thanks for posting. The wrapper function works as it should. If you do not specify return the function returns the last object declared, and this is exactly what I intended. Doing some research on my own I found out that the problem was here: x <- c(1: length(linH))

Re: [R] multicore and mclapply problem in calculation server

2013-12-19 Thread p_connolly
On Wed, 18-Dec-2013 at 09:28AM +0100, Juan Antonio Balbuena wrote: |> |>Hello |>I am using package multicore for parallel computing in a Altix UltraViolet |>1000 server with 64 CPUs and 960 GB of RAM memory. Access is managed by |>means of a SGE queue system. This is the first t

[R] multicore and mclapply problem in calculation server

2013-12-18 Thread Juan Antonio Balbuena
Hello I am using package multicore for parallel computing in a Altix UltraViolet 1000 server with 64 CPUs and 960 GB of RAM memory. Access is managed by means of a SGE queue system. This is the first time I am using parallel computing and my experience with supercomputers is quite l