-
Notifications
You must be signed in to change notification settings - Fork 32
ParallelAccelerator cannot be loaded in Julia 0.6.0-dev #142
Comments
We know that ParallelAccelerator doesn't work with Julia 0.6. The plan is that once 0.6 gets close to release candidate status that we'll start doing the work to upgrade it. That could be in a month or two. |
Thank you for your replying. |
Hi @DrTodd13 any updates on this ? I am still encountering the same error on the release-0.6 version. |
@GravityAssisted The devel0.6 branches of CompilerTools and ParallelAccelerator now work with Julia 0.6. In order to be included in JuliaPro, we need to do a bit more work to default ParallelAccelerator to use the native threading implementation and make the C backend an option that can be used if the platform has a C compiler. This should happen soon. |
@DrTodd13, Thanks for the update. I will check it out. |
Any chance updating it for Julia 0.7 / 1.x? |
Hello,
I tried to use ParallelAccelerator in Julia 0.6.0-dev and I got this error:
I think this error is caused by this commit of Julia. The commit renames
LambdaInfo
toMethodInstance
.My environment is below:
Julia: 0.6.0-dev.2325 (2017-01-24 22:06 UTC) Commit 003f70c (sorry for not the latest commit, but I must use this version for some reason.)
ParallelAccelerator: commit 9468b42 (the latest comit in the master branch)
OS: CentOS 7
Thank you.
The text was updated successfully, but these errors were encountered: