-
3
- #1
DRM89
Mechanical
- May 16, 2018
- 7
Hi there,
I have an NVIDIA quadro p5000 graphics card and would like to enable the gpu acceleration feature. I have downloaded the most up-to-date drivers and cuda software and have attempted several different commands in a pwrshell job execution format as well as trying several different commands (sourced from around the internet) in the env file but to no avail.
Generally the error that I run into is ***WARNING: USE ENVIRONMENT VARIABLE ABA_ACCELERATOR_TYPE TO SELECT THE
DESIRED PLATFORM TYPE
but the documentation doesnt seem to give any indication on how to fix this.
Any help would be appreciated.
*** EDIT
Problem solved, the following must be added to the v6 env file
os.environ["ABA_ACCELERATOR_TYPE"]="PLATFORM_CUDA" # Nvidia
I have an NVIDIA quadro p5000 graphics card and would like to enable the gpu acceleration feature. I have downloaded the most up-to-date drivers and cuda software and have attempted several different commands in a pwrshell job execution format as well as trying several different commands (sourced from around the internet) in the env file but to no avail.
Generally the error that I run into is ***WARNING: USE ENVIRONMENT VARIABLE ABA_ACCELERATOR_TYPE TO SELECT THE
DESIRED PLATFORM TYPE
but the documentation doesnt seem to give any indication on how to fix this.
Any help would be appreciated.
*** EDIT
Problem solved, the following must be added to the v6 env file
os.environ["ABA_ACCELERATOR_TYPE"]="PLATFORM_CUDA" # Nvidia