File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4646 - name : Build Firedrake
4747 run : |
4848 cd ..
49- ./firedrake/scripts/firedrake-install $COMPLEX --venv-name build --tinyasm --disable-ssh --minimal-petsc --slepc --documentation-dependencies --install thetis --install gusto --install icepack --install irksome --install femlium --no-package-manager|| (cat firedrake-install.log && /bin/false)
49+ ./firedrake/scripts/firedrake-install $COMPLEX --venv-name build --tinyasm --disable-ssh --minimal-petsc --slepc --documentation-dependencies --install thetis --install gusto --install icepack --install irksome --install femlium --no-package-manager --package-branch PyOP2 sv/fix-flop-count --package-branch loopy stats_c_instructions || (cat firedrake-install.log && /bin/false)
5050 - name : Install test dependencies
5151 run : |
5252 . ../build/bin/activate
5858 . ../build/bin/activate
5959 echo OMP_NUM_THREADS is $OMP_NUM_THREADS
6060 echo OPENBLAS_NUM_THREADS is $OPENBLAS_NUM_THREADS
61+ export PYOP2_COMPUTE_KERNEL_FLOPS=1
6162 python -m pytest --durations=200 -n 12 --cov firedrake --timeout=1800 -v tests
6263 - name : Test pyadjoint
6364 if : ${{ matrix.scalar-type == 'real' }}
You can’t perform that action at this time.
0 commit comments