mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
use openmp tag in cache key
This commit is contained in:
parent
2abb2280f4
commit
5bc663b968
1 changed files with 4 additions and 1 deletions
5
.github/workflows/github_actions.yml
vendored
5
.github/workflows/github_actions.yml
vendored
|
|
@ -472,6 +472,9 @@ jobs:
|
|||
./travis/cpuinfo.sh
|
||||
echo "simd=$(./travis/guess_simd.sh)" >> $GITHUB_ENV
|
||||
echo "microarch=$(cat /tmp/microarch_$(id -u).txt)" >> $GITHUB_ENV
|
||||
if [[ ! -z $USE_OPENMP ]]; then
|
||||
echo "openmp=-openmp$USE_OPENMP" >> $GITHUB_ENV
|
||||
fi
|
||||
shell: bash
|
||||
- name: Setup cache
|
||||
id: setup-cache
|
||||
|
|
@ -479,7 +482,7 @@ jobs:
|
|||
with:
|
||||
path: |
|
||||
~/cache
|
||||
key: ${{ matrix.os }}-${{ matrix.mpi_impl}}-${{ matrix.fc}}-xcode${{ matrix.xcode_version}}-simint${{ matrix.use_simint}}-blas${{ matrix.blas}}-blas_size${{ matrix.blas_size}}-libxc${{matrix.use_libxc}}-tblite${{matrix.use_tblite}}-simd${{ env.simd }}${{ env.microarch}}-nwchemcache-v003
|
||||
key: ${{ matrix.os }}-${{ matrix.mpi_impl}}-${{ matrix.fc}}-xcode${{ matrix.xcode_version}}-simint${{ matrix.use_simint}}-blas${{ matrix.blas}}-blas_size${{ matrix.blas_size}}-libxc${{matrix.use_libxc}}-tblite${{matrix.use_tblite}}-simd${{ env.openmp }}${{ env.simd }}${{ env.microarch}}-nwchemcache-v003
|
||||
- name: build environment
|
||||
run: |
|
||||
pwd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue