Skip to content
Snippets Groups Projects
Commit 18b8f344 authored by Enol Fernandez's avatar Enol Fernandez
Browse files

Fixed scili detection.

parent 884eece3
Branches
Tags
1 merge request!7Release 1.5.2
......@@ -487,7 +487,7 @@ mpi_start_detect_os() {
if test $? -eq 0 ; then
export MPI_START_OS_DIST_TYPE="debian"
fi
echo $MPI_START_OS_DIST | egrep -i "redhat|scientificlinux" > /dev/null
echo $MPI_START_OS_DIST | egrep -i "redhat|scientific" > /dev/null
if test $? -eq 0 ; then
export MPI_START_OS_DIST_TYPE="el"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment