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

Slurm testing on Travis, update SLURM templates #252

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

tdhock
Copy link

@tdhock tdhock commented Dec 9, 2019

Hi @mllg this PR was motivated by an application in which I am using batchtools with SLURM on some data stored in a path that has some unusual characters (spaces, parentheses).

It provides a fix for the slurm templates, by using shQuote on the log file path.

It also provides test cases in test_slurm.R which use a local 1-node slurm cluster running on travis CI. (I updated the travis config file so that slurm is installed and configured)

@tdhock
Copy link
Author

tdhock commented Dec 9, 2019

my fork/branch passes travis with 1 new NOTE about MPI that I was unsure of how to fix, https://travis-ci.org/tdhock/batchtools/jobs/622901681#L1033

@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 87.839% when pulling 62ae838 on tdhock:slurm-registry-paths into 7f45a72 on mllg:master.

@tdhock
Copy link
Author

tdhock commented Dec 9, 2019

you may consider adding a test/shQuote for the --name parameter in the slurm templates, which also causes problems if there are spaces.

More generally it would be easier for the user to understand how to fix the problem if batchtools could detect these situations and give an informative error message.

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.

None yet

2 participants