I have some C++ code which isn\'t running as expected.
#pragma omp parallel for for (int simNum = 0; simNum < 10; simNum++) { cout << simNum <