Skip to content

Remove workRequest layer from GPU code #64

Remove workRequest layer from GPU code

Remove workRequest layer from GPU code #64

Workflow file for this run

name: ChaNGa-SMP
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build-charm++
run: |
export CHARM_VERSION=7.0.0
wget http://charm.cs.illinois.edu/distrib/charm-$CHARM_VERSION.tar.gz
tar -xzf charm-$CHARM_VERSION.tar.gz
cd charm-v$CHARM_VERSION
./build ChaNGa netlrts-linux-x86_64 smp --with-production --enable-error-checking -j4
cd ..
- name: build-changa
run: |
export CHARM_VERSION=7.0.0
git clone https://github.com/N-bodyshop/utility
export STRUCT_DIR=$PWD/utility/structures
export CHARM_DIR=$PWD/charm-v$CHARM_VERSION
./configure
make -j4
- name: test-changa
run: |
cd teststep
make test