Skip to content

Commit 4092286

Browse files
committed
Just removed some dublicate warnings to the user.
1 parent 3305eef commit 4092286

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

util/installation/debian/common/prerequisites.sh

-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,4 @@ if [ $1 == "all" ]; then
7171
$(cat $BDM_PROJECT_DIR/util/installation/debian/common/package_list_extra)
7272
fi
7373

74-
gcc --version | awk '/gcc/ && ($3+0)>11{print "WARNING: Selected GCC Version is greater than 11, This can cause installation problems. Installing an older gcc version is recomended."}'
75-
76-
7774
exit 0

util/installation/rhel/common/prerequisites.sh

-2
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,4 @@ fi
116116
. /etc/profile.d/modules.sh
117117
module load mpi/openmpi-x86_64
118118

119-
gcc --version | awk '/gcc/ && ($3+0)>11{print "WARNING: Selected GCC Version is greater than 11, This can cause installation problems. Installing an older gcc version is recomended."}'
120-
121119
exit 0

util/installation/suse/common/prerequisites.sh

-3
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,4 @@ if [ $1 == "all" ]; then
7979
$(cat $BDM_PROJECT_DIR/util/installation/suse/common/package_list_extra)
8080
fi
8181

82-
83-
gcc --version | awk '/gcc/ && ($3+0)>11{print "WARNING: Selected GCC Version is greater than 11, This can cause installation problems. Installing an older gcc version is recomended."}'
84-
8582
exit 0

0 commit comments

Comments
 (0)