diff options
Diffstat (limited to 'openmp/testsuite/c')
-rw-r--r-- | openmp/testsuite/c/omp_barrier.c | 2 | ||||
-rw-r--r-- | openmp/testsuite/c/omp_for_schedule_guided.c | 2 | ||||
-rw-r--r-- | openmp/testsuite/c/omp_parallel_for_if.c | 2 | ||||
-rw-r--r-- | openmp/testsuite/c/omp_parallel_for_private.c | 2 | ||||
-rw-r--r-- | openmp/testsuite/c/omp_parallel_sections_private.c | 2 | ||||
-rw-r--r-- | openmp/testsuite/c/omp_single.c | 2 | ||||
-rw-r--r-- | openmp/testsuite/c/omp_task.c | 2 | ||||
-rw-r--r-- | openmp/testsuite/c/omp_task_final.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/openmp/testsuite/c/omp_barrier.c b/openmp/testsuite/c/omp_barrier.c index b005f3bb27c..df669e2c11e 100644 --- a/openmp/testsuite/c/omp_barrier.c +++ b/openmp/testsuite/c/omp_barrier.c @@ -1,5 +1,5 @@ <ompts:test> -<ompts:testdescription>Test which checks the omp barrier directive. The test creates several threads and sends one of them sleeping before setting a flag. After the barrier the other ones do some littel work depending on the flag.</ompts:testdescription> +<ompts:testdescription>Test which checks the omp barrier directive. The test creates several threads and sends one of them sleeping before setting a flag. After the barrier the other ones do some little work depending on the flag.</ompts:testdescription> <ompts:ompversion>2.0</ompts:ompversion> <ompts:directive>omp barrier</ompts:directive> <ompts:testcode> diff --git a/openmp/testsuite/c/omp_for_schedule_guided.c b/openmp/testsuite/c/omp_for_schedule_guided.c index 5b0ed0d08c6..83564a5a3a6 100644 --- a/openmp/testsuite/c/omp_for_schedule_guided.c +++ b/openmp/testsuite/c/omp_for_schedule_guided.c @@ -214,7 +214,7 @@ int <ompts:testcode:functionname>omp_for_schedule_guided</ompts:testcode:functio fprintf (logFile, "Chunksize did not decrease: %d instead of %d\n", chunksizes[i],expected_chunk_size); #endif - /* calculating the remaining ammount of work */ + /* calculating the remaining amount of work */ openwork -= chunksizes[i]; } } diff --git a/openmp/testsuite/c/omp_parallel_for_if.c b/openmp/testsuite/c/omp_parallel_for_if.c index a5de0a9332f..52886baa431 100644 --- a/openmp/testsuite/c/omp_parallel_for_if.c +++ b/openmp/testsuite/c/omp_parallel_for_if.c @@ -33,6 +33,6 @@ int <ompts:testcode:functionname>omp_parallel_for_if</ompts:testcode:functionnam known_sum = (LOOPCOUNT * (LOOPCOUNT + 1)) / 2; fprintf (logFile, "Number of threads determined by omp_get_num_threads: %d\n", num_threads); return (known_sum == sum && num_threads == 1); -} /* end of check_paralel_for_private */ +} /* end of check_parallel_for_private */ </ompts:testcode> </ompts:test> diff --git a/openmp/testsuite/c/omp_parallel_for_private.c b/openmp/testsuite/c/omp_parallel_for_private.c index 6e553ece906..40280cca548 100644 --- a/openmp/testsuite/c/omp_parallel_for_private.c +++ b/openmp/testsuite/c/omp_parallel_for_private.c @@ -43,6 +43,6 @@ int <ompts:testcode:functionname>omp_parallel_for_private</ompts:testcode:functi known_sum = (LOOPCOUNT * (LOOPCOUNT + 1)) / 2; return (known_sum == sum); -} /* end of check_paralel_for_private */ +} /* end of check_parallel_for_private */ </ompts:testcode> </ompts:test> diff --git a/openmp/testsuite/c/omp_parallel_sections_private.c b/openmp/testsuite/c/omp_parallel_sections_private.c index f1819707829..c5fe414f399 100644 --- a/openmp/testsuite/c/omp_parallel_sections_private.c +++ b/openmp/testsuite/c/omp_parallel_sections_private.c @@ -56,7 +56,7 @@ int <ompts:testcode:functionname>omp_parallel_sections_private</ompts:testcode:f sum= sum+sum0; } /*end of critical */ } - } /*end of paralell sections*/ + } /*end of parallel sections*/ </ompts:orphan> known_sum=(999*1000)/2+7; return (known_sum==sum); diff --git a/openmp/testsuite/c/omp_single.c b/openmp/testsuite/c/omp_single.c index 2c92726b2fa..032b0d26682 100644 --- a/openmp/testsuite/c/omp_single.c +++ b/openmp/testsuite/c/omp_single.c @@ -1,5 +1,5 @@ <ompts:test> -<ompts:testdescription>Test which checks the omp single directive by controling how often a directive is called in an omp single region.</ompts:testdescription> +<ompts:testdescription>Test which checks the omp single directive by controlling how often a directive is called in an omp single region.</ompts:testdescription> <ompts:ompversion>2.0</ompts:ompversion> <ompts:directive>omp single</ompts:directive> <ompts:dependences>omp parallel private,omp flush</ompts:dependences> diff --git a/openmp/testsuite/c/omp_task.c b/openmp/testsuite/c/omp_task.c index 623e7a7e011..ae89790cd84 100644 --- a/openmp/testsuite/c/omp_task.c +++ b/openmp/testsuite/c/omp_task.c @@ -47,6 +47,6 @@ int <ompts:testcode:functionname>omp_task</ompts:testcode:functionname>(FILE * l return 1; } return 0; -} /* end of check_paralel_for_private */ +} /* end of check_parallel_for_private */ </ompts:testcode> </ompts:test> diff --git a/openmp/testsuite/c/omp_task_final.c b/openmp/testsuite/c/omp_task_final.c index e6560f412c4..4e00c5f4ddf 100644 --- a/openmp/testsuite/c/omp_task_final.c +++ b/openmp/testsuite/c/omp_task_final.c @@ -47,6 +47,6 @@ int <ompts:testcode:functionname>omp_task_final</ompts:testcode:functionname>(FI error++; } return (error==0); -} /* end of check_paralel_for_private */ +} /* end of check_parallel_for_private */ </ompts:testcode> </ompts:test> |