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
97bbbc09
Commit
97bbbc09
authored
Dec 11, 2017
by
James Willis
Browse files
Increase number of neighbours logged.
parent
533372c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/check_interactions.sh
View file @
97bbbc09
...
...
@@ -11,7 +11,7 @@ cd ../
./autogen.sh
# Naive interactions run
./configure
--disable-mpi
--enable-debug-interactions
--disable-vec
--enable-naive-interactions
./configure
--disable-mpi
--enable-debug-interactions
=
1024
--disable-vec
--enable-naive-interactions
make clean
;
make
-j
6
cd
examples/SedovBlast_3D/
...
...
@@ -39,7 +39,7 @@ echo "# Running SedovBlast_3D and EAGLE_12 with serial interactions and neighbou
echo
# Serial interactions run
./configure
--disable-mpi
--enable-debug-interactions
--disable-vec
./configure
--disable-mpi
--enable-debug-interactions
=
1024
--disable-vec
make clean
;
make
-j
6
cd
examples/SedovBlast_3D/
...
...
@@ -61,7 +61,7 @@ echo "# Running SedovBlast_3D and EAGLE_12 with vectorised interactions and neig
echo
# Vectorised interactions run
./configure
--disable-mpi
--enable-debug-interactions
./configure
--disable-mpi
--enable-debug-interactions
=
1024
make clean
;
make
-j
6
cd
examples/SedovBlast_3D/
...
...
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