Maybe.
But I found there are still some problem if I try to use mpicxx from intel compiler directly. It seems that it will have some problem to use intel MPI directly.....
------------Makefile.conf------------------
LIBS=-ldl
DYNAMIC_LIBS=-lstdc++ -llapack -lblas
DOUBLEPRECISION=-r8
CPPFLAGS=-D__PLUMED_HAS_DLOPEN -D__PLUMED_MPI $(CHECK_BOUNDARIES) -I. $(PLUMED_INCLUDE)
CXXFLAGS=-O -fPIC -Wall -wd981,383,1418
CFLAGS=-O -fPIC -Wall
LDFLAGS=-rdynamic
SOEXT=so
LDSO=mpicc -shared $(CFLAGS)
LD=mpicxx
LDF90=mpif90
CXX=mpicxx
CC=mpicc
FC=mpif90
GCCDEP=mpicxx
------------Makefile.conf------------------
make[6]: Entering directory `/home/albert/Downloads/gromacs/plumed-2.0.2/src/colvar'
mpicxx -c -MM -MFTorsion.d -D__PLUMED_HAS_DLOPEN -D__PLUMED_MPI -I. -O -fPIC -Wall -wd981,383,1418 Torsion.cpp
g++: error: unrecognized command line option ‘-wd981,383,1418’
make[6]: *** [Value.o] Error 1
make[6]: Leaving directory `/home/albert/Downloads/gromacs/plumed-2.0.2/src/bias'
make[5]: *** [../bias] Error 2
make[5]: *** Waiting for unfinished jobs....
mpicxx -c -MM -MFAnalysis.d -D__PLUMED_HAS_DLOPEN -D__PLUMED_MPI -I. -O -fPIC -Wall -wd981,383,1418 Analysis.cpp
g++: error: unrecognized command line option ‘-wd981,383,1418’
make[6]: *** [Histogram.o] Error 1
make[6]: *** Waiting for unfinished jobs....mpicxx -c -MM -MFSumHills.d -D__PLUMED_HAS_DLOPEN -D__PLUMED_MPI -I. -O -fPIC -Wall -wd981,383,1418 SumHills.cpp
g++: error: unrecognized command line option ‘-wd981,383,1418’
make[6]: g++: error: unrecognized command line option ‘-wd981,383,1418’
*** [Manual.o] Error 1
make[6]: *** Waiting for unfinished jobs....
mpicxx -c -MM -MFCoordination.d -D__PLUMED_HAS_DLOPEN -D__PLUMED_MPI -I. -O -fPIC -Wall -wd981,383,1418 Coordination.cpp
make[6]: *** [Torsion.o] Error 1
make[6]: *** Waiting for unfinished jobs....
g++: error: unrecognized command line option ‘-wd981,383,1418’
make[6]: *** [Analysis.o] Error 1
make[6]: Leaving directory `/home/albert/Downloads/gromacs/plumed-2.0.2/src/analysis'
make[5]: *** [../analysis] Error 2
g++: error: unrecognized command line option ‘-wd981,383,1418’
make[6]: *** [SumHills.o] Error 1
make[6]: Leaving directory `/home/albert/Downloads/gromacs/plumed-2.0.2/src/cltools'
make[5]: *** [../cltools] Error 2
g++: error: unrecognized command line option ‘-wd981,383,1418’
make[6]: *** [Coordination.o] Error 1
make[6]: Leaving directory `/home/albert/Downloads/gromacs/plumed-2.0.2/src/colvar'
make[5]: *** [../colvar] Error 2
make[5]: Leaving directory `/home/albert/Downloads/gromacs/plumed-2.0.2/src/lib'
make[4]: *** [dirs] Error 2
make[4]: Leaving directory `/home/albert/Downloads/gromacs/plumed-2.0.2/src/lib'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/albert/Downloads/gromacs/plumed-2.0.2/src/lib'
make[2]: *** [lib] Error 2
make[2]: Leaving directory `/home/albert/Downloads/gromacs/plumed-2.0.2/src'
make[1]: *** [lib] Error 2
make[1]: Leaving directory `/home/albert/Downloads/gromacs/plumed-2.0.2'
在 2014年5月14日星期三UTC+2下午8时50分18秒,Max写道: