Re: [OMPI devel] Problem to integrate function in OpenMPI

2015-01-25 Thread Cyrille DIBAMOU MBEUYO
Thank you. Indeed, while saving the context.PID of a process running on a node with BLCR through OpenMPI on the checkpoint folder, i also want to save the utilisation average of the CPU and the Memory for this process on a file. Or there is another method to have this informations ? Best Regards

Re: [OMPI devel] Problem to integrate function in OpenMPI

2015-01-23 Thread Jeff Squyres (jsquyres)
> On Jan 23, 2015, at 10:58 AM, Cyrille DIBAMOU MBEUYO > wrote: > > Hello development team, i'm Ph.D Student in computer science, > > i have a problem with OpenMPI, for my Ph.D research. > > My problem is that, i want to integrate a function to the OpenMPI > library and compile my program. Wh

[OMPI devel] Problem to integrate function in OpenMPI

2015-01-23 Thread Cyrille DIBAMOU MBEUYO
Hello development team, i'm Ph.D Student in computer science, i have a problem with OpenMPI, for my Ph.D research. My problem is that, i want to integrate a function to the OpenMPI library and compile my program. But, i dont know where do i put my function in the OpenMPI code. Hope to read you.