# LoadError @parallel

**URL:** https://discourse.julialang.org/t/loaderror-parallel/15126
**Category:** New to Julia
**Created:** [September 18, 2018, 11:47am UTC](https://discourse.julialang.org/t/loaderror-parallel/15126 "2018-09-18T11:47:40Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![mauro3](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mauro3/32/292_2.png) [@mauro3](https://discourse.julialang.org/u/mauro3)
#### Post date: [September 18, 2018, 11:52am UTC](https://discourse.julialang.org/t/loaderror-parallel/15126/2 "2018-09-18T11:52:42Z")

</div>

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](https://discourse.julialang.org/t/psa-how-to-quote-code-with-backticks/7530)

---

_[View the full topic](https://discourse.julialang.org/t/loaderror-parallel/15126)._
