-
Notifications
You must be signed in to change notification settings - Fork 217
Description
I'm trying to make new mapping+domain files and am stuck on the check_maps build stage.
I'm trying to follow the instructions in
https://github.com/ESMCI/cime/blob/master/tools/mapping/check_maps/README.
I've loaded one of derecho's current esmf modules: esmf/8.8.1.
I can't find an equivalent of esmf-7.0.0-ncdfio-uni-O for 8.8.1.
module load esmf-8.8.1-ncdfio-uni-O
Lmod has detected the following error:
The following module(s) are unknown: "esmf-8.8.1-ncdfio-uni-O"
module avail ncdfio
No module(s) or extension(s) found!
If I assume that that module is no longer needed(?)
and proceed to the gmake step I get "gmake: No match."
I've added '-d --debug' to the gmake, but get no more useful information.
The Makefile is there:
-rw-r--r-- 1 raeder p86850054 2657 Sep 11 16:54 ../check_maps/src/Makefile
so I don't know what gmake is trying to match. The ncdfio module?
Any suggestions?
Thanks,
Kevin