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

Change how much the smoothing lengths are perturbed by to catch more bugs more effectively.

parent b39501a1
No related branches found
No related tags found
1 merge request!396Avx512 fixes
......@@ -35,8 +35,8 @@ do
rm -f brute_force_27_standard.dat swift_dopair_27_standard.dat
echo "Running ./test27cells -n 6 -r 1 -d 0 -f standard -v $v -p 1.1"
./test27cells -n 6 -r 1 -d 0 -f standard -v $v -p 1.1
echo "Running ./test27cells -n 6 -r 1 -d 0 -f standard -v $v -p 1.3"
./test27cells -n 6 -r 1 -d 0 -f standard -v $v -p 1.3
if [ -e brute_force_27_standard.dat ]
then
......
......@@ -35,8 +35,8 @@ do
rm -f brute_force_27_perturbed.dat swift_dopair_27_perturbed.dat
echo "Running ./test27cells -n 6 -r 1 -d 0.1 -f perturbed -v $v -p 1.1"
./test27cells -n 6 -r 1 -d 0.1 -f perturbed -v $v -p 1.1
echo "Running ./test27cells -n 6 -r 1 -d 0.1 -f perturbed -v $v -p 1.3"
./test27cells -n 6 -r 1 -d 0.1 -f perturbed -v $v -p 1.3
if [ -e brute_force_27_perturbed.dat ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment