We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
assignment_policy() updates the value of the 'memory' key of a task to calculate locality scores.
Parla.py/parla/task_runtime.py
Line 1671 in cbe1469
However, if a task does not use any PArray, it doubles unnecessary iteration space of check_resources_availability().
In 1000 independent 0.5s tasks, this iteration increases execution time from 43s to 53s.
The resource requirement dictionary update should be avoided if a task does not use any PArray.
The text was updated successfully, but these errors were encountered:
nicelhc13
No branches or pull requests
assignment_policy() updates the value of the 'memory' key of a task to calculate locality scores.
Parla.py/parla/task_runtime.py
Line 1671 in cbe1469
However, if a task does not use any PArray, it doubles unnecessary iteration space of check_resources_availability().
In 1000 independent 0.5s tasks, this iteration increases execution time from 43s to 53s.
The resource requirement dictionary update should be avoided if a task does not use any PArray.
The text was updated successfully, but these errors were encountered: