Christian Meesters
Christian Meesters
also see #446
In the last two commits, I had to notice by means of a user report, that only the executing user had read permissions. This, of course, needed to be fixed...
Hi, Thanks, @johanneskoester for PR 2eb66fbc53e9e9bad2c5de43566ead81767d1922 , this indeed solved the issue of the lost attribute to the executor class. However, I think there are still a couple of major...
Just to be clear: The last two issues mentioned in my previous post refer to my local testing. Never got to the point, where those become an issue in the...
@johanneskoester the code is working. It is polished (not withstanding 2 complexity code smells) and still fails the CI. We had the CI failing because the default memory is a...
I'm afraid, there is another issue: When using the `tmpdir` directive together with a `shadow` directive like: ``` rule : shadow: "copy-minimal" resources: tmpdir=tmpdir="/lustre/scratch/{jobid}/ramdisk".format(jobid=os.environ['SLURM_JOB_ID']), ... ``` Here, the environment variable...
Thanks @johanneskoester - I have been busy (still am, actually) teaching. Alas, the logs aren't telling us the reason for the compile failure: If I install those libs locally and...
@johanneskoester As fas as I am concerned, this is functional code - not withstanding the fact that there are two major issues left: - fine-tuning the user interface / resource...
Hi Ilia, I am sorry for the late reply (been on a holiday and then had catching up to do). In essence, I will not use git cloning of submodules...
@johanneskoester I am really sorry, but I have quite some teaching obligations this week (and too many open tasks in this context). Will resume working on this PR next week.