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

FQDN for temp and home drives #61

Merged
merged 8 commits into from
Nov 13, 2018
Merged

FQDN for temp and home drives #61

merged 8 commits into from
Nov 13, 2018

Conversation

weshinsley
Copy link
Contributor

Hi @richfitz

I believe this does the trick, although it is a little hard to test. It updates the default home and temp folders to include ".dide.ic.ac.uk", and also updates the path_mapping function so that the non-domain addresses returned from wmic get .dide.ic.ac.uk appended onto the server, if they don't already have them.

But I am editing this without a very good grasp of how the whole thing works; what I am treating as "success" at the moment, is that in a fresh R session, with the new package, didehpc::didehpc_config() is returning me (snipped):

  • shares:
    • home: (local) q: => //fi--san03.dide.ic.ac.uk/homes/wrh1 => Q: (remote)
    • temp: (local) T: => //fi--didef3.dide.ic.ac.uk/tmp => T: (remote)

whereas before:

  • shares:
    • home: (local) q: => //fi--san03/homes/wrh1 => Q: (remote)
    • temp: (local) T: => //fi--didef3/tmp => T: (remote)

If this propogates through to the jobs, then I think this will workaround the horrible server issue we're currently working on.

@richfitz richfitz merged commit 8d01053 into master Nov 13, 2018
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

Successfully merging this pull request may close these issues.

2 participants