ajpearso@fiu_edu
New Member
I'm trying to get CESM 1.0.2 working on a linux cluster with Intel Compiler Suite 13 and OpenMPI 1.6.3 compiled with (and so accessing) Intel. I've been following this guide.
Everything goes smoothly, and I can run $CASE.$MACH.build until the final step where the executable cesm.exe is being built. At this point, the build fails. Viewing the error file, there is no specific compiler error (the final line is "Error" but with no reason), but there are very many (hundreds of) lines which talk about "undefined reference to" and then refer to something which is evidently related to NetCDF. I assume this means that either the compiler can't see NetCDF or the NetCDF library has not been compiled correctly. All of my environmental variables are set correctly.
I've tried this with NetCDF compiled with Intel as in the above guide, and also compiled via the official Intel NetCDF compilation guide. Both compile, but the result is the same in both cases. I've also tried compiling NetCDF with the OpenMPI compiler wrappers, but I couldn't make this work.
I've tried using CESM 1.0.5 as well, but I can't get to the cesm.exe compilation stage because of other problems that I can't resolve.
Does anyone have any suggestions?
Everything goes smoothly, and I can run $CASE.$MACH.build until the final step where the executable cesm.exe is being built. At this point, the build fails. Viewing the error file, there is no specific compiler error (the final line is "Error" but with no reason), but there are very many (hundreds of) lines which talk about "undefined reference to" and then refer to something which is evidently related to NetCDF. I assume this means that either the compiler can't see NetCDF or the NetCDF library has not been compiled correctly. All of my environmental variables are set correctly.
I've tried this with NetCDF compiled with Intel as in the above guide, and also compiled via the official Intel NetCDF compilation guide. Both compile, but the result is the same in both cases. I've also tried compiling NetCDF with the OpenMPI compiler wrappers, but I couldn't make this work.
I've tried using CESM 1.0.5 as well, but I can't get to the cesm.exe compilation stage because of other problems that I can't resolve.
Does anyone have any suggestions?