Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array refactoring: bp->array was float**** is now float* #9

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 1, 2020

  1. Fix stencil_calc OpenMP implementation

    Alejandro Rico committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    2b1f003 View commit details
    Browse the repository at this point in the history
  2. Data structure bp->array changed from float**** to float*

    Alejandro Rico committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    d84207b View commit details
    Browse the repository at this point in the history
  3. Simplified pragma in stencil computation

    Alejandro Rico committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    85a43b7 View commit details
    Browse the repository at this point in the history
  4. Moving typedef inside parallel loop to avoid compiler bug

    Alejandro Rico committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    a925626 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Enabled MPI with 1D array implementation

    Alejandro Rico committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    502c611 View commit details
    Browse the repository at this point in the history