Skip to content

Commit

Permalink
field data tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Feb 15, 2024
1 parent 956dc9a commit 767c900
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/JUDI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ function __init__()
copy!(devito, pyimport("devito"))
# Initialize lock at session start
PYLOCK[] = ReentrantLock()

# Prevent autopadding to use external allocator
set_devito_config("autopadding", false)

# Prevent autopadding to use external allocator
set_devito_config("autopadding", false)
Expand Down

0 comments on commit 767c900

Please sign in to comment.