Skip to content
Snippets Groups Projects
Commit 011ae901 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

test

parent 39a937c7
Branches
Tags
No related merge requests found
...@@ -5,3 +5,10 @@ repos: ...@@ -5,3 +5,10 @@ repos:
- id: autopep8 - id: autopep8
types: [file] types: [file]
files: \.(eb|py) files: \.(eb|py)
- repo: local
hooks:
- id: eb-inject
name: eb inject checksums
entry: eb --inject-checksums=sha256
language: script
files: \.x$
\ No newline at end of file
...@@ -7,7 +7,6 @@ and producing fill reducing orderings for sparse matrices. The algorithms implem ...@@ -7,7 +7,6 @@ and producing fill reducing orderings for sparse matrices. The algorithms implem
multilevel recursive-bisection, multilevel k-way, and multi-constraint partitioning schemes. multilevel recursive-bisection, multilevel k-way, and multi-constraint partitioning schemes.
""" """
toolchain = {'name': 'intel-compilers', 'version': '2021.4.0'} toolchain = {'name': 'intel-compilers', 'version': '2021.4.0'}
toolchainopts = {'pic': True} toolchainopts = {'pic': True}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment