Replies: 1 comment
-
Hi @jinfaz567 what is the licensing like there? Since nproc=4 the use of the GPU requires at least one HPC or HPC pack license. Do you know if those are available to you? If not try setting nproc=3 and try again. Mike |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm encountering an issue when trying to use the launch_mapdl function from the PyAnsys library. Specifically, I'm getting an error when I include the additional_switches parameter with the value -acc nvidia -na 1. I have set this parameter based on the official documentation of PyAnsys_launch_mapdl, but it seems like the function call is not being handled correctly. Here's the code snippet that's causing the problem:
I'm passing the additional_switches parameter to enable GPU acceleration, , but it seems like there might be a misunderstanding in how it should be used.Can anyone provide some guidance on how to properly set the additional_switches parameter for GPU acceleration?
The complete error message is as follows:
Beta Was this translation helpful? Give feedback.
All reactions