Removing restriction on use of threads with DAGMC geometry.

This commit is contained in:
Patrick Shriwise 2019-01-23 14:54:25 -06:00
parent 702009108c
commit 4e7efe2438

View file

@ -405,13 +405,6 @@ void read_settings_xml()
#endif
}
#ifdef _OPENMP
if (dagmc && omp_get_max_threads() > 1) {
warning("Forcing number of threads to 1 for DAGMC simulation.");
omp_set_num_threads(1);
}
#endif
// ==========================================================================
// EXTERNAL SOURCE