Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-codegen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Christian Heinigk
dune-codegen
Commits
75377ddf
Commit
75377ddf
authored
8 years ago
by
Dominic Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Correct sbatch file
parent
07838a10
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/convection_diffusion/donkey.sbatch
+18
-18
18 additions, 18 deletions
applications/convection_diffusion/donkey.sbatch
with
18 additions
and
18 deletions
applications/convection_diffusion/donkey.sbatch
+
18
−
18
View file @
75377ddf
...
...
@@ -24,27 +24,27 @@ ml suitesparse
SRUNOPT
=
"--cpu_bind=verbose,core"
# Run the opcount executables
srun
$SRUNOPT
./app_conv_diff_deg2_opcount app_conv_diff_
3d_
deg2_opcount.ini
srun
$SRUNOPT
./app_conv_diff_deg3_opcount app_conv_diff_
3d_
deg3_opcount.ini
srun
$SRUNOPT
./app_conv_diff_deg4_opcount app_conv_diff_
3d_
deg4_opcount.ini
srun
$SRUNOPT
./app_conv_diff_deg5_opcount app_conv_diff_
3d_
deg5_opcount.ini
srun
$SRUNOPT
./app_conv_diff_deg6_opcount app_conv_diff_
3d_
deg6_opcount.ini
srun
$SRUNOPT
./app_conv_diff_deg7_opcount app_conv_diff_
3d_
deg7_opcount.ini
srun
$SRUNOPT
./app_conv_diff_deg8_opcount app_conv_diff_
3d_
deg8_opcount.ini
srun
$SRUNOPT
./app_conv_diff_deg9_opcount app_conv_diff_
3d_
deg9_opcount.ini
srun
$SRUNOPT
./app_conv_diff_deg10_opcount app_conv_diff_
3d_
deg10_opcount.ini
srun
$SRUNOPT
./app_conv_diff_deg2_opcount app_conv_diff_deg2_opcount.ini
srun
$SRUNOPT
./app_conv_diff_deg3_opcount app_conv_diff_deg3_opcount.ini
srun
$SRUNOPT
./app_conv_diff_deg4_opcount app_conv_diff_deg4_opcount.ini
srun
$SRUNOPT
./app_conv_diff_deg5_opcount app_conv_diff_deg5_opcount.ini
srun
$SRUNOPT
./app_conv_diff_deg6_opcount app_conv_diff_deg6_opcount.ini
srun
$SRUNOPT
./app_conv_diff_deg7_opcount app_conv_diff_deg7_opcount.ini
srun
$SRUNOPT
./app_conv_diff_deg8_opcount app_conv_diff_deg8_opcount.ini
srun
$SRUNOPT
./app_conv_diff_deg9_opcount app_conv_diff_deg9_opcount.ini
srun
$SRUNOPT
./app_conv_diff_deg10_opcount app_conv_diff_deg10_opcount.ini
# Run the timing executables
COUNT
=
0
while
[
$COUNT
-lt
10
]
;
do
srun
$SRUNOPT
./app_conv_diff_deg2_nonopcount app_conv_diff_
3d_
deg2_nonopcount.ini
srun
$SRUNOPT
./app_conv_diff_deg3_nonopcount app_conv_diff_
3d_
deg3_nonopcount.ini
srun
$SRUNOPT
./app_conv_diff_deg4_nonopcount app_conv_diff_
3d_
deg4_nonopcount.ini
srun
$SRUNOPT
./app_conv_diff_deg5_nonopcount app_conv_diff_
3d_
deg5_nonopcount.ini
srun
$SRUNOPT
./app_conv_diff_deg6_nonopcount app_conv_diff_
3d_
deg6_nonopcount.ini
srun
$SRUNOPT
./app_conv_diff_deg7_nonopcount app_conv_diff_
3d_
deg7_nonopcount.ini
srun
$SRUNOPT
./app_conv_diff_deg8_nonopcount app_conv_diff_
3d_
deg8_nonopcount.ini
srun
$SRUNOPT
./app_conv_diff_deg9_nonopcount app_conv_diff_
3d_
deg9_nonopcount.ini
srun
$SRUNOPT
./app_conv_diff_deg10_nonopcount app_conv_diff_
3d_
deg10_nonopcount.ini
srun
$SRUNOPT
./app_conv_diff_deg2_nonopcount app_conv_diff_deg2_nonopcount.ini
srun
$SRUNOPT
./app_conv_diff_deg3_nonopcount app_conv_diff_deg3_nonopcount.ini
srun
$SRUNOPT
./app_conv_diff_deg4_nonopcount app_conv_diff_deg4_nonopcount.ini
srun
$SRUNOPT
./app_conv_diff_deg5_nonopcount app_conv_diff_deg5_nonopcount.ini
srun
$SRUNOPT
./app_conv_diff_deg6_nonopcount app_conv_diff_deg6_nonopcount.ini
srun
$SRUNOPT
./app_conv_diff_deg7_nonopcount app_conv_diff_deg7_nonopcount.ini
srun
$SRUNOPT
./app_conv_diff_deg8_nonopcount app_conv_diff_deg8_nonopcount.ini
srun
$SRUNOPT
./app_conv_diff_deg9_nonopcount app_conv_diff_deg9_nonopcount.ini
srun
$SRUNOPT
./app_conv_diff_deg10_nonopcount app_conv_diff_deg10_nonopcount.ini
COUNT
=
$((
COUNT
+
1
))
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