I can't suppress printing of a SharedArray; I must be doing something wrong. Help?

The problem is that you’re feeding the file’s contents through stdin using <. Try dropping < such that the filename is passed as an argument instead: julia -t 8 ParallelWatson.jl > test4.out.

You shouldn’t need semicolons anywhere.