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

Paraview for ICON on Santis #93

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

Commits on May 8, 2024

  1. clone icon-wcp as starting base for paraview on santis

    Alberto Invernizzi committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c260a57 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. add paraview

    still no CDI and no raytracing
    albestro committed May 10, 2024
    Configuration menu
    Copy the full SHA
    106b592 View commit details
    Browse the repository at this point in the history
  2. add latest pacakges from develop

    release 0.21 does not have last required udpates to:
    - egl
    - glew
    - opengl
    - paraview
    albestro committed May 10, 2024
    Configuration menu
    Copy the full SHA
    677e3bd View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. WIP: fixme

    albestro committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3baf99e View commit details
    Browse the repository at this point in the history
  2. add CDI support to paraview

    albestro committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1d5a67e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. enable raytracing

    albestro committed May 15, 2024
    Configuration menu
    Copy the full SHA
    66659c0 View commit details
    Browse the repository at this point in the history
  2. starting from LLVM@15 cuda variant seems to be obsolete

    since environment prefers +cuda, concretizer was selecting an older
    version of LLVM (i.e. 14) that does not support new CUDA architecture.
    albestro committed May 15, 2024
    Configuration menu
    Copy the full SHA
    fe448af View commit details
    Browse the repository at this point in the history
  3. add openimagedenoise and ispc newer pacakges

    older ones had some build problem
    albestro committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a1fd851 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. add libcatalyst

    specifcy it as root so that I can enable fortran, python and mpi
    just for it and not for every package supporting it
    albestro committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9c76ef0 View commit details
    Browse the repository at this point in the history
  2. add custom spack package for libcatalyst

    it requires a new version with a fix
    albestro committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3fa1aee View commit details
    Browse the repository at this point in the history
  3. all paraview dependencies have to be exposed

    e.g. mpi4py would have not been accessible without this change
    albestro committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f15479a View commit details
    Browse the repository at this point in the history