Bill Ladwig 6 years ago committed by Kevin Hallock
parent
commit
c7c8fdf8e4
  1. 6
      test/comp_utest.py

6
test/comp_utest.py

@ -677,9 +677,9 @@ if __name__ == "__main__": @@ -677,9 +677,9 @@ if __name__ == "__main__":
omp_set_schedule(OMP_SCHED_STATIC, 0)
omp_set_dynamic(False)
varnames=["avo", "pvo", "eth", "dbz", "helicity", "updraft_helicity",
"omg", "pw", "rh", "slp", "td", "tk", "tv", "twb", "uvmet",
"cloudfrac", "ctt"]
varnames = ["avo", "pvo", "eth", "dbz", "helicity", "updraft_helicity",
"omg", "pw", "rh", "slp", "td", "tk", "tv", "twb", "uvmet",
"cloudfrac", "ctt"]
omp_set_num_threads(omp_get_num_procs()-1)
omp_set_schedule(OMP_SCHED_STATIC, 0)

Loading…
Cancel
Save