You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm, I am not sure why that is happening, the default location is supposed to be the current working directory, and the code doesn't search the PYTHONPATH for anything, so something else must be happening, I am not sure what...
Where are they being placed exactly? Are they being placed alongside the code install directory?
You could try cloning the dev branch and installing from there, I have made a lot of changes in dev, it is possible that it isn't an issue there.
As a workaround, you can explicitly set the scriptpath keyword, or the runpath, by default runpath is used for scriptpath if both are not set.
Yeah it was being placed alongside the code install directory.
I'll look into the scriptpath and runpath keywords at a later stage depending on how much I use fyrd, for now I've explicitly put the -e and -o directories within my pbs script as a workaround.
For torque systems and use of fyrd's submit_file method is it possible to specify where the .o and .e file gets placed?
I'm running my pbs script like such:
The .o and .e files are being placed in PYTHONPATH location where I'm running the script as opposed to the scriptlocation
The text was updated successfully, but these errors were encountered: