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

Github: set OMPI and PaRSEC related env variables and remove setlocale #242

Merged
merged 1 commit into from
Sep 23, 2022

Conversation

devreal
Copy link
Contributor

@devreal devreal commented Sep 22, 2022

OMPI_MCA_btl_vader_single_copy_mechanism is meant to suppress an error message from an incompatibility between btl/vader and docker, see open-mpi/ompi#4948.

PARSEC_MCA_runtime_bind_threads is meant to disable thread binding in PaRSEC, potentially speeding up test runs.

Signed-off-by: Joseph Schuchart schuchart@icl.utk.edu

…e call

OMPI_MCA_btl_vader_single_copy_mechanism is meant to suppress an error
message from an incompatibility between btl/vader and docker, see
open-mpi/ompi#4948.

PARSEC_MCA_runtime_bind_threads is meant to disable thread binding in
PaRSEC, potentially speeding up test runs.

Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
@devreal
Copy link
Contributor Author

devreal commented Sep 23, 2022

I moved the remove of the setlocale call to #241 to keep this one clean.

@evaleev evaleev merged commit 7959168 into TESSEorg:master Sep 23, 2022
@evaleev
Copy link
Contributor

evaleev commented Sep 23, 2022

@devreal thanks, I reran CI job multiple times manually and this seems to have solved the stochastic issues with parsec tests

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.

None yet

2 participants