[R-sig-hpc] (no subject)
Novack-Gottshall, Philip M.
pnovack-gottshall at ben.edu
Sat Feb 1 17:02:14 CET 2014
Sure! I'm running 382 hyperthreaded CPUs on an MPI cluster with no
problem as I'm typing now. I just use the following lines:
cpus <- 382 # Number of CPUs to cluster together
sfSetMaxCPUs(cpus) # Use when plan more than 32 CPUs
sfInit(parallel=T, cpus=cpus, slaveOutfile="initfile", type="MPI")
# Initialize MPI cluster
stopifnot(sfCpus()==cpus) # Confirm set up CPUs properly
stopifnot(sfParallel()==TRUE) # Confirm now running in parallel
Cheers,
Phil
On 2/1/2014 12:05 AM, jean-michel nguyen wrote:
> Dear all
> Is it possible to use more than 120 CPU in Snowfall ? (CPUsMax=240) do not work
>
> Thank a lot
> Nguyen jm
>
> [[alternative HTML version deleted]]
>
> _______________________________________________
> R-sig-hpc mailing list
> R-sig-hpc at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-hpc
>
>
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Phil Novack-Gottshall
Associate Professor
Department of Biological Sciences
Benedictine University
5700 College Road
Lisle, IL 60532
pnovack-gottshall at ben.edu
Phone: 630-829-6514
Fax: 630-829-6547
Office: 332 Birck Hall
Lab: 107 Birck Hall
http://www1.ben.edu/faculty/pnovack-gottshall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
More information about the R-sig-hpc
mailing list