Open lizziel opened 1 month ago
Huh. I mean, we run this with Intel ifort 2021.13 which is from 2024.2.0. So I'm wondering if this is a compiler bug...
That said, what version of MAPL are you using? Technically, nothing in MAPL relies on yaFyaml anymore since we moved to use ESMF_Hconfig.
Interesting, I didn't realize yafyaml was retired. I am using a very old version of MAPL, 2.26, with no plans to update until MAPL3. I'll see if the sysadmins of the cluster can add Intel 2021.13 support.
Interesting, I didn't realize yafyaml was retired. I am using a very old version of MAPL, 2.26, with no plans to update until MAPL3. I'll see if the sysadmins of the cluster can add Intel 2021.13 support.
Well, MAPL still depends on pFlogger which depends on yaFyaml. So yaFyaml is not retired. I would like to make an option in pFlogger to rely on ESMF yaml (hconfig), but that is a rainy day item.
Interesting, I didn't realize yafyaml was retired. I am using a very old version of MAPL, 2.26, with no plans to update until MAPL3. I'll see if the sysadmins of the cluster can add Intel 2021.13 support.
Well, MAPL still depends on pFlogger which depends on yaFyaml. So yaFyaml is not retired. I would like to make an option in pFlogger to rely on ESMF yaml (hconfig), but that is a rainy day item.
Ohh. Whoops. I didn't realize that. Or rather, I forgot that. I guess there isn't an explicit dependency on yafyaml anymore. But there is a dependency if you want pFlogger support.
I am running into the issue below when running with Intel2022.2.1. I see only 2021 is listed as supported Intel compiler but I wonder how much effort it would be to extend that to 2022?