[OMPI devel] Scaling down open mpi for embedded application

2016-03-19 Thread Monika Hemnani
I am building a multiprocessor system with soft-core processor(Microblaze) and operating system xilkernel(OS from xilinx). I want to scale down Open mpi with the the functionality of mainly sending and recieving only. Also I want the MPI library to have a low memory footprint(in kBs). As my OS is

Re: [OMPI devel] error while compiling openmpi

2016-02-26 Thread Monika Hemnani
; > > struct xxx { > int i; > xxx *p; > }; > > void yyy(xxx *x) { > x->i = 0; > x->p = x; > } > > > Cheers, > > Gilles > > > On 2/26/2016 4:34 PM, Monika Hemnani wrote: > > I'm trying to run Open mpi on Microblaze(soft c

[OMPI devel] error while compiling openmpi

2016-02-26 Thread Monika Hemnani
I'm trying to run Open mpi on Microblaze(soft core processor), with operating system xilkernel(OS from xilinx). I'm getting errors in the file: opal_object.h . This is the part of the code where I'm getting errors. typedef struct opal_object_t opal_object_t; //line 1 typedef st