GEOS-ESM / jedi_bundle

Repo for building JEDI packages
https://geos-esm.github.io/jedi_bundle/
Apache License 2.0
2 stars 3 forks source link

Add module entries for spack-built GEOS work #37

Closed mathomp4 closed 4 months ago

mathomp4 commented 4 months ago

Description

In trying to use a spack-built GEOSgcm, it was found that we need to load extra modules. I could not figure out how to do this other than hacking jedi_bundle. To be safe, I added two new modules entries, intel-geos and gnu-geos since I don't want to step and all it does is add:

- module load esmf python py-pyyaml py-numpy pflogger fargparse zlib-ng cmake

to what's in intel and geos.

NOTE: I think these could just always be added to intel and geos but I am being safe here.

Dependencies

None.

Impact

I think this is pretty self contained, though I suppose the docs might need updating.

mathomp4 commented 4 months ago

I'll keep draft for now until @Dooruk can review and take a look.

mathomp4 commented 4 months ago

Oh, and I guess I only updated the sles12 yaml. I suppose I should do the same for SLES15... → Done.