Introduction
Introduction Statistics Contact Development Disclaimer Help
tRemoved report of wall values - sphere - GPU-based 3D discrete element method …
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 888ba76615842e341b2ec3d1a6add9432ac51ca8
parent 0cc2967dc671b1df21fad06c8d72051b7dbf920a
Author: Anders Damsgaard <[email protected]>
Date: Tue, 27 Nov 2012 13:46:59 +0100
Removed report of wall values
Diffstat:
M src/device.cu | 13 -------------
1 file changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/src/device.cu b/src/device.cu
t@@ -400,19 +400,6 @@ __host__ void DEM::transferToGlobalDeviceMemory()
cudaMemcpy( dev_walls_mvfd, walls.mvfd,
sizeof(Float4)*walls.nw, cudaMemcpyHostToDevice);
- std::cout << "walls.nw = " << walls.nw << '\n';
- std::cout << "walls.nx[0] = "
- << walls.nx[0].x << '\t'
- << walls.nx[0].y << '\t'
- << walls.nx[0].w << '\t'
- << walls.nx[0].z << '\n';
-
- std::cout << "walls.mvfd[0] = "
- << walls.mvfd[0].x << '\t'
- << walls.mvfd[0].y << '\t'
- << walls.mvfd[0].w << '\t'
- << walls.mvfd[0].z << '\n';
-
checkForCudaErrors("End of transferToGlobalDeviceMemory");
if (verbose == 1)
std::cout << "Done\n";
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.