Skip to content

Commit

Permalink
Set safe_sync to false for sumpy's code cache
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 12, 2024
1 parent ff3e2fa commit 472ae20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sumpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"M2LPreprocessMultipole", "M2LPostprocessLocal"]


code_cache = WriteOncePersistentDict("sumpy-code-cache-v6-"+VERSION_TEXT)
code_cache = WriteOncePersistentDict("sumpy-code-cache-v6-"+VERSION_TEXT,
safe_sync=False)


# {{{ optimization control
Expand Down

0 comments on commit 472ae20

Please sign in to comment.