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.
 
Back
Top