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
 

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