hi all,
I had added an offload section to a file named atm_comp_mct.F90.
it does compile well.
however later it is being used to link to a file named cesm.exe and it throws errors as undefined reference.
undefined reference to `__offload_target_acquire'
undefined reference to `__offload_offload'
here are the atm_comp_mct.F90 and the buildlog for cesm.exe