Skip to content

Commit

Permalink
Merge pull request #401 from mir-group/opt
Browse files Browse the repository at this point in the history
Optimize Kokkos implementation
  • Loading branch information
anjohan authored Aug 15, 2024
2 parents 01eb471 + da5946d commit b0e8a85
Show file tree
Hide file tree
Showing 6 changed files with 148 additions and 186 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Build
run: |
sudo apt install liblapacke liblapacke-dev
sudo apt install liblapacke liblapacke-dev libopenmpi-dev
mkdir ${BUILD_DIR}
cd ${BUILD_DIR}
Expand Down
2 changes: 1 addition & 1 deletion flare/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.0"
__version__ = "1.4.1"
Loading

0 comments on commit b0e8a85

Please sign in to comment.