Skip to content

Commit

Permalink
remove printing off data module
Browse files Browse the repository at this point in the history
  • Loading branch information
omlins committed Mar 22, 2024
1 parent 421a3f7 commit 1ddbd35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ParallelKernel/init_parallel_kernel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function init_parallel_kernel(caller::Module, package::Symbol, numbertype::DataT
data_module = Data_threads(modulename, numbertype, indextype)
pkg_import_cmd = :()
end
@show data_module
ad_init_cmd = :(ParallelStencil.ParallelKernel.AD.init_AD(ParallelStencil.ParallelKernel.PKG_THREADS))
if !isdefined(caller, :Data) || (@eval(caller, isa(Data, Module)) && length(symbols(caller, :Data)) == 1) # Only if the module Data does not exist in the caller or is empty, create it.
if (datadoc_call==:())
Expand Down

0 comments on commit 1ddbd35

Please sign in to comment.