Lindsey Kuper

Results 37 comments of Lindsey Kuper

Hi @Ken-B, Sorry for the slow reply. This issue is probably not specific to ParallelAccelerator. It looks like you're on Mac and the line `Library not loaded: @rpath/libmkl_intel_lp64.dylib` suggests that...

What's the output of `Pkg.build("ParallelAccelerator")`? You may also want to update ParallelAccelerator to master again.

Hi, @NaelsonDouglas and @proflage, Sorry for the delay in responding to this issue. I'm on leave right now, but I'll ask someone else from the team to take a look...

This might be caused by Atom or Juno interacting poorly with userimg.jl. @MikeInnes, do you happen to know what the issue is?

I suspect `unlink: no such file or directory (ENOENT)` is a symptom rather than a cause here, and that the problem has something to do with precompilation. Unfortunately, I don't...

@jihoonseo We made some changes to `embed` recently. Would you mind trying the following: 1. Delete your `base/userimg.jl` file in your Julia source directory. 2. Rebuild Julia with `make clean...

@JeffBezanson Yes, try `Pkg.checkout("ParallelAccelerator"); Pkg.checkout("CompilerTools")`.

Just reproduced it again with: ParallelAccelerator at https://github.com/IntelLabs/ParallelAccelerator.jl/commit/1a5cbddf48194694b5ac3901ff0da846c4e56fdd CompilerTools at https://github.com/IntelLabs/CompilerTools.jl/commit/0eb30bc2ab252122aeb7ba0f35cb3419397d9eac Julia at 0.4.6 This time I got "failed to precompile Images" as well as Colors: ``` Pkg.update() using ParallelAccelerator...

Good, thanks. I see the same behavior. Why would including PA into the system image cause this?