GPU memory call problem #594
-
I am running the simulation in the example and transitioning from CPU simulation to GPU simulation. I can get the fluid simulation results normally in CPU simulation, but after using GPU, an error "Invalid permissions (2)" will appear. The specific error details are as follows: (The MPI RANK = 2) ... If you have any suggestions or questions, we can discuss further. Thank you for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Try to use latest |
Beta Was this translation helpful? Give feedback.
-
The error message suggest that your using an MPI implementation which doesn't support GPU buffers. To disable GPU aware MPI just set the following env-var |
Beta Was this translation helpful? Give feedback.
Try to use latest
next
branch and run one of the examples e.g.turbPipe
first.