Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Enabling GPGPU acceleration 3

Status
Not open for further replies.

DRM89

Mechanical
Joined
May 16, 2018
Messages
7
Location
CA
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top