04_pure-mpi/00_imb

Hands-on: Building Intel MPI Benchmark

0. Legend

1. Get source files

$ bash 00_dl.sh $ ls IMB-v2021.3 ...

2. Preparation

$ cd [src_dir]/src_cpp $ cp Makefile Makefile_orig $ vi Makefile # Any editor is acceptable.
$ cd [src_dir]/src_c $ cp IMB_mem_info.h IMB_mem_info.h_orig $ vi IMB_mem_info.h

3. Compile

$ cd [src_dir] $ cp [rist_dir]/01_build.sh . $ bash 01_build.sh &> 01_build.log #< 1 min. $ ls IMB-MPI1 ...