[julia-users] Re: building Julia could not allocate pools

2015-03-03 Thread Jonathan Anderson
I'm having the same issue on a fresh clone My HEAD is at: 3c7136e 2015-03-02 (HEAD, origin/master, origin/HEAD, master) Docs: cross-reference Pkg in git primer section [Jiahao Chen] I've put my log here: https://gist.githubusercontent.com/JonathanAnderson/7fa10f187c564c864817/raw/jul

[julia-users] Re: building Julia could not allocate pools

2015-03-03 Thread Jonathan Anderson
I have the same problem (user janders cannot build julia: https://gist.github.com/JonathanAnderson/7fa10f187c564c864817). I thought it might be related to a ulimit restriction placed on my userid so I built with a different userid that has no limit. This userid is able to build everything succe

[julia-users] Re: How to get define a function from the AST or how to get @everywhere to export a function it was called with

2016-03-18 Thread Jonathan Anderson
ch 17, 2016 at 11:04:40 AM UTC-5, Jonathan Anderson wrote: > > After reading the following post ( > https://groups.google.com/forum/#!searchin/julia-users/addprocs$20output$20SlurmManager/julia-users/VNjshcRJYR8/uJz0FkkQAAAJ > > ) I decided to try the following > > funct

[julia-users] How to get define a function from the AST or how to get @everywhere to export a function it was called with

2016-03-19 Thread Jonathan Anderson
After reading the following post ( https://groups.google.com/forum/#!searchin/julia-users/addprocs$20output$20SlurmManager/julia-users/VNjshcRJYR8/uJz0FkkQAAAJ ) I decided to try the following function run_slurm(f::Function;num_workers = 5) addprocs(SlurmManager(num_workers), partition="qu