Skip to content

Commit

Permalink
adding inits
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmorgan98 committed May 14, 2024
1 parent ee23a53 commit 0deab4d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/numba_self_host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
ls
#module load cuda/12 openmpi/4.0_gcc-10
source ~/.bashrc
conda init
source ~/.bashrc
conda create --name ghaction_temp python=3.11
conda activate ghaction_temp
which python
bash install.sh --hpc
nvidia-smi
- name: Debug
run: |
source ~/.bashrc
Expand Down
8 changes: 8 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ while [ $# -gt 0 ]; do

--config_cont_lib)
bash config_cont_energy.sh
;;

--harmonize)
git clone https://github.com/CEMeNT-PSAAP/harmonize.git
cd harmonize
bash install.sh
cd ..

;;
esac
shift
Expand Down

0 comments on commit 0deab4d

Please sign in to comment.