generated from akashdhruv/myproject
-
Notifications
You must be signed in to change notification settings - Fork 1
38 lines (36 loc) · 1.05 KB
/
amrex-bittree.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: amrex-bittree
on:
push:
branches:
- development
paths-ignore:
- '**.rst'
- '**.md'
- 'LICENSE'
- 'CITATION'
jobs:
setup-submit:
name: "setup-submit"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: |
sudo apt-get update -y && apt-get install -y apt-utils && apt-get upgrade -y
sudo apt-get install -y libhdf5-openmpi-dev openmpi-bin
sudo apt-get install -y python3 python3-dev python3-pip
sudo apt-get install -y python-is-python3
- name: Install Jobrunner
run: |
python3 setup.py develop --user
export PATH=$PATH:$HOME/.local/bin
- name: Clone External Repo
run: |
git clone https://github.com/Lab-Notebooks/AMReX-Bittree-Performance
- name: Configure Site
run: |
ln -s tests/AMReX-Bittree-Performance/sites/test AMReX-Bittree-Performance/sites/test
./configure -s test
- name: Setup Bittree
run: |
ls -l