[skip ci] name of IntelMPI Intel C compiler

This commit is contained in:
Martin Diehl 2019-07-04 09:21:11 -07:00
parent 4d6a047b91
commit 8800bf36fb
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ for executable in icc icpc ifort ;do
done
firstLevel "MPI Wrappers"
for executable in mpicc mpiCC mpic++ mpicpc mpicxx mpifort mpif90 mpif77; do
for executable in mpicc mpiCC mpiicc mpic++ mpicpc mpicxx mpifort mpif90 mpif77; do
getDetails $executable '-show'
done