Skip to content

--prerequistes does not accept "_" in keywords #114

Closed
donald opened this issue Dec 16, 2021 · 2 comments · Fixed by #115
Closed

--prerequistes does not accept "_" in keywords #114

donald opened this issue Dec 16, 2021 · 2 comments · Fixed by #115

Comments

@donald
Copy link
Contributor

donald commented Dec 16, 2021

buczek@theinternet:~$ mxqsub --prereq "blabla123" sleep 4
WARNING: option '--runtime' or '-t' not used. Your job will get killed if it runs longer than the default of 15 minutes.
mxq_group_id=488763 
mxq_group_name=default
mxq_job_id=34335521
buczek@theinternet:~$ mxqsub --prereq "bla_bla123" sleep 4
syntax error in prerequisites expression "bla_bla123"
buczek@theinternet:~$ 

@wwwutz
Copy link
Contributor

wwwutz commented Dec 16, 2021

what about

mxqsub --prereq "$((`DROP${IFS}TABLES\\n`))" 

? 8-)

@donald
Copy link
Contributor Author

donald commented Dec 16, 2021

We could use system() to give the user the full flexibility.

Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants