Skip to content

(DNND) Clean up examples #22

(DNND) Clean up examples

(DNND) Clean up examples #22

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