MRChemSoft / mrchem

MultiResolution Chemistry
GNU Lesser General Public License v3.0
27 stars 21 forks source link

saga.env has wrong python module version #397

Closed Gabrielgerez closed 2 years ago

Gabrielgerez commented 2 years ago

tools/saga.env has the following line module load Python/3.8.2-GCCcore-8.3.0 saga doesn't have this version of python, instead we should use module load Python/3.8.2-GCCcore-9.3.0 Though I'm not sure how this will affect compatibility with the other modules which do have the GCCcore-8.3.0 version of the module.