K20 Global Memory

I just received a K20c, with ecc off there is only 1G of global memory showing, With ecc on there is 700K of global memory showing. Im using the cudaGetDeviceProperties call. Also have a gtx 690 in the same box and the properties are correct on that card. Since there is supposed to be 5G of memory on the K20c do I have a defective card ?,

CUDA Device #0
Major revision number: 3
Minor revision number: 5
Name: Tesla K20c
Total global memory: 737738752
Total shared memory per block: 49152
Total registers per block: 65536
Warp size: 32
Maximum memory pitch: 2147483647
Maximum threads per block: 1024
Maximum dimension 0 of block: 1024
Maximum dimension 1 of block: 1024
Maximum dimension 2 of block: 64
Maximum dimension 0 of grid: 2147483647
Maximum dimension 1 of grid: 65535
Maximum dimension 2 of grid: 65535
Clock rate: 705500
Total constant memory: 65536
Texture alignment: 512
Concurrent copy and execution: Yes
Number of multiprocessors: 13
Kernel execution timeout: No

CUDA Device #1
Major revision number: 3
Minor revision number: 0
Name: GeForce GTX 690
Total global memory: 2147287040
Total shared memory per block: 49152
Total registers per block: 65536
Warp size: 32
Maximum memory pitch: 2147483647
Maximum threads per block: 1024
Maximum dimension 0 of block: 1024
Maximum dimension 1 of block: 1024
Maximum dimension 2 of block: 64
Maximum dimension 0 of grid: 2147483647
Maximum dimension 1 of grid: 65535
Maximum dimension 2 of grid: 65535
Clock rate: 1019500
Total constant memory: 65536
Texture alignment: 512
Concurrent copy and execution: Yes
Number of multiprocessors: 8
Kernel execution timeout: No

CUDA Device #2
Major revision number: 3
Minor revision number: 0
Name: GeForce GTX 690
Total global memory: 2147155968
Total shared memory per block: 49152
Total registers per block: 65536
Warp size: 32
Maximum memory pitch: 2147483647
Maximum threads per block: 1024
Maximum dimension 0 of block: 1024
Maximum dimension 1 of block: 1024
Maximum dimension 2 of block: 64
Maximum dimension 0 of grid: 2147483647
Maximum dimension 1 of grid: 65535
Maximum dimension 2 of grid: 65535
Clock rate: 1019500
Total constant memory: 65536
Texture alignment: 512
Concurrent copy and execution: Yes
Number of multiprocessors: 8
Kernel execution timeout: Yes

[/code][img][img][s]


[/s][/img][/img]

Sorry guys, found the problem, there was no issue other than I forgot to use a %ld in a print statement , memory size was a long int. Reads correct now → Total global memory: 5032706048