Re: [OMPI users] NUMA: Non-local memory access and performance effects on OpenMPI

2015-07-27 Thread John Hearns
t kernel > development. > > > > Best regards, Davide > > > >> Date: Fri, 24 Jul 2015 13:36:55 -0700 > >> From: Ralph Castain > >> To: Open MPI Users > >> Subject: Re: [OMPI users] NUMA: Non-local memory access and > >> perfo

Re: [OMPI users] NUMA: Non-local memory access and performance effects on OpenMPI

2015-07-27 Thread Ralph Castain
in this direction in recent kernel development. > > Best regards, Davide > >> Date: Fri, 24 Jul 2015 13:36:55 -0700 >> From: Ralph Castain >> To: Open MPI Users >> Subject: Re: [OMPI users] NUMA: Non-local memory access and >> performance eff

Re: [OMPI users] NUMA: Non-local memory access and performance effects on OpenMPI

2015-07-27 Thread Davide Cesari
36:55 -0700 From: Ralph Castain To: Open MPI Users Subject: Re: [OMPI users] NUMA: Non-local memory access and performance effects on OpenMPI Hi Bill You actually can get OMPI to split a process across sockets. Let?s say there are 4 cores/socket and 2 sockets/node. You could run two pro

Re: [OMPI users] NUMA: Non-local memory access and performance effects on OpenMPI

2015-07-24 Thread Ralph Castain
Hi Bill You actually can get OMPI to split a process across sockets. Let’s say there are 4 cores/socket and 2 sockets/node. You could run two procs on the same node, one split across sockets, by: mpirun -n 1 —map-by core:pe=5 ./app : -n 1 —map-by core:pe=3 ./app The first proc will run on all