working directory of workers
Is your feature request related to a problem? Please describe. currently there is implied that the working directory for locally started workers is ".", this can also not be changed
Describe the solution you'd like an option to set the working directory
Describe alternatives you've considered juggling chdir and datadir and output dirs...
Additional context the working directory should default to CWD for local workers, and affect the location in which mpi and socket workers are started. For remote workers it should default to whatever temporary location is named on the remote machine
a number of (fortran) omuse codes have implemented a change_directory method - regardless of the above it may be good to include this always (in the base worker code for all languages..)
and a corresponding getter..
fixed by 1c64c22
except no java stubs