Skip to content

issues with running QBC #78

Description

@petergthatsme

having QBC in the mix of apps breaks like this (this is with NO_LINK, not on frontier)

Traceback (most recent call last):
  File "/qstone_suite/jobs.py", line 84, in <module>
    cli()
  File "python3.11/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "python3.11/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
         ^^^^^^^^^^^^^^^^
  File "python3.11/site-packages/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "python3.11/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "python3.11/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "qstone_suite/jobs.py", line 33, in run
    computation_src.run(
  File "python3.11/site-packages/qstone/utils/utils.py", line 228, in wrapper_func
    raise e
  File "python3.11/site-packages/qstone/utils/utils.py", line 223, in wrapper_func
    result = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
  File "python3.11/site-packages/qstone/apps/QBC.py", line 254, in run
    idxs = numpy.arange(starts[self.rank], starts[self.rank] + jobsizes[self.rank])
                        ~~~~~~^^^^^^^^^^^
IndexError: list index out of range
post type QBC

here is the relevant config

config.json

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Fields

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions