From d6f58438b82659520547d083e4a117b242af3157 Mon Sep 17 00:00:00 2001 From: Joachim Jenke <jenke@itc.rwth-aachen.de> Date: Wed, 29 Nov 2023 08:05:20 +0000 Subject: [PATCH] Update readme for cosma --- Hands-on-2/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Hands-on-2/README.md b/Hands-on-2/README.md index 1627d9a..7f36129 100644 --- a/Hands-on-2/README.md +++ b/Hands-on-2/README.md @@ -19,11 +19,13 @@ Look into the code and try to understand the data race (do not fix them yet) All TSan output goes to stderr -### Test for DataRace in MUST report -* `MPICXX=mpigxx make -j4 lulesh2.0-mpi-tsan2` -* `OMP_NUM_THREADS=2 mustrun -n 8 --must:hybrid --must:tsan ./lulesh2.0-mpi-tsan2 -s 4 -i 2` - -TSan output in MUST_Output.html +// Doesn't currently work on cosma +// +// ### Test for DataRace in MUST report +// * `MPICXX=mpigxx make -j4 lulesh2.0-mpi-tsan2` +// * `OMP_NUM_THREADS=2 mustrun -n 8 --must:hybrid --must:tsan ./lulesh2.0-mpi-tsan2 -s 4 -i 2` +// +// TSan output in MUST_Output.html ## Type checking in MUST Recompile Lulesh with TypeART: -- GitLab