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.
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.