Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

problem during configuring

Hi,I m trying to compile cam5 using command:./configure -hgrid 1.9x2.5 -dyn fv -nospmd -nosmp -fc ifort -cc icc -debug -testbut i am getting the below error:Issuing command to the CICE configure utility:/home/external/manish/cesm1_0/models/ice/cice/bld/configure -hgrid 1.9x2.5 -cice_mode prescribed -ntr_aero 0 -ntasks 1 -nthreads 1 -cache config_cache_cice.xml -cachedir /home/external/manish/cesm1_0/models/atm/cam/bld
configure: CICE configure returned: -1I am not getting anything from this, if anybody has any idea please help me to figure it out. -Manish
 

eaton

CSEG and Liaisons
This works for me.  Check to be sure that your source tree hasn't somehow become corrupted.  Note that running the configure command from the source tree is not recommended since that's one possible way to corrupt the source tree.  You should always build the model in a directory that's outside the source tree.  The CAM User Guide provides instructions for using it's configure and build-namelist commands interactively.  
 
Top