Gilles,
Thank you for replying.
I took a look at the code and am curious to understand where the actual
read/write/seek etc. operations are implemented. From what I can
see/understand - what you pointed me to implements file open/close
etc. operations that pertain to particular filesystems.
I th
Afraid I would have no idea - all I could tell them is that there was a bug and
it has been fixed
On Nov 2, 2020, at 12:18 AM, Andrea Piacentini via users
mailto:users@lists.open-mpi.org> > wrote:
I installed version 4.0.5 and the problem appears to be fixed.
Can you please help us explaini
the ompio software infrastructure has multiple frameworks.
fs framework: abstracts out file system level operations (open, close, etc)
fbtl framework: provides the abstractions and implementations of *individual*
file I/O operations (seek,read,write, iread,iwrite)
fcoll framework: provides the
Edgar,
Thanks - this is exactly what I was looking for. I started going through
the code in earnest and trying to figure out exactly where the magic
happens. I may have more questions :-)
Ognen
Gabriel, Edgar via users writes:
> the ompio software infrastructure has multiple frameworks.
>
> fs