Hi all, if i have a workflow of five steps, and i run this workflow on a cluster of 4 nodes, how does it actually work?
And if i want to run this workflow for 3 different pairs of data, how does the cluster work in this case?
Many thanks
Hi all, if i have a workflow of five steps, and i run this workflow on a cluster of 4 nodes, how does it actually work?
And if i want to run this workflow for 3 different pairs of data, how does the cluster work in this case?
Many thanks
Your cluster usually has a scheduler that takes core of such cases. You can think of it like a Queue, every job that does not have the appropriate resources available (in your case, free computational power) will be kept on hold.
I understand the general idea. It's just I've been reading https://wiki.galaxyproject.org/Admin/Config/Jobs and https://wiki.galaxyproject.org/Admin/Config/Performance/Cluster. Is DRM the scheduler? Or is it configured in the galaxy.ini? What's confusing me is that how to configure this.