Skip to content

Commit

Permalink
Remove tests/*/(case.py,README.md)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryleberre committed Jan 14, 2024
1 parent 18d7d0c commit b395b86
Show file tree
Hide file tree
Showing 115 changed files with 2 additions and 9,549 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ jobs:
if [ '${{ matrix.intel }}' == 'true' ]; then source /opt/intel/oneapi/setvars.sh; fi
/bin/bash mfc.sh build -j $(nproc) --${{ matrix.debug }} --${{ matrix.mpi }}
- name: Ensure empty diff (prepare)
run: find tests/ -type f | grep -v golden | xargs -L1 rm

- name: Test
run: |
if [ '${{ matrix.intel }}' == 'true' ]; then source /opt/intel/oneapi/setvars.sh; fi
Expand All @@ -93,25 +90,16 @@ jobs:
OPT1: ${{ matrix.mpi == 'mpi' && '--test-all' || '' }}
OPT2: ${{ matrix.debug == 'debug' && '-% 20' || '' }}

- name: Ensure empty diff (check)
run: git diff --exit-code tests/

docker:
name: Github | Docker
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v3

- name: Ensure empty diff (prepare)
run: find tests/ -type f | grep -v golden | xargs -L1 rm

- name: Test
run: sudo ./mfc.sh docker ./mfc.sh test -j $(nproc) -a

- name: Ensure empty diff (check)
run: git diff --exit-code tests/

self:
name: Georgia Tech | Phoenix (NVHPC)
if: github.repository == 'MFlowCode/MFC'
Expand All @@ -131,18 +119,12 @@ jobs:
. ./mfc.sh load -c p -m gpu
./mfc.sh build -j 2 $(if [ '${{ matrix.device }}' == 'gpu' ]; then echo '--gpu'; fi)
- name: Ensure empty diff (prepare)
run: find tests/ -type f | grep -v golden | xargs -L1 rm

- name: Test
run: |
. ./mfc.sh load -c p -m gpu
mv misc/run-phoenix-release-${{ matrix.device }}.sh ./
sbatch run-phoenix-release-${{ matrix.device }}.sh
- name: Ensure empty diff (check)
run: exit $(git status --porcelain tests/ | wc -l)

- name: Print
if: always()
run: |
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ __pycache__
/tests/*/**
!/tests/*/golden.txt
!/tests/*/golden-metadata.txt
!/tests/*/case.py
!/tests/*/README.md

# NVIDIA Nsight Compute
*.nsys-rep
Expand Down
3 changes: 0 additions & 3 deletions tests/07C33719/README.md

This file was deleted.

176 changes: 0 additions & 176 deletions tests/07C33719/case.py

This file was deleted.

3 changes: 0 additions & 3 deletions tests/09623DE3/README.md

This file was deleted.

Loading

0 comments on commit b395b86

Please sign in to comment.