Skip to content
GitLab
Menu
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
32fa2fe7
Commit
32fa2fe7
authored
Dec 15, 2017
by
James Willis
Browse files
Call the correct swift exe when running MPI...
parent
d5127510
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/check_interactions.sh
View file @
32fa2fe7
...
...
@@ -145,13 +145,13 @@ make clean; make -j 6
cd
examples/SedovBlast_3D/
mpirun
-np
4 ../swift
-s
-t
16
-n
5 sedov.yml
-P
SPH:h_tolerance:10
-P
Snapshots:compression:7
mpirun
-np
4 ../swift
_mpi
-s
-t
16
-n
5 sedov.yml
-P
SPH:h_tolerance:10
-P
Snapshots:compression:7
mv
sedov_0000.hdf5 sedov_naive.hdf5
cd
../EAGLE_12/
mpirun
-np
4 ../swift
-s
-t
16
-n
5 eagle_12.yml
-P
SPH:h_tolerance:10
-P
Snapshots:compression:7
mpirun
-np
4 ../swift
_mpi
-s
-t
16
-n
5 eagle_12.yml
-P
SPH:h_tolerance:10
-P
Snapshots:compression:7
mv
eagle_0000.hdf5 eagle_12_naive.hdf5
...
...
@@ -167,13 +167,13 @@ make clean; make -j 6
cd
examples/SedovBlast_3D/
mpirun
-np
4 ../swift
-s
-t
16
-n
5 sedov.yml
-P
SPH:h_tolerance:10
-P
Snapshots:compression:7
mpirun
-np
4 ../swift
_mpi
-s
-t
16
-n
5 sedov.yml
-P
SPH:h_tolerance:10
-P
Snapshots:compression:7
mv
sedov_0000.hdf5 sedov_serial.hdf5
cd
../EAGLE_12/
mpirun
-np
4 ../swift
-s
-t
16
-n
5 eagle_12.yml
-P
SPH:h_tolerance:10
-P
Snapshots:compression:7
mpirun
-np
4 ../swift
_mpi
-s
-t
16
-n
5 eagle_12.yml
-P
SPH:h_tolerance:10
-P
Snapshots:compression:7
mv
eagle_0000.hdf5 eagle_12_serial.hdf5
...
...
@@ -189,7 +189,7 @@ make clean; make -j 6
cd
examples/SedovBlast_3D/
mpirun
-np
4 ../swift
-s
-t
16
-n
5 sedov.yml
-P
SPH:h_tolerance:10
-P
Snapshots:compression:7
mpirun
-np
4 ../swift
_mpi
-s
-t
16
-n
5 sedov.yml
-P
SPH:h_tolerance:10
-P
Snapshots:compression:7
mv
sedov_0000.hdf5 sedov_vec.hdf5
...
...
@@ -220,7 +220,7 @@ fi
cd
../EAGLE_12/
mpirun
-np
4 ../swift
-s
-t
16
-n
5 eagle_12.yml
-P
SPH:h_tolerance:10
-P
Snapshots:compression:7
mpirun
-np
4 ../swift
_mpi
-s
-t
16
-n
5 eagle_12.yml
-P
SPH:h_tolerance:10
-P
Snapshots:compression:7
mv
eagle_0000.hdf5 eagle_12_vec.hdf5
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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