jtuccillo@lnxi_com
New Member
Hi Folks,
I am having problems building CCSM on a cluster using PGI 6. I am getting the following when build CPL.
mpif90 -O -I. -I/home/jjt/netcdf/pgi/include -I. -I/home/jjt/BNU/ccsm/T85/SourceMods/src.cpl -I/home/jjt/BNU/ccsm/ccsm3_0/models/cpl/cpl6 -I/home/jjt/BNU/ccsm/ccsm3_0/models/csm_share -I/home/jjt/BNU/ccsm/ccsm3_0/models/csm_share/shr -I/home/jjt/BNU/ccsm/ccsm3_0/models/csm_share/cpl -c -r8 -i4 -Kieee -Mrecursive -Mdalign -Mextend -Mfree -DLINUX -DPGF90 -DNO_SHR_VMATH -DLINUX /home/jjt/BNU/ccsm/ccsm3_0/models/csm_share/cpl/cpl_mct_mod.F90
PGF90-F-0004-Unable to open MODULE file m_mctworld.mod (/home/jjt/BNU/ccsm/ccsm3_0/models/csm_share/cpl/cpl_mct_mod.F90: 37)
PGF90/any Linux/x86-64 6.0-5: compilation aborted
gmake: *** [cpl_mct_mod.o] Error 2
Basicly, it appears that the search location for "m_mctworld.mod" is not specified in the compile. It is located in lib/include but this isnt specified on the compile. Any idea why this is before I start hacking up stuff? Thanks
I am having problems building CCSM on a cluster using PGI 6. I am getting the following when build CPL.
mpif90 -O -I. -I/home/jjt/netcdf/pgi/include -I. -I/home/jjt/BNU/ccsm/T85/SourceMods/src.cpl -I/home/jjt/BNU/ccsm/ccsm3_0/models/cpl/cpl6 -I/home/jjt/BNU/ccsm/ccsm3_0/models/csm_share -I/home/jjt/BNU/ccsm/ccsm3_0/models/csm_share/shr -I/home/jjt/BNU/ccsm/ccsm3_0/models/csm_share/cpl -c -r8 -i4 -Kieee -Mrecursive -Mdalign -Mextend -Mfree -DLINUX -DPGF90 -DNO_SHR_VMATH -DLINUX /home/jjt/BNU/ccsm/ccsm3_0/models/csm_share/cpl/cpl_mct_mod.F90
PGF90-F-0004-Unable to open MODULE file m_mctworld.mod (/home/jjt/BNU/ccsm/ccsm3_0/models/csm_share/cpl/cpl_mct_mod.F90: 37)
PGF90/any Linux/x86-64 6.0-5: compilation aborted
gmake: *** [cpl_mct_mod.o] Error 2
Basicly, it appears that the search location for "m_mctworld.mod" is not specified in the compile. It is located in lib/include but this isnt specified on the compile. Any idea why this is before I start hacking up stuff? Thanks