Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
65700f2f
Commit
65700f2f
authored
Aug 16, 2017
by
James Willis
Browse files
Change how much the smoothing lengths are perturbed by to catch more bugs more effectively.
parent
b39501a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/test27cells.sh.in
View file @
65700f2f
...
...
@@ -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
...
...
tests/test27cellsPerturbed.sh.in
View file @
65700f2f
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment