-
Notifications
You must be signed in to change notification settings - Fork 703
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
{cae,numlib}[foss/2022b,gompi/2022b] OpenFOAM vv2212, CGAL v4.14.3 w/ Python 3.10.8 #17496
base: develop
Are you sure you want to change the base?
{cae,numlib}[foss/2022b,gompi/2022b] OpenFOAM vv2212, CGAL v4.14.3 w/ Python 3.10.8 #17496
Conversation
…022b.eb and patches: OpenFOAM-v2212-wmake-OpenMPI.patch
OpenFOAM's parallel decomposition with SCOTCH requires a non-threaded MPI build of SCOTCH. Has this changed with version 7.0.3 ? Or should it instead depend on a no-thread version of SCOTCH ? |
hum, in my local build, I have to use |
I would suggest bumping to CGAL 5.x. You need to use c++14 to build with CGAL 5.x. CGAL 5.x can be installed at the SYSTEM level, and with the CMakeMake EasyBlock (rather than the custom EasyBlock), since it is now header only. I installed our OpenFOAM v2212 with toolchain |
(created using
eb --new-pr
)