[julia-users] ANN / RFC: SGEArray iterator

2014-03-13 Thread David van Leeuwen
Hello, I've got a tiny package that makes certain Sun Grid Engine array processing jobs easier with Julia. I've put it up at Pkg.clone("https://github.com/davidavdav/SGEArrays.jl.git";) The premise is that your main Julia script needs to process a large number of files, which are given as a

Re: [julia-users] ANN / RFC: SGEArray iterator

2014-03-20 Thread Jiahao Chen
I wrote a similar package long ago for Python and remember SGE array jobs well. If ClusterManager's addprocs_sge function doesn't respect the current working directory in the worker processes, it would be nice to file an issue about it. It would be really nice to have your code integrated more tig

Re: [julia-users] ANN / RFC: SGEArray iterator

2014-03-24 Thread David van Leeuwen
Hello, On Friday, March 21, 2014 4:31:59 AM UTC+1, Jiahao Chen wrote: > > I wrote a similar package long ago for Python and remember SGE array jobs > well. > If ClusterManager's addprocs_sge function doesn't respect the current > working directory in the worker processes, it would be nice t