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

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
 
Top