lneef@geomar_de
New Member
I posted earlier about difficulties running CAM (standalone) in serial mode, but my problems there turned out to be due to heaps of other stuff. Having cleared those problems up, I now find that I can't even build CAM for running in serial. Here is what I do and what happens:
- Create my case using create_newcase, compset F1850C5, resolution 1.9x2.5 -- works fine.
- Open env_conf.xml and change USE_MPISERIAL to TRUE
- run ./configure -case --> this works fine as well
- run the build script. This fails and directs me to the following log file:
.../F1850C5_1.9x2.5_1.9x2.5/mct/mct.bldlog.110412-114542
which has the following error message:
All I understand from this is that something is wrong with the MPI-serial libraries. Does anyone know how to fix this problem?
(by the way, doing everything described above but leaving USE_MPISERIAL as FALSE works fine for me.)
Thanks,
Lisa
- Create my case using create_newcase, compset F1850C5, resolution 1.9x2.5 -- works fine.
- Open env_conf.xml and change USE_MPISERIAL to TRUE
- run ./configure -case --> this works fine as well
- run the build script. This fails and directs me to the following log file:
.../F1850C5_1.9x2.5_1.9x2.5/mct/mct.bldlog.110412-114542
which has the following error message:
make[1]: Entering directory `/work/bb0519/CESM/cesm1_0_2/exerootdir/b325004/F1850C5_1.9x2.5_1.9x2.5/mct/mpi-serial'
cp -f mpif.real4double8.h mpif.h
chmod -w mpif.h
chmod: mpif.h: new permissions are r-xrwxr--, not r-xr-xr--
make[1]: *** [lib] Error 1
make[1]: Leaving directory `/work/bb0519/CESM/cesm1_0_2/exerootdir/b325004/F1850C5_1.9x2.5_1.9x2.5/mct/mpi-serial'
make: *** [subdirs] Error 2
All I understand from this is that something is wrong with the MPI-serial libraries. Does anyone know how to fix this problem?
(by the way, doing everything described above but leaving USE_MPISERIAL as FALSE works fine for me.)
Thanks,
Lisa