Skip to content

Commit

Permalink
Update python requirements on myriad
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoskela committed Oct 31, 2023
1 parent 637ac6d commit 2e7e54b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SYSTEMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ You may also need to compile GPU applications on the compute nodes, as the login
### Python3 module

The only default Python in the system is currently Python 2.7, but this may change in the future.
Both ReFrame v3 and Spack v0.20 require Python v3.6 (at the moment most benchmarks should work also with Spack v0.18, but newer recipes may only be available in more recent versions of Spack), so you need to have a Python 3.6 available.
This is provided by the `python3` module in the system, the easiest thing to do is to add the lines
We require Python v3.7 or later so you need to have `python3` available.
This is provided by the `python3` module in the system. The `python3/recommended` module on myriad is built with an incompatible version of `openssl` for ReFrame. The easiest thing to do is to add the lines

```sh
module load python3
module load python3/3.11
export RFM_USE_LOGIN_SHELL="True"
```

Expand Down

0 comments on commit 2e7e54b

Please sign in to comment.