Skip to content
Snippets Groups Projects
Commit 390ddbde authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Merge branch 'cleanupRT_example' into 'master'

Modify the run*.sh files to find the correct exe

See merge request !1601
parents af8528a7 53322b12
No related branches found
No related tags found
13 merge requests!1715Update planetary strength after planetary plus's master rebase,!1693More threapool plotting tweaks,!1668before Mag.Egy in all the flavors,!1663Initial sync to work again,!1662Initial sync from previous months,!1642When searching for more particles in a ghost task we walk up the cell tree,...,!1633When searching for more particles in a ghost task we walk up the cell tree,...,!1631Solving issues with different Hydro Schemes,!1620Mhd canvas,!1619Mhd canvas,!1617Update to from main branch to Canvas to MHD_FS,!1616Mhd canvas into MHD_FS,!1601Modify the run*.sh files to find the correct exe
......@@ -22,7 +22,7 @@ fi
stromgrenSphere-3D.yml 2>&1 | tee output.log
# option with mpi
# mpirun -np 2 ../../swift_mpi --hydro --threads=14 --stars --external-gravity --feedback --radiation stromgrenSphere-3D.yml 2>&1 | tee output.log
# mpirun -np 2 ../../../swift_mpi --hydro --threads=14 --stars --external-gravity --feedback --radiation stromgrenSphere-3D.yml 2>&1 | tee output.log
# Plot the Stromgren 3D checks.
python3 ./plotSolution.py
......@@ -16,13 +16,13 @@ if [ ! -f 'stromgrenSphere-3D.hdf5' ]; then
fi
# Run SWIFT with RT
../../swift \
../../../swift \
--hydro --threads=4 --stars --external-gravity \
--feedback --radiation \
stromgrenSphere-3D-MF.yml 2>&1 | tee output.log
# option with mpi
# mpirun -np 2 ../../swift_mpi --hydro --threads=14 --stars --external-gravity --feedback --radiation stromgrenSphere-3D-MF.yml 2>&1 | tee output.log
# mpirun -np 2 ../../../swift_mpi --hydro --threads=14 --stars --external-gravity --feedback --radiation stromgrenSphere-3D-MF.yml 2>&1 | tee output.log
# Plot the Stromgren 3D multifrequency checks.
python3 ./plotStromgren3DMFCheck.py 10
......@@ -16,13 +16,13 @@ if [ ! -f 'stromgrenSphere-3D-HHe.hdf5' ]; then
fi
# Run SWIFT with RT
../../swift \
../../../swift \
--hydro --threads=4 --stars --external-gravity \
--feedback --radiation \
stromgrenSphere-3D-MFHHe.yml 2>&1 | tee output.log
# option with mpi
# mpirun -np 2 ../../swift_mpi --hydro --threads=14 --stars --external-gravity --feedback --radiation stromgrenSphere-3D-MFHHe.yml 2>&1 | tee output.log
# mpirun -np 2 ../../../swift_mpi --hydro --threads=14 --stars --external-gravity --feedback --radiation stromgrenSphere-3D-MFHHe.yml 2>&1 | tee output.log
# Plot the Stromgren 3D with hydrogen and helium checks.
python3 ./plotStromgren3DMFHHeCheck.py 10
......@@ -16,13 +16,13 @@ if [ ! -f 'stromgrenSphere-3D.hdf5' ]; then
fi
# Run SWIFT with RT
../../swift \
../../../swift \
--hydro --threads=4 --stars --external-gravity \
--feedback --radiation \
stromgrenSphere-3D-singlebin.yml 2>&1 | tee output.log
# option with mpi
# mpirun -np 2 ../../swift_mpi --hydro --threads=14 --stars --external-gravity --feedback --radiation stromgrenSphere-3D-singlebin.yml 2>&1 | tee output.log
# mpirun -np 2 ../../../swift_mpi --hydro --threads=14 --stars --external-gravity --feedback --radiation stromgrenSphere-3D-singlebin.yml 2>&1 | tee output.log
# Plot the Stromgren 3D single frequency checks.
python3 ./plotStromgren3DsinglebinCheck.py 50
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment