tfan@colorado_edu
New Member
Dear all,I met a problem when I run CAM5_3 on yellowstone. The build script looks like this:#! /bin/tcsh -f
source /glade/apps/opt/lmod/lmod/init/tcsh
module purge
module load ncarenv/1.0
module load ncarbinlibs/1.1
module load intel/12.1.5
module load ncarcompilers/1.0
module load netcdf/4.3.0
module load idl/8.2.3
module load ncl/6.2.0
module load nco/4.4.2
module load esmf
module load ncview/2.1.1
.... $cfgdir/configure
-cc mpicc -fc mpif90 -fc_type intel
-phys cam5
-chem trop_mam3
-spmd
-nosmp
-dyn fv
-res 0.9x1.25 -cice_bsizex 3 -cice_bsizey 192 -cice_maxblocks 32 -cice_decomptype cartesian
|| echo "configure failed" && exit 1 /usr/bin/gmake -j8 >&! MAKE.out || echo "CAM build failed: see $blddir/MAKE.out" && exit 1echo "Create the namelist..."
echo " "
cd $rundir || echo "cd $rundir failed" && exit 1
$cfgdir/build-namelist -verbose -case $case -runtype 'startup' -d $rundir
-config $blddir/config_cache.xml
-namelist "&camexp stop_n=12, stop_option='nmonths'
npr_yz = 60,4,4,60
/ " || echo "build-namelist failed" && exit 1
....
When running the build script, when it comes to make, the terminal do not respond to any input including "ctr-C". The MAKE.out looks like that all the programs have been compiled sucessfully, all the .o .mod file look good. But it never comes to the build-namelist step. I tried running configure in the commond line sucessfully. I asked someone to run the same code and the same script from another terminal in another place, the build scripts finishes sucessfully in 5 mins.
Does anyone know how to solve this problem? Cheers,Tianyi
source /glade/apps/opt/lmod/lmod/init/tcsh
module purge
module load ncarenv/1.0
module load ncarbinlibs/1.1
module load intel/12.1.5
module load ncarcompilers/1.0
module load netcdf/4.3.0
module load idl/8.2.3
module load ncl/6.2.0
module load nco/4.4.2
module load esmf
module load ncview/2.1.1
.... $cfgdir/configure
-cc mpicc -fc mpif90 -fc_type intel
-phys cam5
-chem trop_mam3
-spmd
-nosmp
-dyn fv
-res 0.9x1.25 -cice_bsizex 3 -cice_bsizey 192 -cice_maxblocks 32 -cice_decomptype cartesian
|| echo "configure failed" && exit 1 /usr/bin/gmake -j8 >&! MAKE.out || echo "CAM build failed: see $blddir/MAKE.out" && exit 1echo "Create the namelist..."
echo " "
cd $rundir || echo "cd $rundir failed" && exit 1
$cfgdir/build-namelist -verbose -case $case -runtype 'startup' -d $rundir
-config $blddir/config_cache.xml
-namelist "&camexp stop_n=12, stop_option='nmonths'
npr_yz = 60,4,4,60
/ " || echo "build-namelist failed" && exit 1
....
When running the build script, when it comes to make, the terminal do not respond to any input including "ctr-C". The MAKE.out looks like that all the programs have been compiled sucessfully, all the .o .mod file look good. But it never comes to the build-namelist step. I tried running configure in the commond line sucessfully. I asked someone to run the same code and the same script from another terminal in another place, the build scripts finishes sucessfully in 5 mins.
Does anyone know how to solve this problem? Cheers,Tianyi