Difference between revisions of "TUFLOW Message 2464"

From Tuflow
Jump to navigation Jump to search
 
Line 4: Line 4:
  
 
|type=[[ERROR]]
 
|type=[[ERROR]]
|message_desc=
+
|message_desc=The number of values found in the command "<tt><font color=blue>HPC Device Split</font><font color=red> == </font>Value1, Value2,...</tt>" exceeds the number of GPU devices found in the machine or the number of devices that model was told to run on.
|suggestions=Please contact [mailto:support@tuflow.com support@tuflow.com].
+
 
 +
Alternative message: No values were specified after the command "<tt><font color=blue>HPC Device Split</font><font color=red> == </font></tt>"
 +
|suggestions=Double check the command "<tt><font color=blue>HPC Device Split</font><font color=red> == </font></tt>" is appropriate. I.e. that it has at least one value specified and that it matches the number of devices the model is trying to run on. E.g. the number of values should match the list of devices in this command <tt><font color=blue>GPU Device IDs</font><font color=red> == </font><list_of_device_ids></tt> or the number of devices could also be specified in the batch file with <tt>-pu0 -pu1...</tt>. Also check that the number of values does not exceed the number of available GPU cards on the machine.
  
  

Latest revision as of 23:44, 27 May 2025

TUFLOW Message
ERROR 2464 - Exceeded limit of devices: "<>" for HPC Device Split.

Alternate Message
ERROR 2464 - No values found after HPC Device Split command.

Message Type
ERROR

Description
The number of values found in the command "HPC Device Split == Value1, Value2,..." exceeds the number of GPU devices found in the machine or the number of devices that model was told to run on.

Alternative message: No values were specified after the command "HPC Device Split == "

Suggestions
Double check the command "HPC Device Split == " is appropriate. I.e. that it has at least one value specified and that it matches the number of devices the model is trying to run on. E.g. the number of values should match the list of devices in this command GPU Device IDs == <list_of_device_ids> or the number of devices could also be specified in the batch file with -pu0 -pu1.... Also check that the number of values does not exceed the number of available GPU cards on the machine.


Up
Go-up.png 2xxx Messages