Skip to content
Snippets Groups Projects
Commit 9b5ddbec authored by James Willis's avatar James Willis
Browse files

Added an extra test case to testActivePair.sh to include the RNG seed that...

Added an extra test case to testActivePair.sh to include the RNG seed that creates a vectorised neighbour find bug.
parent 8321bad8
No related branches found
No related tags found
1 merge request!435Correct vec neighbour find
......@@ -4,8 +4,18 @@ echo ""
rm -f brute_force_pair_active.dat swift_dopair_active.dat
echo "Running ./testActivePair -n 6 -r 1 -d 0 -f active"
./testActivePair -n 6 -r 1 -d 0 -f active
python @srcdir@/difffloat.py brute_force_active.dat swift_dopair_active.dat @srcdir@/tolerance_pair_active.dat
rm -f brute_force_pair_active.dat swift_dopair_active.dat
echo "Running ./testActivePair -n 6 -r 1 -d 0 -f active -s 1506434777"
./testActivePair -n 6 -r 1 -d 0 -f active -s 1506434777
python @srcdir@/difffloat.py brute_force_active.dat swift_dopair_active.dat @srcdir@/tolerance_pair_active.dat
exit $?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment