You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Extrae I encountered the following error:
Extrae: Error! Can't retrieve handler to stub '__kmpc_parallel_sched_648_args' (648 arguments)! Quitting!
Extrae: Recompile Extrae to support this number of arguments!
Extrae: Use src/tracer/wrappers/OMP/genstubs-kmpc-11.sh to do so.
The script was deliberately excluded from the distribution because we previously provided precompiled binaries. Regenerating these stubs, which requires recompiling, wasn't intended for end-users but rather handled by the developers. Since we no longer distribute precompiled binaries, it makes sense to reconsider including the script in future releases. Thank you for bringing this to our attention. If you get the sources from our Github directly, the scripts are indeed included.
When running Extrae I encountered the following error:
But in the current distribution downloadable from https://ftp.tools.bsc.es/extrae/extrae-4.2.1-src.tar.bz2 (md5sum: a8f36ea1ce71b09bf9e73761b7a6d43d) the script
src/tracer/wrappers/OMP/genstubs-kmpc-11.sh
is not included.The text was updated successfully, but these errors were encountered: