3int main(
int argc,
char ** argv) {
8 const bool do_openmp = argc > 1 and argv[1][0] ==
'y';
16 #pragma omp parallel for firstprivate(wss) if (do_openmp)
17 for (
Index i=0; i<100; i++) {}
void define_wsv_groups()
Define the array of workspace variable group names.
int arts_omp_get_max_threads()
Wrapper for omp_get_max_threads.
bool arts_omp_in_parallel()
Wrapper for omp_in_parallel.
INDEX Index
The type to use for all integer numbers and indices.