NOAA-GSL / ExascaleWorkflowSandbox

Other
2 stars 2 forks source link

Python version inconsistency #89

Closed christopherwharrop-noaa closed 5 months ago

christopherwharrop-noaa commented 5 months ago

The version of Python installed for HPC systems via install/install.sh is not pinned to the version used in the current version of spack-stack. This causes warnings to be issued, and possible problems, when a Globus Compute client submits a function to be executed on a remote site having a different version of Python than the client. Spack-stack version 1.6.0 is used in the container, and is also used for execution of Parsl tasks on HPC systems. It uses Python 3.10.13. Spack-stack 1.7.0 is also expected to use python 3.10.13. Therefore, the version of Python used throughout Chiltepin should be pinned to 3.10.13.