From 981a62b6f21fa88c92917f7095e85cb327e39d76 Mon Sep 17 00:00:00 2001 From: RaulPPealez Date: Fri, 22 May 2020 06:44:22 -0400 Subject: [PATCH] Update test --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index 7d4a74f..ea38707 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,8 +1,8 @@ -EXE=../build/bin/RadialDistributionFunction +EXE=build/bin/rdf all: - + mkdir -p build && cd build && cmake ../.. && make; cd - seq 1 1e8 | awk '{print rand()*10, rand()*10, rand()*10}' > inipos echo "CPU: ">>timing.dat bash test.bash $(EXE) "-device CPU"