`dir` option for adding processors should specify working directory? #7739 Closed JeffBezanson opened this Issue on Jul 27, 2014 · 0 comments Projects None yet Labels breaking parallel Milestone 0.4.x Assignees No one assigned 1 participant @JeffBezanson Notifications You’re not receiving notifications from this thread. @JeffBezanson The Julia Language member JeffBezanson commented on Jul 27, 2014 Currently the dir argument to addprocs specifies the directory of the executable, and exename specifies the name of the executable. However, some ClusterManagers do a cd dir and others don't. Instead, dir should specify the working directory (defaulting to pwd()), and exename should specify the executable path (defaulting to joinpath(JULIA_HOME, exename)). This requires changes both in Base and in ClusterManagers.jl. see #7527 @JeffBezanson JeffBezanson added this to the 0.4 milestone on Jul 27, 2014 @JeffBezanson JeffBezanson added breaking parallel labels on Jul 27, 2014 @vtjnash vtjnash added a commit to vtjnash/ClusterManagers.jl that referenced this issue on Dec 25, 2014 @vtjnash fix JuliaLang/julia#7739 53bf823 @vtjnash vtjnash referenced this issue in JuliaParallel/ClusterManagers.jl on Dec 25, 2014 Merged fix JuliaLang/julia#7739 #18 @vtjnash vtjnash added a commit that closed this issue on Dec 28, 2014 @vtjnash fix #7739. for addprocs, this makes dir always specify the starting w… 2670c77 @vtjnash vtjnash closed this in 2670c77 on Dec 28, 2014 @techstep techstep pushed a commit that referenced this issue on Dec 30, 2014 @vtjnash fix #7739. for addprocs, this makes dir always specify the starting w…