CESM1.2.2, build error, trouble with cmake and/or Makefile

benbs@mit_edu

New Member
First, my error is similar to the error reported here:https://bb.cgd.ucar.edu/pio-error-cesm122but I have cmake installed, so that thread didn't solve my problem. I've also tried the patch found here:https://bb.cgd.ucar.edu/comment/1008067#comment-1008067but this did not fix my error. Here's the tail of my pio.bldlog: /bin/sh: line 1: cmake: command not foundgmake: *** [/home/benbs/cesm1_2_2/cases/ref_camchem122_fastchem_1.9x2.5.2/bld/pgi/openmpi/nodebug/nothreads/pio/Makefile] Error 127exit 1 And when I look in the directory reported above, there is no Makefile file. All I have are:FilepathSrcfilesDeppathDepends I don't know what's happening, and don't know where to go next.I'm still looking around for a solution, but any help would be really appreciated. 
 

jedwards

CSEG and Liaisons
Staff member
You may have cmake installed but it's apparently not in your path > cmake: command not found
 

benbs@mit_edu

New Member
I'll take a look.I'm assuming cmake is supposed to be included in my path automatically. What could be causing it to malfuction? Is this indicative of a larger problem?Edit: I've added th full pio.bldlog
 
Back
Top