File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ echo "Building MPICH with the patched compilers."
175175./install.sh --package mpich --yes-to-all \
176176 --with-fortran " ${patched_GCC_install_path} /bin/gfortran" \
177177 --with-c " ${patched_GCC_install_path} /bin/gcc" \
178- --with-C " ${patched_GCC_install_path} /bin/g++"
178+ --with-cxx " ${patched_GCC_install_path} /bin/g++"
179179
180180# Verify that MPICH installed where expected
181181mpich_install_path=$( ./install.sh -P mpich)
@@ -190,5 +190,5 @@ echo "Building OpenCoarrays with the patched compilers"
190190./install.sh --yes-to-all \
191191 --with-fortran " ${patched_GCC_install_path} /bin/gfortran" \
192192 --with-c " ${patched_GCC_install_path} /bin/gcc" \
193- --with-C " ${patched_GCC_install_path} /bin/g++" \
193+ --with-cxx " ${patched_GCC_install_path} /bin/g++" \
194194 --with-mpi " ${mpich_install_path} "
You can’t perform that action at this time.
0 commit comments