-
Notifications
You must be signed in to change notification settings - Fork 89
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
Modified parallel plates permeability and updated discretization #2623
Modified parallel plates permeability and updated discretization #2623
Conversation
@karimifard I have fixed that last compilation error on gpu machines. I am not too sure why but nvcc does not like whenever we call a device lambda nested inside a generic lambda. Maybe @klevzoff has a better idea of why that's not allowed. In any case, I have moved the kernel launches to |
I'm not too sure either, probably something to do with ABI and how the device lambda names are mangled. In any case, it's intentionally not supported by |
Same problem on my side, related to an explicit move operator requiring an explicit destructor:
|
yeah, there is a fix for this: #2654 |
…/ModifiedParallelPlatesPermV2
…/ModifiedParallelPlatesPermV2
IntegratedTests PR: GEOS-DEV/integratedTests#37