Skip to content

How to represent an MPI component in the package configuration? #15

Discussion options

You must be logged in to vote

@robertsawko if you configure the component to use the LSF backend by setting

resourceManager:
  config:
    backend: lsf
  lsf:
   queue: $the name of the queue

this should work as expected. ST4SD will auto-inject the mpirun executable (using this method: https://github.com/st4sd/st4sd-runtime-core/blob/3249d96a5a7bc9e8fd1bafe142faeca32e28fcf6/python/experiment/model/executors.py#L332-L351 to discover the location of mpirun)

At the moment we're ignoring resourceRequest for tasks that use the local backend.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by robertsawko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants