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

cxx-openmp-ignition test fails if OpenMP is not available #933

Closed
speth opened this issue Sep 10, 2020 · 0 comments · Fixed by #962
Closed

cxx-openmp-ignition test fails if OpenMP is not available #933

speth opened this issue Sep 10, 2020 · 0 comments · Fixed by #962

Comments

@speth
Copy link
Member

speth commented Sep 10, 2020

Problem description

Building the latest version of Cantera (commit ) on Mac OS X Catalina from source, the test cxx-openmp-ignition fails as the build cannot locate the "omp.h" file.

Installing libomp via Homebrew seems to solve the problem.

Presumably, we should skip this test if OpenMP is not available.

Steps to reproduce

  1. Compile Cantera on a system where omp.h is not present.
  2. run scons test

System information

  • Cantera version: current main (2cd0619)
  • OS: macOS Catalina

Additional context

This issue was originally reported by @santoshshanbhogue on the Cantera Users' Group (https://groups.google.com/g/cantera-users/c/zefZRgeKUbw)

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 a pull request may close this issue.

1 participant