To install the cca-tutorial, following the below steps:
set up the CCA_TOOLS_ROOT variable to the installation of cca tools
./configure -with-languages="f90 c cxx c++"
(double quota is necessary, other wise only the first one is considered)
(in the MakeIncdl.user USER_LANGUAGES = c++,
but CCASPEC_BEABEL_LANAGUES will use cxx;
so in the component/Makefile,
the LANGUAGE varaible will not inlucde the cxx since there is not intersection between two langauge set)
make clean, make distclean
make
for pdriver or other mpi components, you need first set up the LD_LIBRARY_PATH to include the fortran and mpich(lib and shared);