likwid
likwid copied to clipboard
minor improvements to CLI of likwid-mpirun
trafficstars
would be good to add the following to likwid-mpirun CLI:
- support of
--statsto make output the same regardless of one core and multiple cores - support automatic filtering via
--output file.json
this makes post-processing data easier.
Other feature requests concerning likwid-mpirun:
- Support for the colon syntax:
mpirun -n 1 ./a.out : -n 1 ./a.out - Fix problems if "--" on cmdline but not meant for likwid-mpirun:
likwid-mpirun -np 2 wrapper_app -opt x -- real_app