multiscale / muscle3

The third major version of the MUltiScale Coupling Library and Environment
Apache License 2.0
25 stars 13 forks source link

Would it be possible to change the behaviour of actors with respect to their working directories? #245

Closed DavidPCoster closed 1 year ago

DavidPCoster commented 1 year ago

Currently it seems that all actors are running in the user's home directory and not in the run_/instances//workdir/

I have had to add work_dir: /gss_efgw_work/scratch/g2dpc/GIT/ets_paf/UQ to my ymmsl file so that stuff can be written there after an os.chdir in my python program.

DavidPCoster commented 1 year ago

Fixed by finding (and eliminating) a "cd" lurking in one of the chain of files sourced by bash login shells.