Skip to content
Snippets Groups Projects
Select Git revision
  • 4f9c1526fb2735e2ebf5df1a98cfe6ac194e0e7d
  • main default protected
  • fortran
  • usertypes
  • must-toolcoverage
  • toolcoverage
  • tools
  • must-json
  • merged
  • tools-parallel
  • coll
  • rma
  • dtypes
  • p2p
  • infrastructure-patch-3
  • infrastructure-patch2
  • devel-TJ
  • infrasructure-patch-1
  • devel-ES
  • instructionblock-lists
  • mbi
21 results

mpi-bugbench

  • Clone with SSH
  • Clone with HTTPS
  • Simon Schwitanski's avatar
    4f9c1526
    History

    Build the docker image and run it

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

    Generate the codes

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

    Run a tool on the codes

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

    Example for PAROACH

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

    To get stats on a tool

    cd /MBI
    python3 MBI.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