Skip to content

Fixed GPU with NVHPC 25.3 - f_tri_area #913

Fixed GPU with NVHPC 25.3 - f_tri_area

Fixed GPU with NVHPC 25.3 - f_tri_area #913

Workflow file for this run

name: Pretty
on: [push, pull_request, workflow_dispatch]
jobs:
docs:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: MFC Python setup
run: ./mfc.sh init
- name: Check formatting
run: |
./mfc.sh format -j $(nproc)
git diff --exit-code