-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrap xattr IO functions with DCOPY_USE_XATTRS #583
base: main
Are you sure you want to change the base?
Conversation
The calls to these functions and the imports are wrapped with DCOPY_USE_XATTRS so also wrap the mfu_ function definitions since if the system library is not included, the sys functions are not defined. Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
@Michael-Hennecke Will you give this a try? It should work for both |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @daltonbohning thanks for this fix. I have just one question.
Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @ofaaland. Okay if I merge this? I use to run them by Adam but not sure what the process is now. (I do have perms to merge) |
Sounds good, thanks.
Good point, we should discuss a process. @carbonneau1 here at LLNL has agreed to take over mpifileutils maintenance, but is just getting started. |
The calls to these functions and the imports are wrapped with DCOPY_USE_XATTRS so also wrap the mfu_ function definitions since if the system library is not included, the sys functions are not defined.
Resolves #578