Specifying OpenMP threads in tests

How can we set the number of OpenMP threads in the regression test suite? I am currently having difficulty testing with MP and MPI because the tests default to 3 MPI with 12 MP which is too many threads for the fission banks in some tests.

You can use the OMP_NUM_THREADS environmental variable to set the number of threads before running the tests. Let me know if the standard out from the test doesn’t reflect the number that you set.

-Bryan

This worked great. Thanks, Bryan!