TUFLOW Message 3005: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
Line 8:
|suggestions=Ensure that the "<font color="blue"><tt>GPU Device Ids</tt></font>" tcf command or "-pu" command line argument refers to a valid GPU device ID number for the machine.<br>
:''Note: The command line argument will override the tcf command if both are used.''
 
''Example'': For a machine with 1 GPU available (integer = 0), if a non valid GPU device ID number is specified in the tcf file such as <font color="blue"><tt>GPU Device Ids </tt></font> <font color="red"><tt>== </tt></font> <font color="black"><tt>3</tt></font>, the following message error: "ERROR 3005 - Requested <font color="blue"><tt>device</tt></font> "3" <font color="blue"><tt>not</tt></font> found <font color="blue"><tt>in</tt></font> available <font color="blue"><tt>device</tt></font> list" will be triggered in the hpc.tlf and the available GPU devices will be presented in the .tlf file: "Found 1 GPU devices". To fix the issue in that case, it would be suggested to replace the following command <font color="blue"><tt>GPU Device Ids </tt></font> <font color="red"><tt>== </tt></font> <font color="black"><tt>3 </tt></font> in the tcf file with <font color="blue"><tt>GPU Device Ids </tt></font> <font color="red"><tt>== </tt></font> <font color="black"><tt>0</tt></font>.
 
|uplink=[[3xxx_TUFLOW_Messages|3xxx Messages]]