Skip to content

Commit

Permalink
ci: init jarvis
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 21, 2024
1 parent 7633ed1 commit a0f8d88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/spack_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
with:
repository: spack/spack
path: ./spack
- name: jarvis
uses: actions/checkout@v4
with:
repository: grc-iit/jarvis-cd
path: ./jarvis-cd
- name: install
run: |
sudo apt update
Expand Down Expand Up @@ -70,5 +65,5 @@ jobs:
spack external find python
spack install hermes_shm@master+vfd+mpiio^mpich
spack load hermes_shm@master+vfd+mpiio^mpich
ci/install_jarvis.sh
ci/install_jarvis.sh
ci/install_hermes.sh
7 changes: 7 additions & 0 deletions ci/install_jarvis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
git clone https://github.com/grc-iit/jarvis-cd
cd jarvis-cd
pip install -e . -r requirements.txt
# Initialize the Jarvis testing Hermes environment
jarvis init \
"${HOME}/jarvis-config" \
"${HOME}/jarvis-priv" \
"${HOME}/jarvis-shared"
cp ../ci/resource_graph.yaml ./config/resource_graph.yaml
jarvis env build hermes
cd ..

0 comments on commit a0f8d88

Please sign in to comment.