I purchased the SuperServer model name as 7046GT-TRF-FC407. I have installed Windows 2008 R2 64bit OS and trying to dump the GPGPU card's information. Is there any way to get the information by reading those data from cards?
You can basically install nvidia CUDA Development Driver from the CUDA Developer Zone web site first. After installation, you will be able to see the folder under "Program Files\NVIDIA Corporation\NVSMI”. Find the tool name, called nvidia-smi. Use the command below to get all GPGPU cards information.
List verbose GPU information: nvidia-smi -q
List all GPUs in a system : nvidia-smi -L
List COMPUTE mode rules : nvidia-smi -s