fix syntax error for string comparison
[ROCm/rccl-tests commit: 24eb972cae]
Cette révision appartient à :
@@ -78,7 +78,7 @@ build_dir=./build
|
||||
rm -rf ${build_dir}
|
||||
|
||||
if ($mpi_enabled); then
|
||||
if [[ ${mpi_dir} -eq "" ]]; then
|
||||
if [[ ${mpi_dir} == "" ]]; then
|
||||
echo "MPI flag enabled but path to MPI installation not specified. See --mpi_home command line argument."
|
||||
exit 1
|
||||
else
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur