-
Notifications
You must be signed in to change notification settings - Fork 68
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
Issue 903 turn off paraview #1267
Conversation
@dlonie @aashish24 @chaosphere2112 @jbeezley |
LGTM, lets wait for the buildbot |
does the buildbot turn on CDAT_BUILD_MODE=ALL ? otherwise the buldbot won't see that change 😉 |
No, at the moment it doesn't. |
well then... |
Also the results from buildbot are going to be useless because this doesn't contain #1261. |
and now i get this again:
It had been a while.... |
@doutriaux1 can you update this branch once #1261 goes in? |
sure but I don't think it will help with my error. Let's wait and see. |
no it wont much but it will verify that default build is not broken because of this change. We still have to fix the MPI issue. |
I tried with a simple "make" (not parallel)
|
looking at esmf_external.cmake i see:
Should we worry about the openmp bit? |
ok. After it fails. sourcing setup_runtime.sh and rerunnig make makes it work. Will see if I can add this to the make files. |
Is it guaranteed that setup_runtime.sh will be available at this point during building? It seems a cleaner solution to add the missing environment components to the esmf build script directly, rather than relying on sourcing the setup script during compilation. I've actually run into problems with sourcing setup_runtime during compilation -- it confuses some of the builds, e.g. |
@dlonie I was thinking about this. We already tend to do this (set just the env we need) for other modules. But setup_runtime is created at the time we run cmake. so when building it will be there. I was thinking we should use this, because this is being updated constantly and it reflects more precisely the user environment when uvcdat will be ran. What do you think? |
we cannot rely on setup script. i was referring to cmake of whats failing. |
@potter2 ??? |
ok since merging in release evrything seems to build smoothly again... not 100% sure of what happened, I guess #1261 helped a lot. Anybody care to approve/merge this. |
by the way looking at the failed test on garant: |
LGTM 👍 |
What is the right combination of cmake keys to switch paraview off when we don't need it and its dependencies? |
it should be off by default on master. Is this release or master or some other tag? Thanks. |
No description provided.