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

update paru_dev2 with recent PRs to dev2 #814

Merged
merged 6 commits into from
May 23, 2024
Merged

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    98313af View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. SPEX: Fix building demo without OpenMP.

    Depend on `SPEX_HAS_OPENMP` (not `SPEX_USE_OPENMP`) for linking to
    OpenMP.
    mmuetzel committed May 23, 2024
    Configuration menu
    Copy the full SHA
    03da1d8 View commit details
    Browse the repository at this point in the history
  2. Example: Don't include OpenMP header if building without it.

    Include `omp.h` only if `_OPENMP` is defined.
    mmuetzel committed May 23, 2024
    Configuration menu
    Copy the full SHA
    07c07a2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #809 from mmuetzel/example

    Example: Don't include OpenMP header if building without it.
    DrTimothyAldenDavis authored May 23, 2024
    Configuration menu
    Copy the full SHA
    a2d6045 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #806 from DragonPara/patch-2

    wrong comments in umfpack.h
    DrTimothyAldenDavis authored May 23, 2024
    Configuration menu
    Copy the full SHA
    4947ad7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #808 from mmuetzel/spex

    SPEX: Fix building demo without OpenMP.
    DrTimothyAldenDavis authored May 23, 2024
    Configuration menu
    Copy the full SHA
    cd185a8 View commit details
    Browse the repository at this point in the history