VIC icon indicating copy to clipboard operation
VIC copied to clipboard

Cleanup: Static variables are not threadsafe

Open jhamman opened this issue 8 years ago • 0 comments

In #735, we've discovered that static variables in CalcBlowingSnow.c and frozen_soil.c are not thread safe. We've included an OpenMP #pragma directive in those modules as a temporary workaround in #735 but we should eventually refactor those functions to avoid using static variables.

jhamman avatar Aug 24 '17 22:08 jhamman