Syntax: invalid operator "--"

That is a command line argument that you use when you are starting Julia, eg at the command line you type

julia --threads 4

You cannot change the number of threads after Julia has been started.

1 Like