zzbatmos@ariel_met_tamu_edu
New Member
Hi,
I met some problems when compiling CAM3.1p1 on mac os X 10.4.3 using xlf95
The error is
xlf95_r -lSystemStubs -qsuffix=f=F90 -I/usr/local/include -I/usr/include -I. -c -o volcemission.o /Volumes/HOME/zzbatmos/CAM3/cam1/models/atm/cam/src/physics/cam1/volcemission.F
"/Volumes/HOME/zzbatmos/CAM3/cam1/models/atm/cam/src/physics/cam1/volcemission.F", line 16.10: 1514-219 (S) Unable to access module symbol file for module shr_kind_mod. Check path and file permissions of file. Use association not done for this module.
1501-511 Compilation failed for file volcemission.F
the header of my Makefile is
UNAMES :=
ROOTDIR := /Volumes/HOME/zzbatmos/CAM3/cam1
EXENAME := /Volumes/HOME/zzbatmos/workplace/run
MODEL_EXEDIR := /Volumes/HOME/zzbatmos/CAM3
INC_NETCDF := /usr/local/netcdf/include
LIB_NETCDF := /usr/local/netcdf/lib
MOD_NETCDF :=
INC_MPI := /usr/local/include
LIB_MPI := /usr/local/lib
MPI_LIB_NAME := libfmpich
ESMF_ROOT := /Volumes/HOME/zzbatmos/CAM3/cam1/models/utils/esmf
ESMF_BLD := /Volumes/HOME/zzbatmos/workplace/bld/esmf
DEBUG := FALSE
SMP := FALSE
NESTED_OMP := FALSE
USER_FC := xlf95_r
USER_CC :=
USER_CPPDEFS :=
USER_CFLAGS :=
USER_FFLAGS := -lSystemStubs -qsuffix=f=F90 -I/usr/local/include -I/usr/include -I.
F_OPTIMIZATION_OVERRIDE :=
USER_LDFLAGS :=
ESMF_ARCH :=Darwin_xlf
can someone help me out of this problem?
Thanks a lot
==================================================
Zhang, Zhibo
Ph.D Candidate
Dept. of Atmospheric Sciences, Texas A&M Univ.
Work Phone: Email:
(979) 845-0177 zhibo_zhang@tamu.edu
==================================================
I met some problems when compiling CAM3.1p1 on mac os X 10.4.3 using xlf95
The error is
xlf95_r -lSystemStubs -qsuffix=f=F90 -I/usr/local/include -I/usr/include -I. -c -o volcemission.o /Volumes/HOME/zzbatmos/CAM3/cam1/models/atm/cam/src/physics/cam1/volcemission.F
"/Volumes/HOME/zzbatmos/CAM3/cam1/models/atm/cam/src/physics/cam1/volcemission.F", line 16.10: 1514-219 (S) Unable to access module symbol file for module shr_kind_mod. Check path and file permissions of file. Use association not done for this module.
1501-511 Compilation failed for file volcemission.F
the header of my Makefile is
UNAMES :=
ROOTDIR := /Volumes/HOME/zzbatmos/CAM3/cam1
EXENAME := /Volumes/HOME/zzbatmos/workplace/run
MODEL_EXEDIR := /Volumes/HOME/zzbatmos/CAM3
INC_NETCDF := /usr/local/netcdf/include
LIB_NETCDF := /usr/local/netcdf/lib
MOD_NETCDF :=
INC_MPI := /usr/local/include
LIB_MPI := /usr/local/lib
MPI_LIB_NAME := libfmpich
ESMF_ROOT := /Volumes/HOME/zzbatmos/CAM3/cam1/models/utils/esmf
ESMF_BLD := /Volumes/HOME/zzbatmos/workplace/bld/esmf
DEBUG := FALSE
SMP := FALSE
NESTED_OMP := FALSE
USER_FC := xlf95_r
USER_CC :=
USER_CPPDEFS :=
USER_CFLAGS :=
USER_FFLAGS := -lSystemStubs -qsuffix=f=F90 -I/usr/local/include -I/usr/include -I.
F_OPTIMIZATION_OVERRIDE :=
USER_LDFLAGS :=
ESMF_ARCH :=Darwin_xlf
can someone help me out of this problem?
Thanks a lot
==================================================
Zhang, Zhibo
Ph.D Candidate
Dept. of Atmospheric Sciences, Texas A&M Univ.
Work Phone: Email:
(979) 845-0177 zhibo_zhang@tamu.edu
==================================================