Skip to content
Snippets Groups Projects
Commit 1948fd07 authored by Jonathan Frawley's avatar Jonathan Frawley
Browse files

Fix np

parent 27c17fa3
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,4 @@ pushd swiftsim/examples/HydroTests/SodShock_3D
export MPS_STAT_LEVEL=2
export APS_ARGS="--collection-mode=mpi,omp"
mpirun -np 1 aps $APS_ARGS ../../swift_mpi --hydro -v 1 --threads=64 -n 10000 -P Restarts:enable:0 sodShock.yml
mpirun -np 4 aps $APS_ARGS ../../swift_mpi --hydro -v 1 --threads=64 -n 10000 -P Restarts:enable:0 sodShock.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment