slurm-drmaa
slurm-drmaa copied to clipboard
Refs #31: Single quotes in the expanded args should be escaped
Fixes https://github.com/natefoo/slurm-drmaa/issues/31
Thanks @stmlange. I think you should be able to use the existing fsd_replace function for this.
Hi, sorry for the late reply. I have incorporated your suggestion and will some additional testing....I will follow up once completed.
Sorry for the clutter here, but I noticed that when using the existing fsd_replace function I don't need to call fsd_free -- otherwise this results in a double-free. The update I pushed caused all the linkage here :/
Mhh after some extensive testing it seems that the fsd_replace-function causes an infinity loop.
Since you seem active again: Is there anything I could do to get this integrated?
I should note that the previous statement still seems to be accurate: In my custom version using the fsd_replace-function seems to cause an infinity loop. Hence I'm using the proposed alternative: https://github.com/stmlange/slurm-drmaa/commit/f896f5c272004d93dfc2684f42ed313b8dca00c7
Is there anything I could do to get this integrated (e.g. run further testing or any other experiments)?
@natefoo Is there anything I could do to get this integrated (e.g. run further testing or any other experiments)?
Sorry, not sure how I missed all these notifications - I will take a look at this.