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

Using ~ (tilde) for refering to the home directory does not work for JDL parameter "exec_file" #34

Closed
jgaida opened this issue Mar 11, 2016 · 0 comments
Assignees
Labels

Comments

@jgaida
Copy link

jgaida commented Mar 11, 2016

For JDL parameter "exec_file", $HOME works fine but ~ (tilde) does not:

------------------------------------------------------------------------------
15392: (open) WORKING_DIRECTORY_ERROR of job 829 at 2016-03-11T10:36:58+01:00 on lyon
The job exited because of a working directory error. NFS problem on the cluster?;
------------------------------------------------------------------------------

Full example:

{
  "name": "Povray Landscape",  

  "resources": "nodes=1", 
  "walltime": "00:30:00", 
  "exec_file": "~/cigri/pov/pov.sh",
  "exec_directory": "~/cigri/pov-tmp/",

  "nb_jobs": 4,

  "clusters": {   
    "lyon": {}
  }

}

It is confusing because ~ (tilde) does work for exec_file.

@jgaida jgaida added the bug label Mar 11, 2016
@bzizou bzizou self-assigned this Mar 14, 2016
@bzizou bzizou closed this as completed in 72f1328 Mar 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants