Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default path is taken from local for SSH resources #18

Open
fernanqv opened this issue Aug 17, 2021 · 1 comment
Open

Default path is taken from local for SSH resources #18

fernanqv opened this issue Aug 17, 2021 · 1 comment

Comments

@fernanqv
Copy link
Contributor

If parameter scratch is not set in the SSH resource definition, drm4g will use the $HOME of the user who is running drm4g as the default remote directory. Usually this path do not exists and the remote resource can't be used.

@cofinoa
Copy link
Member

cofinoa commented Aug 17, 2021

This issue relates with:

self.work_directory = REMOTE_JOBS_DIR

and
com_object.work_directory = resdict.get( 'scratch', REMOTE_JOBS_DIR )

This needs to be refactored

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants