Skip to content

Added tree replication to tree build in starform.cpp aswell #64

Added tree replication to tree build in starform.cpp aswell

Added tree replication to tree build in starform.cpp aswell #64

Workflow file for this run

name: ChaNGa
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 --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