-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Intel 2022 #82
Comments
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. |
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?
The text was updated successfully, but these errors were encountered: