You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,I encountered this issue during the compilation process, and I don't know what solution is available to solve it.
!!WARNING!! The selected GPU number is too high, this device number does not exist!! GPU_id (starting at 0)=10, deviceCount=2
MapSMtoCores for SM 8.9 is undefined. Default to use 128 Cores/SM
MapSMtoCores for SM 6.1 is undefined. Default to use 128 Cores/SM
Selecting the fastest GPU available using gpuGetMaxGflopsDeviceId(): GPU_id = 0
==> CUDA (MPI process #0): 2 CUDA enabled GPU detected! Using device #0: "NVIDIA GeForce RTX 4070 Ti"
Compute capability: 8.9, Number multiprocessors: 60
Clock rate: 2.68 GHz, Global memory: 12009.625 Mbyte, Constant memory: 64.00 kbyte
Shared memory per block: 48.00 kbyte, Registers per block: 64.00 kbyte
CUDA Driver Version: 12.20, Runtime Version: 12.20
!!WARNING!! The selected GPU is connected to a display and therefore CUDA driver will limit the kernel run time to 5 seconds and the simulation will likely fail!!
You can fix this by executing the simulation in a different GPU (select number in the input file) or by turning off the window manager and using the text-only Linux shell.
I have installed CUDA, SDK, OPENMPI
Thank you in advance for your insights.
Regards
The text was updated successfully, but these errors were encountered:
Hi,I encountered this issue during the compilation process, and I don't know what solution is available to solve it.
!!WARNING!! The selected GPU number is too high, this device number does not exist!! GPU_id (starting at 0)=10, deviceCount=2
MapSMtoCores for SM 8.9 is undefined. Default to use 128 Cores/SM
MapSMtoCores for SM 6.1 is undefined. Default to use 128 Cores/SM
Selecting the fastest GPU available using gpuGetMaxGflopsDeviceId(): GPU_id = 0
!!WARNING!! The selected GPU is connected to a display and therefore CUDA driver will limit the kernel run time to 5 seconds and the simulation will likely fail!!
You can fix this by executing the simulation in a different GPU (select number in the input file) or by turning off the window manager and using the text-only Linux shell.
I have installed CUDA, SDK, OPENMPI
Thank you in advance for your insights.
Regards
The text was updated successfully, but these errors were encountered: