Skip to content

Merge pull request #80 from KIwabuchi/feature/dnnd_new_api #28

Merge pull request #80 from KIwabuchi/feature/dnnd_new_api

Merge pull request #80 from KIwabuchi/feature/dnnd_new_api #28

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