CEMeNT-PSAAP/MCDC

Update installation script to match pyproject requirements

Opened this issue · 0 comments

Currently, the install.sh script installs mpi4py from source when the --hpc flag is used. It's installing mpi4py version 3.1.4, which does not meet the pyproject's version requirement for mpi4py of 3.1.5, causing the source-installed version not to be used. I'll need to update this.