Skip to content

Commit 3af11e8

Browse files
Update src/utils_begin.jl
Co-authored-by: Orso Meneghini <[email protected]>
1 parent 49ffad9 commit 3af11e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils_begin.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Start multiprocessing environment
163163
"""
164164
function parallel_environment(cluster::String="localhost", nworkers::Integer=-1, cpus_per_task::Int=1; memory_usage_fraction::Float64=0.5, kw...)
165165
if nworkers == 0
166-
pid_list = []
166+
pid_list = Int[]
167167
#pass
168168

169169
elseif cluster == "omega"

0 commit comments

Comments
 (0)