, 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
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
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
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
;
> 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
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