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
Add back a target via CMake to (i) build and (ii) run all C++ demos.
The text was updated successfully, but these errors were encountered:
Some progress towards this in the branch chris/cmake-demos. Remaining issues:
chris/cmake-demos
OpenMPI requires the --allow-run-as-root flag. It would be preferable to remove this, and use an environment variable. This may now be possible in the latest OpenMPI: v4.0.x: Allow run-as-root if 2 envars are set open-mpi/ompi#5598
--allow-run-as-root
Hyperelasticity demo fails to compile in complex mode: Either make it work, or prevent it from running.
Sorry, something went wrong.
See #274.
Fixes by PR #274.
No branches or pull requests
Add back a target via CMake to (i) build and (ii) run all C++ demos.
The text was updated successfully, but these errors were encountered: