ddtsim.cpp doesn't compile with intel compiler. #20120
Labels
bug
Something isn't working
impact medium
Productivity partially degraded (not easily mitigated bug) or improved (enhancement)
likelihood medium
Neither low nor high likelihood
I was building VisIt on crossroads and enabled DDT support and
src/sim/V2/ddtsim/ddtsim.cpp
didn't compile because the functiontime
wasn't defined. It may be as simple as adding#include <time.h>
to the file. It compiles fine withgcc
.The text was updated successfully, but these errors were encountered: