festim-dev / festim-dev/FESTIM
Optimise compiled assemble code
Open
enhancement
fenicsx
- Dominant language
- Python
- Stars
- 135
- Forks
- 45
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 14
Description
As per a suggestion from @jorgensd we should add
```python
jit_options = {"cffi_extra_compile_args": ["-O3", "-march=native"],
"cffi_libraries": ["m"]}
)
```
everytime we use `doflinx.fem.fom(...)`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.