Description
I'm trying to get Isca running on Derecho, the new NCAR machine. There is documentation here for how to get Isca running on the old NCAR Cheyenne machine, which has since been retired; unfortunately, the instructions don't work on Derecho. In particular, the ncar_pylib command seems to have been retired, and also the modules that are loaded in the cheyenne environment file (here) aren't recognized, so when I try to run py.test as the Isca documentation suggests, I get errors, shown below.
I'm wondering if anyone has successfully gotten Isca working on Derecho, and if so whether they could help me out. If it has been compiled successfully there, it would also probably be good to replace the old Cheyenne-specific instructions with a new Derecho version.
Screenshots

The current cheyenne file in the Isca repo.

Part of the output of running py.test.
Isca version
Commit ID: 8e45135. I'm using the main Execlim version.
System Information:
To help us help you, provide the details about the machine where you are trying to install Isca.
To do this, please run the following code in Python:
import platform
print(platform.uname())
and paste the output below.
# Paste system info here
uname_result(system='Linux', node='crhtc44', release='5.14.21-150400.24.46-default', version='#1 SMP PREEMPT_DYNAMIC Thu Feb 9 08:38:18 UTC 2023 (2d95137)', machine='x86_64')
Description
I'm trying to get Isca running on Derecho, the new NCAR machine. There is documentation here for how to get Isca running on the old NCAR Cheyenne machine, which has since been retired; unfortunately, the instructions don't work on Derecho. In particular, the
ncar_pylibcommand seems to have been retired, and also the modules that are loaded in thecheyenneenvironment file (here) aren't recognized, so when I try to runpy.testas the Isca documentation suggests, I get errors, shown below.I'm wondering if anyone has successfully gotten Isca working on Derecho, and if so whether they could help me out. If it has been compiled successfully there, it would also probably be good to replace the old Cheyenne-specific instructions with a new Derecho version.
Screenshots
The current
cheyennefile in the Isca repo.Part of the output of running
py.test.Isca version
Commit ID: 8e45135. I'm using the main Execlim version.
System Information:
To help us help you, provide the details about the machine where you are trying to install Isca.
To do this, please run the following code in Python:
and paste the output below.
# Paste system info here uname_result(system='Linux', node='crhtc44', release='5.14.21-150400.24.46-default', version='#1 SMP PREEMPT_DYNAMIC Thu Feb 9 08:38:18 UTC 2023 (2d95137)', machine='x86_64')