Skip to content

Fix CUDA hello example and compilation with HAPI_TRACE #3477

Fix CUDA hello example and compilation with HAPI_TRACE

Fix CUDA hello example and compilation with HAPI_TRACE #3477

Workflow file for this run

name: ChaNGa
on: [pull_request, merge_group]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: build-charm++
run: ./build ChaNGa netlrts-linux-x86_64 -g -j4 --with-production
- name: build-changa
run: |
git clone https://github.com/N-bodyshop/utility
git clone https://github.com/N-bodyshop/changa
cd changa
./configure
make -j4
- name: test-changa
run: |
cd changa/teststep
make test