Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed May 22, 2020
1 parent 526cc94 commit 981a62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 981a62b

Please sign in to comment.