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

LSF cluster #178

Open
khayer opened this issue Oct 11, 2013 · 2 comments
Open

LSF cluster #178

khayer opened this issue Oct 11, 2013 · 2 comments

Comments

@khayer
Copy link
Member

khayer commented Oct 11, 2013

Not all LSF clusters have plus queue.

@delagoya
Copy link

Same could be said for the SGE command line. Specifically not all SGE clusters have a make queue, and, more importantly, if that queue may not have the $pe_slots allocation rule. In the case of $fill_up would make a best effort to schedule the parallel jobs onto the same node, but they may end up on different nodes, which would do two things:

  1. it would run the job twice
  2. It has the possibility of overloading the execution node's resources, since one of the threads would not be accounted for.

@khayer
Copy link
Member Author

khayer commented Oct 11, 2013

Good point. For now --platform-flags can be over-written, but this is certainly not the ideal solution.

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

No branches or pull requests

2 participants