Segmentation fault

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
 
This is what I get in the standard output file:

TERM_EXTERNAL_SIGNAL: job killed by a signal external to LSF.
Exited with signal termination: Segmentation fault.


There is nothing in the standard error file.
 
When I use serial configuration and run,
I get:


utr_mpiwtime: not enabled
GPTLinitialize: failure initializing MPI_Wtime: reverting underlying timer to gettimeofday
 
Back
Top