From 0deab4d90638bade08064c5be33c5d1a92dc4bd1 Mon Sep 17 00:00:00 2001 From: "Joanna Piper Morgan (jonsey)" Date: Tue, 14 May 2024 13:03:03 -0700 Subject: [PATCH] adding inits --- .github/workflows/numba_self_host.yml | 3 ++- install.sh | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/numba_self_host.yml b/.github/workflows/numba_self_host.yml index fe2899b6..0239e9c7 100644 --- a/.github/workflows/numba_self_host.yml +++ b/.github/workflows/numba_self_host.yml @@ -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 diff --git a/install.sh b/install.sh index 6abce072..42c509f0 100755 --- a/install.sh +++ b/install.sh @@ -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