You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all - great presentation during JuliaCon 2016.
I try to check out your package but I ran into some troubles.
Let me summarize them in points:
a. include(Hello.jl) ends with:
ERROR: LoadError: UndefVarError: myproc not defined
[inlined code] from /home/user/julia/parallel/funhpc-Hello.jl:12in#run_main#27(::Bool, ::Function, ::Hello.#main) at /home/user/.julia/v0.5/FunHPC/src/Comm.jl:168ininclude_from_node1(::String) at ./loading.jl:426ineval(::Module, ::Any) at ./boot.jl:226while loading /home/user/julia/parallel/funhpc-Hello.jl, in expression starting on line 15
b. include(Example.jl) ends with:
ERROR: LoadError: LoadError: LoadError: UndefVarError: AbstractSerializer not defined
ininclude_from_node1(::String) at ./loading.jl:426ineval(::Module, ::Any) at ./boot.jl:226
[inlined code] from ./sysimg.jl:11inrequire(::Symbol) at ./loading.jl:357ininclude_from_node1(::String) at ./loading.jl:426ineval(::Module, ::Any) at ./boot.jl:226
[inlined code] from ./sysimg.jl:11inrequire(::Symbol) at ./loading.jl:357ininclude_from_node1(::String) at ./loading.jl:426ineval(::Module, ::Any) at ./boot.jl:226while loading /home/user/.julia/v0.5/FunHPC/src/FunRefs.jl, in expression starting on line 214while loading /home/user/.julia/v0.5/FunHPC/src/Par.jl, in expression starting on line 3while loading /home/user/julia/parallel/funhpc-Example.jl, in expression starting on line 9
Could you please have a look at them and let me know what is going on here?
The text was updated successfully, but these errors were encountered:
Dear Erik,
First of all - great presentation during JuliaCon 2016.
I try to check out your package but I ran into some troubles.
Let me summarize them in points:
a.
include(Hello.jl)
ends with:b.
include(Example.jl)
ends with:Could you please have a look at them and let me know what is going on here?
The text was updated successfully, but these errors were encountered: