Re: [gridengine users] Automatically creating home directories before job execution

2019-07-30 Thread Reuti
Hi Ilya, Am 31.07.2019 um 00:55 schrieb Ilya M: > Hi Reuti, > > So /home is not mounted via NFS as it's usually done? > Correct. > > > How exactly is your setup? I mean: you want to create some kind of pseudo > home directory on the nodes (hence "-b y" can't be used with user binaries) >

Re: [gridengine users] Automatically creating home directories before job execution

2019-07-30 Thread Ilya M
Hi Reuti, > So /home is not mounted via NFS as it's usually done? Correct. > > > How exactly is your setup? I mean: you want to create some kind of pseudo > home directory on the nodes (hence "-b y" can't be used with user binaries) > and the staged job script (by SGE) will then execute the jo

Re: [gridengine users] Automatically creating home directories before job execution

2019-07-30 Thread Reuti
Hi, Am 30.07.2019 um 23:12 schrieb Ilya M: > Hello, > > I am setting up a new SGE cluster (with old SGE) with local users' home > directories on the nodes. Those directories might not exists at the time of > job execution, so I need to have SGE create them before jobs are executed. So /home i

[gridengine users] Automatically creating home directories before job execution

2019-07-30 Thread Ilya M
Hello, I am setting up a new SGE cluster (with old SGE) with local users' home directories on the nodes. Those directories might not exists at the time of job execution, so I need to have SGE create them before jobs are executed. I added the following lines to my prolog script: HOMEDIR=$(eval ec