git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12132 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-06-14 19:34:19 +00:00
parent 7b5846a386
commit 2ec1442e97
5 changed files with 8 additions and 4 deletions

View File

@ -254,7 +254,7 @@ void cuda_check_error(char* comment)
printf("ERROR-CUDA %s %s\n", comment, cudaGetErrorString(cudaGetLastError()));
}
int CudaWrapper_CheckMemUseage()
int CudaWrapper_CheckMemUsage()
{
size_t free, total;
cudaMemGetInfo(&free, &total);