2020-11-06 15:41:43 +01:00
|
|
|
--- a/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/bin/mpicxx 2020-11-06 15:14:35.911131270 +0100
|
|
|
|
+++ b/opt/intel/compilers_and_libraries_2020.4.304/linux/mpi/intel64/bin/mpicxx 2020-11-06 15:23:41.198073231 +0100
|
|
|
|
@@ -50,7 +50,7 @@
|
2020-06-30 15:41:18 +02:00
|
|
|
if [ x"$opt_args" == x"" ]; then
|
|
|
|
case "${compiler_short_name}" in
|
2020-11-06 15:41:43 +01:00
|
|
|
icc|icpc|dpcpp) $dir/mpiicpc -cxx=$compiler_name "$@" ;;
|
2020-06-30 15:41:18 +02:00
|
|
|
- *g++*) $dir/mpigxx -cxx=$compiler_name "$@" ;;
|
2020-11-06 15:41:43 +01:00
|
|
|
+ *g++*|clang*++|mcxx|echo) $dir/mpigxx -cxx=$compiler_name "$@" ;;
|
|
|
|
mpicxx) $dir/mpigxx "$@" ;;
|
2020-06-30 15:41:18 +02:00
|
|
|
*)
|
|
|
|
echo "Error: unsupported compiler name '$compiler_name'."
|
2020-11-06 15:41:43 +01:00
|
|
|
@@ -60,7 +60,7 @@
|
2020-06-30 15:41:18 +02:00
|
|
|
else
|
|
|
|
case "${compiler_short_name}" in
|
2020-11-06 15:41:43 +01:00
|
|
|
icc|icpc|dpcpp) $dir/mpiicpc -cxx=$compiler_name "$@" $opt_args ;;
|
2020-06-30 15:41:18 +02:00
|
|
|
- *g++*) $dir/mpigxx -cxx=$compiler_name "$@" $opt_args ;;
|
2020-11-06 15:41:43 +01:00
|
|
|
+ *g++*|clang*++|mcxx|echo) $dir/mpigxx -cxx=$compiler_name "$@" $opt_args ;;
|
|
|
|
mpicxx) $dir/mpigxx "$@" $opt_args ;;
|
2020-06-30 15:41:18 +02:00
|
|
|
*)
|
|
|
|
echo "Error: unsupported compiler name '$compiler_name'."
|