GRID vGPU: Difference between revisions

From Computer Science Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 9: Line 9:
/etc/nvidia/gridd.conf
/etc/nvidia/gridd.conf


<nowiki>ServerAddress=192.168.1.107
<pre>
ServerAddress=192.168.1.107
ServerPort=7070
ServerPort=7070
FeatureType=2</nowiki>
FeatureType=2
</pre>

Latest revision as of 13:01, 8 October 2018

When using a virtual GPU from any of our VM clusters, make sure to use the NVidia grid driver located here:

<file>

After you install the driver, be sure to configure the gridd.conf file as follows:


/etc/nvidia/gridd.conf

ServerAddress=192.168.1.107
ServerPort=7070
FeatureType=2