NCAR / wrfcloud

WRF Cloud Framework
Apache License 2.0
14 stars 6 forks source link

Installation Bug Fixes #238

Open hahnd opened 5 months ago

hahnd commented 5 months ago

Describe the Problem

There are two problems when installing new systems: 1) The CloudShell platform no longer matches the AWS Lambda platform, so the natively compiled python libraries packaged in CloudShell (e.g. bcrypt) are not able to run in AWS Lambda due to glibc mismatch; and 2) the Intel oneAPI compilers were not version-locked in the ImageBuilder file, so the latest Intel oneAPI compilers are failing to compile this WRF version.