Skip to content

Commit

Permalink
Fixed alphabetical order of micro-benchmarks 49 and 50.
Browse files Browse the repository at this point in the history
  • Loading branch information
mschordan committed Jul 24, 2017
1 parent 7c71293 commit 37496ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ ID| Microbenchmark |P-Label| Description
46| doall2-orig-no.c |N1 | Classic DOAll loop operating on a two dimensional array | AutoPar
47| doallchar-orig-no.c |N1 | Classic DOALL loop operating on a character array | New
48| firstprivate-orig-no.c |N2 | Example use of firstprivate | AutoPar
49| functionparameter-orig-no.c |N6 | Arrays passed as function parameters | LLNL App
50| fprintf-orig-no.c |N6 | Use of `fprintf()` | New
49| fprintf-orig-no.c |N6 | Use of `fprintf()` | New
50| functionparameter-orig-no.c |N6 | Arrays passed as function parameters | LLNL App
51| getthreadnum-orig-no.c |N2 | single thread execution using `if (omp_get_thread_num()==0)` | New
52| indirectaccesssharebase-orig-no.c |N7 | Indirect array accesses using index arrays without overlapping | LLNL App
53| inneronly1-orig-no.c |N1 | Two-level nested loops, inner level is parallelizable. True dependence on outer level| AutoPar
Expand Down

0 comments on commit 37496ae

Please sign in to comment.