Menu

#637 Use OpenMP for statistics of large tables

v1.1.x
closed
v1.1.4
Change Request
2022-01-20
2021-08-31
Erik Hänel
No

Large statistics of whole tables (i.e. table methods), shall make use of OpenMP for a significant speed-up. Using the same threshold as in the string parser modified by the number of bytes should work.

Analysis:

This should straightforwardly be implemented. We only need to look up, how we can use firstprivate and lastprivate. Can probably be combined with the changes in [#640].

Implementation:

  • Implementation: Implemented as described by the analysis.
  • Revision: [r999]
  • Implementation test: Automatic SW tests ran without deviation

Documentation:

  • ChangesLog updated
  • Code changes commented
  • Documentation articles:
    • corresponding documentation articles updated
    • new documentation articles created
    • not needed
  • Language files:
    • corresponding language files updated
    • not needed

Tests:

Change was added to the automatic SW tests. No deviation detected.

Related

Commit: [r999]
Tickets: #626
Tickets: #640

Discussion

  • Erik Hänel

    Erik Hänel - 2021-08-31
    • labels: --> internal, openmp, datamanagement
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2021-08-31
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,23 @@
     Large statistics of whole tables (i.e. table methods), shall make use of OpenMP for a significant speed-up. Using the same threshold as in the string parser modified by the number of bytes should work.
    +
    +###Analysis:
    +(*Describe, what's the issue and which changes have to be made*)
    +
    +###Implementation:
    +* Implementation: (*Describe, what you've changed*) 
    +* Revision: [rXXX]
    +* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +
    +###Documentation:
    +* [ ] ChangesLog updated
    +* [ ] Code changes commented
    +* **Documentation articles:**
    +    * [ ] corresponding documentation articles updated
    +    * [ ] new documentation articles created
    +    * [ ] not needed
    +* **Language files:**
    +    * [ ] corresponding language files updated
    +    * [ ] not needed
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2021-09-01
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     Large statistics of whole tables (i.e. table methods), shall make use of OpenMP for a significant speed-up. Using the same threshold as in the string parser modified by the number of bytes should work.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +This should straightforwardly be implemented. We only need to look up, how we can use `firstprivate` and `lastprivate`. Can probably be combined with the changes in [#640].
    
     ###Implementation:
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     

    Related

    Tickets: #640

  • Erik Hänel

    Erik Hänel - 2021-09-03
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,20 +4,20 @@
     This should straightforwardly be implemented. We only need to look up, how we can use `firstprivate` and `lastprivate`. Can probably be combined with the changes in [#640].
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation: Implemented as described by the analysis.
    +* Revision: [r999]
    +* Implementation test: Automatic SW tests ran without deviation
    
     ###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    +* [x] ChangesLog updated
    +* [x] Code changes commented
     * **Documentation articles:**
         * [ ] corresponding documentation articles updated
         * [ ] new documentation articles created
    -    * [ ] not needed
    +    * [x] not needed
     * **Language files:**
         * [ ] corresponding language files updated
    -    * [ ] not needed
    +    * [x] not needed
    
     ###Tests:
     (*Describe, which tests you performed and their outcome*)
    
    • status: implementing --> testing
     

    Related

    Commit: [r999]
    Tickets: #640

  • Erik Hänel

    Erik Hänel - 2022-01-20
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -20,4 +20,4 @@
         * [x] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +Change was added to the automatic SW tests. No deviation detected.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel