Skip to content

Fixes uses of for_all to comply with YGM API (#72) #12

Fixes uses of for_all to comply with YGM API (#72)

Fixes uses of for_all to comply with YGM API (#72) #12

Workflow file for this run

name: CI Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install OpenMPI
run: sudo apt-get install openmpi-bin libopenmpi-dev
- name: Build w/o HDF5 w/ Metall
run: |
mkdir build && cd build
cmake ../ -DCMAKE_BUILD_TYPE=DEBUG -DCMAKE_CXX_COMPILER=g++-12 -DSALTATLAS_USE_HDF5=OFF -DSALTATLAS_USE_METALL=ON
make -j