Message boards : Number crunching : CXL12_DIM higher GPU usage on Windows 7 on 980 Ti card
Author | Message |
---|---|
I noticed that there was higher GPU usage (78%) for the CXL_DIM than the other Gerald Wu's (67%) for a windows 7 computer, when the WU is running on a 980 Ti card. | |
ID: 41982 | Rating: 0 | rate: / Reply Quote | |
My windows xp computer was able to achieve 97% GPU usage with 980 Ti card, which is slightly better than the 93%, I usually get. | |
ID: 41988 | Rating: 0 | rate: / Reply Quote | |
I noticed that there was higher GPU usage (78%) for the CXL_DIM than the other Gerald Wu's (67%) for a windows 7 computer, when the WU is running on a 980 Ti card. The difference is in the number of atoms in the given simulation. Look for the number before "Natoms" at the last line of stderr.txt:
GERARD_CXCL12_DIM_HEP1 : 64965 Natoms 10.000.000 steps
GERARD_CXCL12_CMP_11_mol1 : 29570 Natoms 15.000.000 steps
GERARD_CXCL12_CMP_02_mol2 : 29572 Natoms 15.000.000 steps
GERARD_PTCL2_CTL_PRZ3 : 37886 Natoms 15.000.000 steps
GERARD_PTCTL_PLA2_AIN3 : 29531 Natoms 15.000.000 steps
GERARD_PTCTL_PLA2_IBP3 : 29522 Natoms 15.000.000 steps
GERARD_PTCTL_LFE_IBP1 : 54751 Natoms 11.250.000 steps
GERARD_FXCXCL12_LIG : 31843 Natoms 17.500.000 steps
GERARD_VACXCL12_LIG : 32030 Natoms 17.500.000 steps
GERARD_3GG_CXCL12_DIM : 35159 Natoms 5.000.000 steps (short) The larger the number of atoms, the longer one step takes, so less interaction is needed between the CPU and the GPU to keep the simulation running. Less interaction between the CPU and the GPU results in less latency caused by the WDDM, thus the GPU usage will be higher. Workunits with more atoms consist less steps, to keep the total runtime similar. However the ns/day value is wrong, it is either day/ns or ms/step. | |
ID: 41989 | Rating: 0 | rate: / Reply Quote | |
Message boards : Number crunching : CXL12_DIM higher GPU usage on Windows 7 on 980 Ti card