Comment out OpenMP code.

This commit is contained in:
Atgeirr Flø Rasmussen
2022-06-24 10:15:05 +02:00
parent 3616e68d3a
commit 323cfbd5f6

View File

@@ -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