HPC Running and Converting Models: Difference between revisions
Content deleted Content added
Line 17:
= Running HPC on GPU Devices =
Much like HPC can be run across multiple CPU processors, HPC can be run across multiple GPU cards. The following TCF command can be used to set the number of GPU devices and which devices to use.<br>
<font color="blue"><tt>GPU Device
If a machine only has a single GPU card, the GPU Device ID should be 0, this is a default. If a second GPU card
Alternatively, the GPU devices can be specified in the batch file / command line by using the -pu<id> argument. Note that multiple arguments are required to run on multiple GPU cards, e.g. -pu0 -pu1 and so on.<br>
If both control file and command line are used to specify devices, the command line option will prevail.
= Converting TUFLOW GPU to HPC (TCF Updates) =
| |||