Skip to content
Snippets Groups Projects
Commit 3f0f3b48 authored by Joachim Jenke's avatar Joachim Jenke
Browse files

Adding slides

parent d6f58438
Branches
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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`
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment