Skip to content
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

Older system/kernel compatibility #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Matthew-Whitlock
Copy link
Contributor

Use sendfile instead of copy_file_range when compiling on systems with kernels too old to support copy_file_range and glibc too old to emulate it.

When using auto-install.py, enable passing cmake arguments to dependencies. Also only attempts to import some non-stock python libraries when necessary.
(I must pass -DCMAKE_NO_SYSTEM_FROM_IMPORTED=ON for compiling w/ custom mpi installs on some systems)

@bnicolae
Copy link
Contributor

On these older systems, is there a good justification to use sendfile vs. the read/write engine (i.e., by setting posix-io=rw)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants