In the output file, I noticed that the C++ compiler is not intel13.1, but I did build mpich with"CXX=icpc", and build abinit7.6.2 with CXX="mpicxx" option. why?
Code: Select all
=== Compiler Suite ===
C compiler : intel13.1
CFLAGS : -g -O2 -vec-report0
C++ compiler : gnu13.1
CXXFLAGS : -m64 -g -O2 -mtune=native -march=native
Fortran compiler : intel13.1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CPP options activated during the build:
CC_INTEL CXX_GNU FC_INTEL
[weitong@magnetics local]$ which mpicxx
/usr/local/mpich3_intel13/bin/mpicxx
[weitong@magnetics local]$ /usr/local/mpich3_intel13/bin/mpicxx -v
mpicxx for MPICH version 3.1
icpc version 13.1.3 (gcc version 4.4.7 compatibility)
thanks.
WT