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

Error: No machine CSP found

csp

CSP
Member
Hi,
I am very new to the group and for the forum, so kindly excuse me for my novice question. I was trying to install the CESM2 in my local Ubuntu machine and tried to set up a case, but getting the error "No machine CSP found" and have been struggling for a week to resolve this issue, specifically:

I used
Code:
MACH= --machine "CSP">
and

Code:
MACH="CSP"

but nothing worked, I am getting the following CSP as output from

Code:
hostname -f


I am getting the error:

Code:
ERROR: No machine CSP found

from the command:

Code:
./create_newcase --case /glade/scratch/CSP/cases/b.e20.B1850.f19_g17.test --compset B1850 --res f19_g17

Could anyone please help, many thanks in advance.
 

nusbaume

Jesse Nusbaumer
CSEG and Liaisons
Staff member
Hi CSP,

Have you added your machine to the config_machines.xml file? If not then CIME won't recognize the host name. If you are using CESM2.1.3 then you can find that XML file in this subdirectory:

Code:
CESM/cime/config/cesm/machines

Where "CESM" is wherever you cloned the CESM repo. Just follow the same patterns you see for other machines, in particular the "homebrew" option. You can also find additional instructions for porting CIME (which is the base infrastructure for CESM) online here:


Anyways, I hope that helps, and let us know if you run into any other problems or issues.

Thanks, and have a great day!

Jesse
 

csp

CSP
Member
Thanks a lot @nusbaume for your kind help and support. I finally managed to correct this error, but now I am facing an error with the compiler, posted in
 
Top