update sanity check in ESMF easyblock to take into account new binary names from version 8.1.0 onwards#2512
update sanity check in ESMF easyblock to take into account new binary names from version 8.1.0 onwards#2512migueldiascosta merged 1 commit intoeasybuilders:developfrom kilicomu:2481_ESMF_sanity_check_update
Conversation
|
Test report by @migueldiascosta Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
|
lgtm - @kilicomu can you submit a test report with version 8.1? i.e. running eb on local easyconfig(s) with (you may need to set up github integration, see https://docs.easybuild.io/en/latest/Integration_with_GitHub.html) |
|
Test report by @kilicomu Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
|
@migueldiascosta Done - sorry about the first one; forgot to force the rebuild in my dev environment. |
|
Going in, thanks @kilicomu! |
ESMF command line utility names changed with v8.1 - this PR updates the sanity check to reflect the changes:
ESMF_Info=>ESMF_PrintInfoESMF_InfoC=>ESMF_PrintInfoCAlso, there were some command line utilities missing from the previously implemented sanity check, so this adds those:
ESMF_RegridESMF_Scrip2UnstructCloses #2481