mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Comment out OpenMP code.
This commit is contained in:
@@ -800,8 +800,8 @@ public:
|
||||
{
|
||||
//invalidateIntensiveQuantitiesCache(timeIdx);
|
||||
size_t numGridDof = primaryVars.size();
|
||||
omp_sched_t kind;
|
||||
int chunk;
|
||||
// omp_sched_t kind;
|
||||
// int chunk;
|
||||
//omp_get_schedule(&kind, &chunk);
|
||||
//printf("%d %d\n", kind, chunk);
|
||||
#ifdef _OPENMP
|
||||
|
||||
Reference in New Issue
Block a user