Skip to content

Commit c0db16a

Browse files
authored
add known issue
1 parent a0f91ed commit c0db16a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ FD and FCFV models of incompressible Stokes flow with many inclusions of variabl
1818
2. Open the folder in a dedicated VScode window
1919
3. Open Julia's REPL and type to switch to package mode: `]`
2020
5. Install all necessary dependencies, type: `instantiate`
21+
22+
## Known issue
23+
Some script rely on [ParallelStencil](https://github.com/omlins/ParallelStencil.jl). Scripts that initialize ParallelStencil in 2D and scripts that used 3D cannot be run within the same Julia session because of the macro-based design of ParallelStencil. Instead, Julia needs to be restarted to account for the differrent macros in 2D and 3D.

0 commit comments

Comments
 (0)