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

New annotation class: file-parallel and read-only #281

Closed
nvasilakis opened this issue Jul 15, 2021 · 1 comment
Closed

New annotation class: file-parallel and read-only #281

nvasilakis opened this issue Jul 15, 2021 · 1 comment

Comments

@nvasilakis
Copy link
Collaborator

Based on the discussions of the Annotations working group, we believe we will need a couple of new classes annotations for non-parallelizable pure and side-effectful commands. The first additional annotation would describe a subclass of non-parallelizable pure and side-effectful commands that are safe to parallelize across file boundaries (allowing parallelization of for, xargs, and other similar constructs). The second class would be side-effectful commands that only read environment variables—including hardware properties, /proc filesystem etc.

@angelhof
Copy link
Member

Ported to: binpash/annotations#12

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

No branches or pull requests

2 participants