DIDSR / VICTRE_MCGPU

Version of MC-GPU used in the VICTRE project
32 stars 18 forks source link

Some issues encountered during compilation #15

Open 17866520451 opened 1 year ago

17866520451 commented 1 year ago

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