Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MUST tutorial
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
High Performance Computing - Public
MUST tutorial
Commits
3f0f3b48
Commit
3f0f3b48
authored
1 year ago
by
Joachim Jenke
Browse files
Options
Downloads
Patches
Plain Diff
Adding slides
parent
d6f58438
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Hands-on-2/Makefile
+1
-1
1 addition, 1 deletion
Hands-on-2/Makefile
Hands-on-2/README.md
+1
-1
1 addition, 1 deletion
Hands-on-2/README.md
slides/MPI + OpenMP Correctness Checking with MUST.pdf
+0
-0
0 additions, 0 deletions
slides/MPI + OpenMP Correctness Checking with MUST.pdf
with
2 additions
and
2 deletions
Hands-on-2/Makefile
+
1
−
1
View file @
3f0f3b48
...
...
@@ -24,7 +24,7 @@ OBJECTS2.0-mpi-tsan = $(SOURCES2.0:.cc=.mpi-tsan.o)
OBJECTS2.0-mpi
=
$(
SOURCES2.0:.cc
=
.mpi.o
)
#Default build suggestions with OpenMP for g++
CXXFLAGS
=
-g
-O3
-fopenmp
-I
.
-Wall
CXXFLAGS
=
-g
-O3
-fopenmp
-I
.
-Wall
-Wno-reorder-ctor
LDFLAGS
=
-g
-O3
-fopenmp
ifndef
WITH_FLOAT
...
...
This diff is collapsed.
Click to expand it.
Hands-on-2/README.md
+
1
−
1
View file @
3f0f3b48
...
...
@@ -29,7 +29,7 @@ All TSan output goes to stderr
## Type checking in MUST
Recompile Lulesh with TypeART:
*
`MPICXX=typeart-mpic++ make -j4 -B lulesh2.0-mpi`
*
`MPICXX=typeart-mpic++ make -j4
WITH_FLOAT=1
-B lulesh2.0-mpi`
Execute with TypeART analysis:
*
`OMP_NUM_THREADS=1 mustrun -n 8 --must:typeart --must:output stdout ./lulesh2.0-mpi -i 2`
...
...
This diff is collapsed.
Click to expand it.
slides/MPI + OpenMP Correctness Checking with MUST.pdf
0 → 100644
+
0
−
0
View file @
3f0f3b48
File added
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