[OMPI users] ompe support for filesystems

2020-10-31 Thread Ognen Duzlevski via users
Hello! If I wanted to support a specific filesystem in open mpi, how is this done? What code in the source tree does it? Thanks! Ognen

Re: [OMPI users] ompe support for filesystems

2020-10-31 Thread Ognen Duzlevski via users
m4, add Makefile > to autoconf, ...) to make sure your component is even compiled. > If you are struggling with these, feel free to open a Pull Request to > get some help fixing the missing bits. > > Cheers, > > Gilles > > On Sun, Nov 1, 2020 at 12:18 PM Ognen Duzlev

Re: [OMPI users] ompe support for filesystems

2020-11-04 Thread Ognen Duzlevski via users
component is even compiled. > If you are struggling with these, feel free to open a Pull Request to > get some help fixing the missing bits. > > Cheers, > > Gilles > > On Sun, Nov 1, 2020 at 12:18 PM Ognen Duzlevski via users > wrote: >> >> Hello! >

Re: [OMPI users] ompe support for filesystems

2020-11-04 Thread Ognen Duzlevski via users
mple ompi/mca/fs/gpfs) >> >> There are a some configury tricks (create a configure.m4, add Makefile >> to autoconf, ...) to make sure your component is even compiled. >> If you are struggling with these, feel free to open a Pull Request to >> get some help fixing the missing bits. >> >> Cheers, >> >> Gilles >> >> On Sun, Nov 1, 2020 at 12:18 PM Ognen Duzlevski via users >> wrote: >>> >>> Hello! >>> >>> If I wanted to support a specific filesystem in open mpi, how is this >>> done? What code in the source tree does it? >>> >>> Thanks! >>> Ognen