Hi All,
This is a generic question regarding slurm and DRMAA. I have a tool. Let's call it "data_manager_star_index_builder". It needs a lot of ram for this specific dataset.
- Is there a way to request that for a single job (not a job type, a single job) a slurm node with a lot of ram is used?
- How would I confine a given tool "data_manager_star_index_builder" to use slurm nodes with a lot of ram
Thanks!
Chad Matsalla
OK, I added a new runner in job_conf.xml:
Then I changed the tool's data in :
I restarted Galaxy web. The change didn't take place. I reset the metadata for data_manager_star_index_builder. Still using nodes with little memory.
Log says:
Did I make the changes in the right place?