Re: [OMPI users] over-subscription of cores

2011-12-26 Thread Santosh Ansumali
, as all processes will fight for the same memory bandwidth. > > Just my opinion. > > Matthieu Brucher > > 2011/12/23 Santosh Ansumali >> >>  Dear All, >>        We are running a PDE solver which is memory bound. Due to >> cache related issue,   smaller

Re: [OMPI users] over-subscription of cores

2011-12-26 Thread Santosh Ansumali
programs oversubscription works well. >> Where is the threshold when oversubscription makes a program break down, >> I'd guess only trial and error may tell. >> >> I hope this helps, >> Gus Correa >> >> On Dec 23, 2011, at 2:42 PM, Santosh Ansumali wrote

[OMPI users] over-subscription of cores

2011-12-23 Thread Santosh Ansumali
Regards Santosh Ansumali, Faculty Fellow, Engineering Mechanics Unit Jawaharlal Nehru Centre for Advanced Scientific Research (JNCASR)  Jakkur, Bangalore-560 064, India Tel: + 91 80 22082938

Re: [OMPI users] Help on Mpi derived datatype for class with static members

2010-12-09 Thread Santosh Ansumali
T > { public: private: static const int numELEM =N; myReal data[numELEM]; }; Further, main code is creating nD array of this class and I want to create MPI data for exchange of array of such 3D class. -- Santosh Ansumali, Faculty Fellow, Engineering Mechanics Unit Jawaharlal Nehru Centre for Advanced Scientific Research (JNCASR)  Jakkur, Bangalore-560 064, India Tel: + 91 80 22082938

Re: [OMPI users] Help on Mpi derived datatype for class with static members

2010-12-09 Thread Santosh Ansumali
; > On Dec 8, 2010, at 16:04 , Santosh Ansumali wrote: > >> Dear all, >>   I am confused with the use of MPI derived datatype for classes with >> static member. How to create derived datatype for something like >> class test{ >> static const int i=5; >> do

[OMPI users] Help on Mpi derived datatype for class with static members

2010-12-08 Thread Santosh Ansumali
Dear all, I am confused with the use of MPI derived datatype for classes with static member. How to create derived datatype for something like class test{ static const int i=5; double data[5]; } Thanks for your help! Best, Santosh