Open croachutas opened 3 months ago
Welcome to the joys of MOM6/FMS compatibility issues. It looks to me like you've possibly built FMS without -Duse_deprecated_io
and not FMS2, and you're using a version of MOM6 that still requires that? Although I do see it in the cppdefs for the compile error.
Thanks! Looks like that was it... Built successfully now but still need to test it. Will let you know if I encounter any further problems.
Okay, I've tried using these scripts to build MOM6 on a non-NCI machine (workstation ~196GB of RAM) mostly for the hell of it (also as part of revisting ideas for pracs for OUC and maybe the reworked IMAS ocean & ice major). Usual array of messing round with compiler flags (using gcc instead of intel compilers) which seems to have worked out since I can build the ocean only version of MOM6 and it runs with some of the examples.
But building the coupled version with ninja fails with the following error:
This compile error seems to suggest it can't find major functions built into FMS.
I'm fairly certain FMS built correctly and I'm pointing ninja to the right place to find it, so any ideas why I'm getting this error?
Edit: Sorry! Just realized I used Ash Barnes's branch (https://github.com/ashjbarnes/setup-mom6-nci) not this version.