Hi Giovanni, I've been using Eclipse. It has an option to make a project from an existing Makefile. You can go that route if you want to hack on the source from within.
If you have a separate project and you want to use their API library, you should take Becky's advice and perform an install (configure, make, make install, etc.). Once you make and install, it adds the pvfs2.h and other significant library files to an include location on your system (/usr/local/include on Ubuntu). After that, #include "pvfs2.h" should work as long as your project build path is configured properly. Cheers, Adam On Tue, Oct 18, 2011 at 5:33 AM, Giovanni Formisano < [email protected]> wrote: > Hi all > > I have a trouble. > > I have to understand how work a simple program write with API pvfs2 because > I should make a wrapper of library attempting to change the communicator, > for example I must use GvirtuS. I don't understand how can compile, for > example pvfs2-cp, so as I can use a debug o something like that. > > Do you have some advise? > > Please > > Best > Giovanni > > _______________________________________________ > Pvfs2-users mailing list > [email protected] > http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users > >
_______________________________________________ Pvfs2-users mailing list [email protected] http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
