Skip to content
Snippets Groups Projects
Select Git revision
  • 5a9bf067da29232abc394c46fe945cc78ef98b7f
  • main default protected
  • fortran
  • parcoach
  • fix-rma-lockunlock
  • paper_repro
  • usertypes
  • must-toolcoverage
  • toolcoverage
  • tools
  • must-json
  • merged
  • tools-parallel
  • coll
  • rma
  • dtypes
  • p2p
  • infrastructure-patch-3
  • infrastructure-patch2
  • devel-TJ
  • infrasructure-patch-1
21 results

mpi-bugbench

Build the docker image and run it

docker build -f Dockerfile.<parcoach|itac|must> -t mbb:latest .
docker run -v `pwd`:/MBB -it mbb:latest bash

Generate the codes

cd /MBB
tar -xf real_world_data.csv.tar.gz
cd /MBB/scripts
PYTHONPATH=../ python3 main.py --generator_dir errors --level 2 --real_world_data ../output.csv

Run a tool on the codes

cd /MBB
python3 MBB.py -c run -x <parcoach|itac|must> -t <timeout in seconds> -l <logs output dir> -n <number of workers>

Example for PAROACH

python3 MBB.py -c run -x parcoach -t 180 -l mylogdir -n 4

To get stats on a tool

cd /MBB
python3 MBB.py -x <parcoach|itac|must> -l <logs output dir> -c csv

Troubleshooting for ITAC

If you see an error like "Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 3509 (apt)" Try: apt clean And retry the command to run the tool: python3 MBI.py -x itac -c run