Ge Yan

Results 9 comments of Ge Yan

> @geyan3566 would it be possible for you to share your mesh/model and the code snippet with this behavior? Thanks for your reply. Here are the model file and the...

There is also a serial version that converts a `pumi` mesh into `mfem` mesh, in which it has a function that can fix the element orientation. (This function is not...

Thanks. Please let me know when the pull request is done because the parallel pumi mesh is necessary for my project.

I also tried gcc-10 and g++-10 which does not solve the problem

@yanang007 Thanks for your answer. I'm using the cuda-toolkit come with PopOS, which seems likely from the package. I'll try > switched to cuda from nvidia repository (installation instructions from...

This problem is fix by installing the official cudatoolkit from website. Thanks @yanang007

@marsaev Thanks for the reply. I'll go with with release build for now. The error above seems like a compiler compatibility issue, not sure.

I tried to build with release, it works. But I'm unable to run the example. Here is the error message Output info ``` 'amgx_capi.exe' (Win32): Loaded 'D:\Develop\AMGX\out\build\x64-Release\examples\amgx_capi.exe'. Module was built...

Thank you. I just overlooked the setting environment variable part. Please let me know in the future how to fix the debug build with the specific (maybe the latest) visual...