Revision bfcd29658f8d56c1cabd1dae295c71a4a6274676 authored by Wuyin Lin on 03 April 2019, 03:08:05 UTC, committed by Wuyin Lin on 03 April 2019, 03:08:05 UTC
Nightly test of cosplite_nhtfrq5 on sandiatoss3 failed from time to time complaining
error in opening a compiled module file during compilation of
quickbeam/radar_simulator.f90. The missing module is scale_LUTs_io.

It turns out there was no rule explicitly setting the object of radar_simulator.o to
be dependent of module scale_LUTs_io, which may cause the compilation of radar_simultor.f90
to be started before scale_LUTs_io.f90 is compiled, hence unable to open the required module.

This update explicitly enforces it in cam/src/physics/cosp/Makefile.cospinline.in

[BFB]
1 parent 6400843
History
File Mode Size
cime
components
externals
.gitignore -rw-r--r-- 227 bytes
.gitmodules -rw-r--r-- 630 bytes
CONTRIBUTING.md -rw-r--r-- 1.7 KB
LICENSE -rw-r--r-- 4.5 KB
README.md -rw-r--r-- 3.1 KB
codemeta.json -rw-r--r-- 504 bytes
run_e3sm.template.csh -rwxr-xr-x 68.7 KB

README.md

back to top