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

I get the listed error while running a test case

Ipshita

Ipshita
New Member
Pes specification file is /raid3/tburg/cesm/cesm_2.1.1/CESM/cime/../cime_config/config_pes.xml
Compset specific settings: name is RUN_STARTDATE and value is 0001-01-01
Could not find machine match for 'arctic.som.nor.ou.edu' or 'arctic.som.nor.ou.edu'
ERROR: Could not initialize machine object from /raid3/tburg/cesm/cesm_2.1.1/CESM/cime/config/cesm/machines/config_machines.xml or /home/imajhi/.cime/config_machines.xml
 

jedwards

CSEG and Liaisons
Staff member
If you did add your machine configuration then the NODENAME_REGEX field could not resolve the machine name,
try using the --machine option
 

Ipshita

Ipshita
New Member
If you did add your machine configuration then the NODENAME_REGEX field could not resolve the machine name,
try using the --machine option
I added machine option but it does not resolve it yet, it says machine not recognized
 

jedwards

CSEG and Liaisons
Staff member
Do you have an entry for your machine in config_machines.xml? If so what is the name of your machine in the MACH=" " field?
Did you use that as the argument to --machine?
 

Ipshita

Ipshita
New Member
MACH="centos7-linux"
I did use
--machine MACH="centos7-linux"

Error is
No machine MACH=centos7-linux found
 

csp

CSP
Member
Hello,
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

Could you please help, 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
 

jedwards

CSEG and Liaisons
Staff member
Have you followed the porting guide? I don't see any result from your hostname -f command.
What does the NODENAME_REGEX field look like for your machine? Have you tried adding the --machine argument to create_newcase?
 

csp

CSP
Member
Thanks a lot for your kind reply and help, actually I managed to resolve this issue using the guide. But now I am facing problem in building the case, which is explained in the link Unable to build the case
Could you please help further, thanks in advance.
 
Top