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
78801287
Commit
78801287
authored
10 years ago
by
Pedro Gonnet
Browse files
Options
Downloads
Patches
Plain Diff
change the parameters for the test runs so that they actually make sense.
Former-commit-id: efeaa6d162b72b5889560a11247cd478d196926b
parent
3faa42e0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/runs.sh
+9
-9
9 additions, 9 deletions
examples/runs.sh
with
9 additions
and
9 deletions
examples/runs.sh
+
9
−
9
View file @
78801287
...
...
@@ -8,33 +8,33 @@ for cpu in {1..32}
do
# Sod-Shock runs
if
[
!
-e
SodShock_
${
cpu
}
.dump
]
if
[
!
-e
SodShock_
mindt_
${
cpu
}
.dump
]
then
./test
-c
1.0
-t
$cpu
-f
sodShock.hdf5
-m
0.1
-w
5000
-d
1.0
>
SodShock_
${
cpu
}
.dump
./test
_mindt
-c
1.0
-t
$cpu
-f
SodShock/
sodShock.hdf5
-m
0.1
-w
5000
-d
1.0
>
SodShock_
${
cpu
}
.dump
fi
if
[
!
-e
SodShock_fixed_
${
cpu
}
.dump
]
then
./test_fixdt
-r
1000
-t
$cpu
-f
sodShock.hdf5
-m
0.
1
-w
5000
-d
1e-
3
>
SodShock_fixed_
${
cpu
}
.dump
./test_fixdt
-r
1000
-t
$cpu
-f
SodShock/
sodShock.hdf5
-m
0.
0075
-w
5000
-d
1e-
4
>
SodShock_fixed_
${
cpu
}
.dump
fi
# Sedov blast
if
[
!
-e
SedovBlast_
${
cpu
}
.dump
]
if
[
!
-e
SedovBlast_
mindt_
${
cpu
}
.dump
]
then
./test
-c
0.2
-t
$cpu
-f
sedov.hdf5
-m
1.0
-w
5000
-d
0.2
>
SedovBlast_
${
cpu
}
.dump
./test
_mindt
-c
0.2
-t
$cpu
-f
SedovBlast/
sedov.hdf5
-m
0.1
-w
5000
-d
1e-10
>
SedovBlast_
${
cpu
}
.dump
fi
if
[
!
-e
SedovBlast_fixed_
${
cpu
}
.dump
]
then
./test_fixdt
-r
4096
-t
$cpu
-f
sedov.hdf5
-m
1.0
-w
5000
-d
5e-5
>
SedovBlast_fixed_
${
cpu
}
.dump
./test_fixdt
-r
4096
-t
$cpu
-f
SedovBlast/
sedov.hdf5
-m
0.1
-w
5000
-d
5e-5
>
SedovBlast_fixed_
${
cpu
}
.dump
fi
# Cosmological volume
if
[
!
-e
CosmoVolume_
${
cpu
}
.dump
]
if
[
!
-e
CosmoVolume_
mindt_
${
cpu
}
.dump
]
then
./test
-c
0.01
-t
$cpu
-f
cosmoVolume.hdf5
-m
0.6
-w
5000
-d
0.01
>
CosmoVolume_
${
cpu
}
.dump
./test
_mindt
-c
0.01
-t
$cpu
-f
CosmoVolume/
cosmoVolume.hdf5
-m
0.6
-w
5000
-d
0.01
>
CosmoVolume_
${
cpu
}
.dump
fi
if
[
!
-e
CosmoVolume_fixed_
${
cpu
}
.dump
]
then
./test_fixdt
-r
256
-t
$cpu
-f
cosmoVolume.hdf5
-m
0.6
-w
5000
-d
1e-8
>
CosmoVolume_fixed_
${
cpu
}
.dump
./test_fixdt
-r
256
-t
$cpu
-f
CosmoVolume/
cosmoVolume.hdf5
-m
0.6
-w
5000
-d
1e-8
>
CosmoVolume_fixed_
${
cpu
}
.dump
fi
done
...
...
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