Skip to content

Commit

Permalink
checking the ccache configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed Aug 30, 2024
1 parent 1ba82a9 commit bc0a0a7
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,21 @@ jobs:
sudo apt install mpi-default-bin mpi-default-dev
sudo apt install libfftw3-dev gsl-bin libgsl0-dev libboost-serialization-dev
sudo apt install ccache
- name: install plumed
uses: Iximiel/install-plumed@main
with:
modules: "reset"
dependency_path: "${{ github.workspace }}/_data"
CC: "ccache mpicc"
CXX: "ccache mpic++"
id: plumed
- name: run plumed
run: |
echo "plumed path:${{ steps.plumed.outputs.plumed_prefx }}"
ls ${{ steps.plumed.outputs.plumed_prefx }}/bin
head ${{ steps.plumed.outputs.dependency_file }}
plumed info --version
ccache -p
# - name: install plumed
# uses: Iximiel/install-plumed@main
# with:
# modules: "reset"
# dependency_path: "${{ github.workspace }}/_data"
# CC: "ccache mpicc"
# CXX: "ccache mpic++"
# id: plumed
# - name: run plumed
# run: |
# echo "plumed path:${{ steps.plumed.outputs.plumed_prefx }}"
# ls ${{ steps.plumed.outputs.plumed_prefx }}/bin
# head ${{ steps.plumed.outputs.dependency_file }}
# plumed info --version

test_conf_fail:
# strategy:
Expand Down

0 comments on commit bc0a0a7

Please sign in to comment.