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

Call autogen.sh in swiftsim directory.

parent 802af0aa
No related branches found
No related tags found
1 merge request!443Debug interactions
......@@ -2,14 +2,14 @@
#
# Runs the SedovBlast_3D and EAGLE_12 examples using naive, serial and vectorised particle interactions. Then compares the output between versions using check_ngbs.py
./autogen.sh
echo
echo "# Running SedovBlast_3D and EAGLE_12 with naive interactions and neighbour logging, 16 thread"
echo
cd ../
./autogen.sh
# Naive interactions run
./configure --disable-mpi --enable-debug-interactions --disable-vec --enable-naive-interactions
make clean; make -j 6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment