Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Nov 3, 2023
1 parent b2038c4 commit ec26bf5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,14 @@ jobs:

- name: Build MPIwrapper
run: |
apt-get update
apt-get install -y file
file /home/runner/work
file /__w
echo ${MPITRAMPOLINE_MPIEXEC}
echo $(realpath ${MPITRAMPOLINE_MPIEXEC})
${MPITRAMPOLINE_MPIEXEC} --version
apt-get update
apt-get install -y wget cmake gcc g++ gfortran python3
wget https://github.com/eschnett/MPIwrapper/archive/refs/tags/v${MPIWrapper}.tar.gz
Expand Down

0 comments on commit ec26bf5

Please sign in to comment.