Skip to content

Commit

Permalink
Remove module load
Browse files Browse the repository at this point in the history
  • Loading branch information
koparasy committed Jan 3, 2025
1 parent d9cf8e1 commit f0964b0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: Build WITH_HDF5=${{ matrix.with_hdf5 }}, WITH_CALIPER=${{ matrix.with_caliper }} WITH_MPI=${{ matrix.with_mpi }}
shell: bash -l {0}
run: |
module load gcc/11.2.1
source /spack/share/spack/setup-env.sh
spack env activate -p /ams-spack-env
rm -rf build/
Expand Down Expand Up @@ -79,7 +78,6 @@ jobs:
- name: Build WITH_CUDA=On WITH_HDF5=${{ matrix.with_hdf5 }}, WITH_CALIPER=${{ matrix.with_caliper }} WITH_MPI=${{ matrix.with_mpi }}
shell: bash -l {0}
run: |
module load gcc/11.2.1
source /spack/share/spack/setup-env.sh
spack env activate -p /ams-spack-env
rm -rf build/
Expand Down Expand Up @@ -126,7 +124,6 @@ jobs:
- name: Build SharedLibray=${{ matrix.with_shared }}
shell: bash -l {0}
run: |
module load gcc/11.2.1
source /spack/share/spack/setup-env.sh
spack env activate -p /ams-spack-env
rm -rf build/
Expand Down Expand Up @@ -156,7 +153,6 @@ jobs:
echo "AMS_INSTALL_PATH=$(pwd)/install" >> $GITHUB_ENV
- name: Install IdealGas SharedLibray=${{ matrix.with_shared }}
run: |
module load gcc/11.2.1
source /spack/share/spack/setup-env.sh
spack env activate -p /ams-spack-env
mkdir build_idealgas/
Expand All @@ -177,7 +173,6 @@ jobs:
- name: Build SharedLibray=${{ matrix.with_shared }}
shell: bash -l {0}
run: |
module load gcc/11.2.1
source /spack/share/spack/setup-env.sh
spack env activate -p /ams-spack-env
rm -rf build/
Expand Down Expand Up @@ -205,9 +200,10 @@ jobs:
make
make install
echo "AMS_INSTALL_PATH=$(pwd)/install" >> $GITHUB_ENV
echo "AMS_INSTALL_PATH=$(pwd)/install"
ls $(pwd)/install
- name: Install IdealGas SharedLibray=${{ matrix.with_shared }}
run: |
module load gcc/11.2.1
source /spack/share/spack/setup-env.sh
spack env activate -p /ams-spack-env
mkdir build_idealgas/
Expand All @@ -216,7 +212,6 @@ jobs:
make
- name: Install BOptions SharedLibray=${{ matrix.with_shared }}
run: |
module load gcc/11.2.1
source /spack/share/spack/setup-env.sh
spack env activate -p /ams-spack-env
mkdir build_bnm_opt/
Expand Down

0 comments on commit f0964b0

Please sign in to comment.