Skip to content

[BUG] likwid-mpirun : Unable to read the version numbers of MPI #669

@nadir-ogd

Description

@nadir-ogd

Hi,

I’m trying to use likwid-mpirun in my SLURM job script, which includes the following command:
likwid-mpirun -np 64 -g ENERGY -o ./results/energy.csv -m --debug ./executable

However, I keep encountering the following error:
likwid/5.4.1/bin/likwid-mpirun:1866: table index is nil
stack traceback:
likwid/5.4.1/bin/likwid-mpirun:1866: in local 'parseMarkerOutputFile'
likwid/5.4.1/bin/likwid-mpirun:2655: in main chunk
[C]: in ?

I am using OpenMPI as my MPI implementation, as indicated in the debug output:
DEBUG: Using MPI implementation openmpi

For reference, here is the output of mpiexec --version:
mpiexec (OpenRTE) 4.1.1

After searching for similar issues, I found a suggestion to set a thread skip mask using -s 0x0, so I tried:
likwid-mpirun -np 64 -g ENERGY -o ./results/energy.csv -m --debug -s 0x0 ./executable

Unfortunately, this did not resolve the issue.

Do you have any insights into what might be causing this error ? Is there a known workaround or configuration adjustment that I should try?

Thanks in advance for your help!

Best,
Nadir

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions