Skip to content

Commit

Permalink
Merge branch 'master' into tp_replication
Browse files Browse the repository at this point in the history
  • Loading branch information
trquinn committed Oct 16, 2024
2 parents 54586cc + a05be57 commit 4a06673
Show file tree
Hide file tree
Showing 59 changed files with 4,356 additions and 2,462 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/changa-smp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ jobs:
- 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
git clone https://github.com/charmplusplus/charm.git
cd charm
git checkout 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
export CHARM_DIR=$PWD/charm
./configure
make -j4
- name: test-changa
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/changa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
- 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
git clone https://github.com/charmplusplus/charm.git
cd charm
git checkout 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
export CHARM_DIR=$PWD/charm
./configure
make -j4
- name: test-changa
Expand Down
Loading

0 comments on commit 4a06673

Please sign in to comment.