Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
32fa2fe7
Commit
32fa2fe7
authored
7 years ago
by
James Willis
Browse files
Options
Downloads
Patches
Plain Diff
Call the correct swift exe when running MPI...
parent
d5127510
No related branches found
No related tags found
1 merge request
!468
Compress hdf5 files and perform same tests with MPI.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/check_interactions.sh
+6
-6
6 additions, 6 deletions
examples/check_interactions.sh
with
6 additions
and
6 deletions
examples/check_interactions.sh
+
6
−
6
View file @
32fa2fe7
...
@@ -145,13 +145,13 @@ make clean; make -j 6
...
@@ -145,13 +145,13 @@ make clean; make -j 6
cd
examples/SedovBlast_3D/
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
mv
sedov_0000.hdf5 sedov_naive.hdf5
cd
../EAGLE_12/
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
mv
eagle_0000.hdf5 eagle_12_naive.hdf5
...
@@ -167,13 +167,13 @@ make clean; make -j 6
...
@@ -167,13 +167,13 @@ make clean; make -j 6
cd
examples/SedovBlast_3D/
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
mv
sedov_0000.hdf5 sedov_serial.hdf5
cd
../EAGLE_12/
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
mv
eagle_0000.hdf5 eagle_12_serial.hdf5
...
@@ -189,7 +189,7 @@ make clean; make -j 6
...
@@ -189,7 +189,7 @@ make clean; make -j 6
cd
examples/SedovBlast_3D/
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
mv
sedov_0000.hdf5 sedov_vec.hdf5
...
@@ -220,7 +220,7 @@ fi
...
@@ -220,7 +220,7 @@ fi
cd
../EAGLE_12/
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
mv
eagle_0000.hdf5 eagle_12_vec.hdf5
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment