gpu usage

how to use all available cores of gpu for running a fortran program and how to analyze what % of gpu memory,that application is using and number of cores used by that program.

compiler-- PGFORTRAN

GPU-- NVIDIA TESLA-c2075(48 cores)


thank you.

Hi Rahul02,

You can use the “nvidia-smi -a” utiltiy to view the Tesla’s GPU and Memory utilization % as well as used and available memory.

Hope this helps,
Mat