Skip to content

[BUG] OpenMP CI compilation for MacOS on Github Actions not working #82

Description

@Socrats

Currently the parallel version of egttools for MacOS (compiled with OpenMP enabled) is not working on my setup for Github Actions. Probably we need to download the correct versions of OpenMP for Intel (x86_64) and arm64 builds to solve this. Moreover, we need to find a way to link OpenMP dynamically to egttools instead of statically and add the OpenMP dlyb to the egttools build. This is important as otherwise there are segmentation faults that can occur due to duplicated libomp errors. Particularly in an Anaconda environment.

For the moment, I have deactivated OpenMP from the MacOS builds with EGTTOOLS_EXTRA_CMAKE_ARGS="-DSKIP_OPENMP=TRUE"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions