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

CAM 5.3

Hi,I'm building CAM 5.3  following the User's guide - http://www.cesm.ucar.edu/models/cesm1.2/cam/docs/ug5_3/ug.html#bld_run_camI have configured CAM for parallel execution. Upon bulding CAM and issuing the "gmake -j2 >&! make.out" command, I do not see the executable named CAM in my /bld folder. The make.out file in bld is also not being updated. Where might I be going wrong? Thanks in advance,
 

cacraig

Cheryl Craig
CSEG and Liaisons
Staff member
If you used -cachedir on your configure line, you will need to cd to that directory before issuing the gmake command.   Basically, you need to find the Makefile that configure created for you and issue the gmake command in that directory.
 

cacraig

Cheryl Craig
CSEG and Liaisons
Staff member
If you used -cachedir on your configure line, you will need to cd to that directory before issuing the gmake command.   Basically, you need to find the Makefile that configure created for you and issue the gmake command in that directory.
 
Top