Skip to content

Error when running schur decomposition #1262

@SohaibRais

Description

@SohaibRais

I'm getting an error when I try running schur decomposition with my cellrank estimator. The error is below and I believe it's tied to threading:

g.compute_schur(n_components=20)

[cli_0]: PMIU_write error; fd=10 buf=:cmd=init pmi_version=1 pmi_subversion=1
:
system msg for write_line failure: Bad file descriptior
[cli_0]: PMIU_write error; fd=10 buf=:cmd=abort exitcode=-1 message=PMI_Init failed
:
system msg for write_line failure: Bad file descriptior
[cli_0]: PMIU_write error; fd=10 buf=:cmd=get_appnum
:
system msg for write_line failure: Bad file descriptior
Abort(471460111): Fatal error in internal_Init_thread: Other MPI error, error stack:
internal_Init_thread(71): MPI_Init_thread(argc=0x2abf3fc71a18, argv=0x2abf3fc71a10, required=1, provided=0x7ffc4b779dac) failed
MPII_Init_thread(205)...:
MPIR_pmi_init(150)........:
(unknown)(): Other MPI error

Has anyone ever ran into this bug before or know how to fix it? I'm using a HPC cluster and my cellrank version is 2.0.7

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions