Closed kawashima-fj closed 5 years ago
Please look at this pull request as well https://github.com/intel/mpi-benchmarks/pull/8/commits/e02567f42b85ed7ef6737398f5220c6d90115d06
Oh, #8 is better solution.
I confirmed this is fixed in IMB 2019.2. Thanks.
make
fails if/bin/sh
is not/bin/bash
(In Debian GNU/Linux,/bin/sh
is/bin/dash
by default).Use of
==
in[ ]
is an extention of bash and some other shells. It should be=
for all POSIX-conformant shells.