CEMeNT-PSAAP / MCDC

MC/DC: Monte Carlo Dynamic Code
https://mcdc.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
20 stars 20 forks source link

Update installation script to match pyproject requirements #193

Open clemekay opened 4 months ago

clemekay commented 4 months ago

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.