-
Notifications
You must be signed in to change notification settings - Fork 67
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
add vtkm check for Ascent default types #1067
Conversation
We planned to include the default type cmake check for 0.9.2, now that we are using VTK-m 2.0, however it turns out the CMake logic isn't fully there yet. So we will need to wait for a new VTK-m patch release and address after 0.9.2 |
@nicolemarsaglia -- should we be able to get this in with VTK-m 2.1? |
Yeah, let me revisit this! |
@cyrush if you could just double check this I would appreciate it. Should be good, but this pr is very old and cmake changes scare me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, let's merge!
check for VTKm_USE_DEFAULT_TYPES_FOR_ASCENT if this is set then in the vtkm build the use doubles is on and 64bit ids is off.
Needs a vtkm merge to reveal this flag