Skip to content
Snippets Groups Projects
Unverified Commit 5f3a227d authored by CFLAG's avatar CFLAG Committed by GitHub
Browse files

Fix typo in generate_reference_test_data.yml

parent 9799c476
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ jobs: ...@@ -36,7 +36,7 @@ jobs:
export PATH=$(pwd)/openmpi-4.1.4/installed/bin/:$PATH export PATH=$(pwd)/openmpi-4.1.4/installed/bin/:$PATH
echo "mpif90 version: $(mpif90 --version | head -1)" >> metadata.txt echo "mpif90 version: $(mpif90 --version | head -1)" >> metadata.txt
echo "mpirun version: $(mpirun --version | head -1)" >> metadata.txt echo "mpirun version: $(mpirun --version | head -1)" >> metadata.txt
mv metadata.txt tests/TGV-Taylor-Green-Vortex/ mv metadata.txt tests/TGV-Taylor-Green-vortex/
- name: Build Incompact3d and run TGV reference test case - name: Build Incompact3d and run TGV reference test case
run: | run: |
export PATH=$(pwd)/openmpi-4.1.4/installed/bin/:$PATH export PATH=$(pwd)/openmpi-4.1.4/installed/bin/:$PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment