create_newcase scripts generates the following error #5841
Closed
seshakalyur
started this conversation in
E3SM model help
Replies: 2 comments 1 reply
-
Hi @seshakalyur -- my name is Jon Wolfe and I'm part of the E3SM Infrastructure team. What machine are you trying to run on? You have specified cori-knl in create_newcase, but that platform is no longer online |
Beta Was this translation helpful? Give feedback.
0 replies
-
[AMD Official Use Only - General]
Hello Jon,
I am running this command on a AMD machine with the following architecture:
---
5.19.0-43-generic #44-Ubuntu SMP PREEMPT_DYNAMIC Tue May 16 14:03:43 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
---
DISTRIB_DESCRIPTION="Ubuntu 22.10"
---
_x86_64_ (16 CPU)
---
Pls let me know the command line I should be using.
Thanks and Regards,
Sesha
…________________________________
From: Jon Wolfe ***@***.***>
Sent: Thursday, July 27, 2023 11:30 PM
To: E3SM-Project/E3SM ***@***.***>
Cc: Kalyur, Sesha P ***@***.***>; Mention ***@***.***>
Subject: Re: [E3SM-Project/E3SM] create_newcase scripts generates the following error (Discussion #5841)
Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding.
Hi @seshakalyur<https://github.com/seshakalyur> -- my name is Jon Wolfe and I'm part of the E3SM Infrastructure team.
What machine are you trying to run on? You have specified cori-knl in create_newcase, but that platform is no longer online
—
Reply to this email directly, view it on GitHub<#5841 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASB2YWRSDK4S2ZK26RPSHBDXSKUDLANCNFSM6AAAAAA2Z4SDP4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am following the instructions in the Quick Start page. create_newcase scripts generates the following error:
error:
Traceback (most recent call last):
File "/home/amd/Sesha/Fortran_Applications/E3SM/cime/scripts/./create_newcase", line 18, in
_main_func()
File "/home/amd/Sesha/Fortran_Applications/E3SM/cime/CIME/scripts/create_newcase.py", line 420, in _main_func
with Case(caseroot, read_only=False, non_local=non_local) as case:
File "/home/amd/Sesha/Fortran_Applications/E3SM/cime/CIME/case/case.py", line 127, in init
self.read_xml()
File "/home/amd/Sesha/Fortran_Applications/E3SM/cime/CIME/case/case.py", line 317, in read_xml
EnvCase(self._caseroot, components=None, read_only=self._force_read_only)
File "/home/amd/Sesha/Fortran_Applications/E3SM/cime/CIME/XML/env_case.py", line 21, in init
EnvBase.init(self, case_root, infile, schema=schema, read_only=read_only)
File "/home/amd/Sesha/Fortran_Applications/E3SM/cime/CIME/XML/env_base.py", line 28, in init
headerobj = Headers()
File "/home/amd/Sesha/Fortran_Applications/E3SM/cime/CIME/XML/headers.py", line 22, in init
files = Files()
File "/home/amd/Sesha/Fortran_Applications/E3SM/cime/CIME/XML/files.py", line 41, in init
EntryID.init(self, infile, schema=schema)
File "/home/amd/Sesha/Fortran_Applications/E3SM/cime/CIME/XML/entry_id.py", line 15, in init
GenericXML.init(self, infile, schema, read_only=read_only)
File "/home/amd/Sesha/Fortran_Applications/E3SM/cime/CIME/XML/generic_xml.py", line 78, in init
self.read(infile, schema)
File "/home/amd/Sesha/Fortran_Applications/E3SM/cime/CIME/XML/generic_xml.py", line 131, in read
self.validate_xml_file(infile, schema)
File "/home/amd/Sesha/Fortran_Applications/E3SM/cime/CIME/XML/generic_xml.py", line 695, in validate_xml_file
os.path.isfile(xmllint),
File "/home/amd/conda_root/lib/python3.10/genericpath.py", line 30, in isfile
st = os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
Beta Was this translation helpful? Give feedback.
All reactions