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
It would be nice if the user can specify a customized location of where the output file and error file goes to, which overwrites the default location .onager/logs/.
This would come in handy when it comes to the CS file system, for example, when the jobs can write to the local disk /ltmp instead of the shared file system, which makes i/o much faster.
In this case, if might also be useful if onager can automatically create the specified output directories if it doesn't exist (for example, if one tries to save to /ltmp/some_sub_directory/test_job.e, the job will hit Eqw since the directory doesn't exist on the specific gridengine node.
The text was updated successfully, but these errors were encountered:
It would be nice if the user can specify a customized location of where the output file and error file goes to, which overwrites the default location
.onager/logs/
.This would come in handy when it comes to the CS file system, for example, when the jobs can write to the local disk
/ltmp
instead of the shared file system, which makes i/o much faster.In this case, if might also be useful if onager can automatically create the specified output directories if it doesn't exist (for example, if one tries to save to
/ltmp/some_sub_directory/test_job.e
, the job will hitEqw
since the directory doesn't exist on the specific gridengine node.The text was updated successfully, but these errors were encountered: