xlong@ncsu_edu
Member
I try to compile and run the CAM5 for the first time, finally get the segmentation fault error.
My configure:
$camcfg/configure -fc mpif90 -fc_type pgi -cc mpicc -dyn fv -hgrid 10x15 -ntask 2 -nosmp -test
My build-namelist:
$camcfg/build-namelist -test -config /stormtrack_data/xlong/cam_test/bld/config_cache.xml -ntasks 2 > build.log
Then submit the job through bsub:
#!/bin/csh
#BSUB -o standard_output.%J
#BSUB -e standard_error.%J
#BSUB -q robinson
#BSUB -R em64t
#BSUB -n 2
#BSUB -W 2000
source /home/gwhowell/scripts/mpich13a2-pgi105.csh
cd /stormtrack_data/xlong/cam_test/run0114
mpiexec_mvapich /stormtrack_data/xlong/cam_test/bld/cam > cam.log
The run stop due to a segmentation fault.
I get the segmentation fault in my serial configuration and run too.
Can any one help ?
Thank you
My configure:
$camcfg/configure -fc mpif90 -fc_type pgi -cc mpicc -dyn fv -hgrid 10x15 -ntask 2 -nosmp -test
My build-namelist:
$camcfg/build-namelist -test -config /stormtrack_data/xlong/cam_test/bld/config_cache.xml -ntasks 2 > build.log
Then submit the job through bsub:
#!/bin/csh
#BSUB -o standard_output.%J
#BSUB -e standard_error.%J
#BSUB -q robinson
#BSUB -R em64t
#BSUB -n 2
#BSUB -W 2000
source /home/gwhowell/scripts/mpich13a2-pgi105.csh
cd /stormtrack_data/xlong/cam_test/run0114
mpiexec_mvapich /stormtrack_data/xlong/cam_test/bld/cam > cam.log
The run stop due to a segmentation fault.
I get the segmentation fault in my serial configuration and run too.
Can any one help ?
Thank you