GEOS-ESM / GEOS-ESM/GEOSgcm_GridComp
RRTMGP Dependence on MKL
Open
@dr0cloud is already working on this.
Since Mar 11, 2020.
- Dominant language
- Fortran
- Stars
- 10
- Forks
- 13
- Avg merge
- 17h 35m
- Merged PRs (30d)
- 14
Description
This is mainly for @dr0cloud but @tclune might know of a good alternative as well.
Namely, it would be nice for portability reasons to remove the requirement of MKL in RRTMGP. For example, the Docker build image for GEOS has MKL and it's responsible for about 2 GB! Obviously, we'd want to use the MKL if found, but if not, if we could failover to something as simple as Fortran's random_number() that'd be good.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.