-
Notifications
You must be signed in to change notification settings - Fork 717
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
{vis}[foss/2020a, intel/2020a] ParaView v5.8.0 #10369
Conversation
…hen building with intel/2020a, use $CXXFLAGS
@maxim-masterov I took the liberty of tweaking this a little bit, mostly to fix the Both easyconfigs work, I'll get test reports submitted for them, so we can get this merged. We're collapsing the easyconfigs from the |
@boegel Thanks! |
Test report by @boegel |
Test report by @boegel |
Test report by @boegel |
Test report by @boegel |
Going in, thanks @maxim-masterov! |
CMake options for the v5.8 significantly diverge from the previous v5.6. I've removed much of the deprecated options, including those that are inherited from the really old EB-configs. Also, there is no
VTKData
rule in the makefile anymore, so it is removed as well.An important thing to mention: there seems to be a bug in the intel compiler. ParaView does not compile with
-ipo
option, throwing an error:icpc: error #10014: problem during multi-file optimization compilation (code 4)
. Thus, for the intel toolchain, the compilation is set using-no-ipo
option.