TheRoddyWMS / BatchEuphoria

A library to access different kinds of cluster backends
MIT License
3 stars 5 forks source link

PBS_JOBID needs to be quoted in logfile names, or it will be evaluate… #86

Closed vinjana closed 6 years ago

vinjana commented 6 years ago

…d on submission host. Fixed. Note that the full JobID in PBS is a number dot appendend scheduling server. This means the .o$PBS_JOBID here is a rather lengthly string. Unfortunately, I do not see a way to get the short Job ID -- just the number -- into the logfile name, as there apparently is no variable provided by PBS.

Additionally added getJobIdVariable() and getJobNameVariable() to SGEJobManager.