Skip to content

Commit

Permalink
clarify we currently only support lrun and not jsrun
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibelp committed May 15, 2024
1 parent 30d7aa0 commit 5b7a521
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modifiers/allocation/modifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,11 @@ def mpi_instructions(self, v):
v.allocation_directives = ""

def lsf_instructions(self, v):
"""Note that this generates lrun invocations; lrun is an LLNL-specific
tool. jsrun is the generally-available scheduler for IBM Spectrum
machines (there is not currently a method for generating jsrun
invocations).
"""
cmd_opts = []
batch_opts = []

Expand Down

0 comments on commit 5b7a521

Please sign in to comment.