Closed wilfonba closed 3 months ago
@ChrisZYJ added these. We don't have a case optimization Frontier run in CI (yet). I suspect the issue is that something was copy/pasted from weno_order
(which is an integer) for these?
@ChrisZYJ added these. We don't have a case optimization Frontier run in CI (yet). I suspect the issue is that something was copy/pasted from
weno_order
(which is an integer) for these?
I'll fix it. It's because I assigned ones and zeros to logicals in the generated case-optimized f90 files; didn't know this doesn't work on Frontier. Sorry for the oversight
Appreciate it @ChrisZYJ
MFC fails to build with the following errors with
--case-optimization
enabled on Frontier with the following errors:The responsible lines appear to actually be in the toolchain here https://github.com/MFlowCode/MFC/blob/b4dc8ad75e8ac890cf1ec7f0fc000087be00e464/toolchain/mfc/case.py#L201-L204 which generate a faulty
case.fpp
file.