ERROR: could not load library "/Applications/JuliaPro-0.6.2.2.app/../lib/julia/sys.dylib"
dlopen(/Applications/JuliaPro-0.6.2.2.app/../lib/julia/sys.dylib, 6): image not found
Hi, thanks for the reply but this doesn’t seem to be an active repository at all. After reading through the various Github.com repositories and sites, I have come to this conclusion:
For anyone using Modules, my module file for Julia is
Note JULIA_LOAD_PATH
#%Module1.0#######################################################################
## hwloc modulefile
##
proc ModulesHelp { } {
puts stderr "\tAdds the Julia language to your environment"
}
module-whatis "Adds Julia to your environment"
set ROOT /hpc/data/hpc-team/jhearns/julia-d386e40c17
setenv JULIA_HOME $ROOT/bin
setenv JULIA_PKGDIR $ROOT/.julia
setenv JULIA_HISTORY $ROOT/.julia_history
setenv JULIA_LOAD_PATH $ROOT/lib/julia
prepend-path PATH $ROOT/bin