Skip to content

openmp fix needed to avoid data race #13

openmp fix needed to avoid data race

openmp fix needed to avoid data race #13

Workflow file for this run

name: C/C++ Binary build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: cmake CMakeLists.txt
run: cmake CMakeLists.txt
- name: make
run: make