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
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