I am trying to update suite u-cc339 to run using MetUM vn12.1; I am working with a copy of this suite, ID u-da133. The suite is a regional climate simulation using GA7 atmosphere and coupled to the KPP ocean model.
I am currently having trouble compiling KPP-ocean. fcm_make2_kpp fails with:
[FAIL] /opt/cray/pe/cce/15.0.0/binutils/x86_64/x86_64-pc-linux-gnu/bin/ld: warning: libfabric.so.1, needed by /opt/cray/pe/mpich/8.1.23/ofi/cray/10.0/lib/libmpi_cray.so, not found (try using -rpath or -rpath-link)
[FAIL] /opt/cray/pe/cce/15.0.0/binutils/x86_64/x86_64-pc-linux-gnu/bin/ld: /opt/cray/pe/mpich/8.1.23/ofi/cray/10.0/lib/libmpi_cray.so: undefined reference to `fi_strerror@FABRIC_1.0’
Thanks for the reply! I didn’t end up implementing your suggestion, but it did tell me where to look. I was pointing to an old version of the libfabric library; pointing to the correct one in /opt/cray/libfabric did the trick.