Forcing number of threads to one for a dagmc run and letting the user know.

This commit is contained in:
Patrick Shriwise 2018-10-01 14:41:42 -05:00
parent 7b881c8317
commit e1361d615c

View file

@ -408,6 +408,11 @@ void read_settings_xml()
#endif
}
if (dagmc) {
warning("Forcing number of threads to 1 for DAGMC simulation.");
omp_set_num_threads(1);
}
// ==========================================================================
// EXTERNAL SOURCE