From c285135eb903c31cd221f90f03e288a6b67770cd Mon Sep 17 00:00:00 2001 From: Derick Huth Date: Thu, 24 Sep 2015 11:26:53 -0600 Subject: pre-v0.2.1 --- examples/cuda-chill/cp.c | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 examples/cuda-chill/cp.c (limited to 'examples/cuda-chill/cp.c') diff --git a/examples/cuda-chill/cp.c b/examples/cuda-chill/cp.c deleted file mode 100644 index 837d7a6..0000000 --- a/examples/cuda-chill/cp.c +++ /dev/null @@ -1,29 +0,0 @@ -#define N 1 - -#define VOLSIZEY 512 -#define VOLSIZEX 512 -#define VOLSIZEZ 1 -#define ATOMCOUNT 4000 -#define GRIDSPACING 0.1 -#define zDim 0 - -extern float sqrtf(float); - -void cenergy_cpu(float atoms[ATOMCOUNT*4],float *energy,float z) -{ -int i,j,n;float dx,dy,dz; - - for (j=0; j