LoadError @parallel

Welcome to Julia!!!

You need to import it via using Distributed as @parallel has been moved to there with Julia 1.0. (Running this in Julia 0.7 will tell you this.)

PS: have a look at PSA: how to quote code with backticks