Skip to content

Commit b06987e

Browse files
committed
clearer comment
1 parent 58bc10f commit b06987e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rosenbrock_parallel.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using Distributed
44
# what you actually gain from this though)
55
addprocs(2)
66

7-
# BlackBoxOptim does not get automatically used on all workers
7+
# Ensure BlackBoxOptim loaded on all workers
88
@everywhere using BlackBoxOptim
99

1010
# define the function to optimize on all workers. Parallel eval only gives a gain

0 commit comments

Comments
 (0)