mike_scchen@gmail_com
New Member
Hi,
I'm trying to port the cesm with Fujitsu compiler.
I've managed to build all components that B1850 (we did add the compset difinition since the git-ed source doesn't have this) compset needs, but got this error message in the last (maybe?) step:
mpifrtpx (......) cesm/components/cmeps/cime_config/../cesm/driver/esm.F90
jwd1384i-s "/IFS/nwpr/gfs/com132/cesm3_0_b02/components/cmeps/cime_config/../cesm/driver/esm.F90", line 826: The module or submodule 'mpp_min' that is used directly or indirectly in the module or submodule 'ocn_comp_nuopc' must be available.
This "mpp_min" seems to come from FMS.
But I did see some modules that contain the "mpp_min" strings in scratch/case/bld/....../FMS folder, so I have no idea why the compiler / linker cannnot find or use these modules.
I tried to compare the results from another working port on common x86_64 / Intel compiler platform; but the modules from different compilers cannot be compared directly.
Any ideas are welcome :p
Mike
I'm trying to port the cesm with Fujitsu compiler.
I've managed to build all components that B1850 (we did add the compset difinition since the git-ed source doesn't have this) compset needs, but got this error message in the last (maybe?) step:
mpifrtpx (......) cesm/components/cmeps/cime_config/../cesm/driver/esm.F90
jwd1384i-s "/IFS/nwpr/gfs/com132/cesm3_0_b02/components/cmeps/cime_config/../cesm/driver/esm.F90", line 826: The module or submodule 'mpp_min' that is used directly or indirectly in the module or submodule 'ocn_comp_nuopc' must be available.
This "mpp_min" seems to come from FMS.
But I did see some modules that contain the "mpp_min" strings in scratch/case/bld/....../FMS folder, so I have no idea why the compiler / linker cannnot find or use these modules.
I tried to compare the results from another working port on common x86_64 / Intel compiler platform; but the modules from different compilers cannot be compared directly.
Any ideas are welcome :p
Mike