Skip to content
Snippets Groups Projects
Commit bc9648e7 authored by Ali Mohammed's avatar Ali Mohammed
Browse files

pin operations thread in example

parent 5be283ca
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@ export CRAY_OMP_CHECK_AFFINITY=TRUE
#Maestro thread pinning
export MSTRO_BIND_PM_PC=8
export MSTRO_BIND_TRANSPORT_THREAD=7
export MSTRO_BIND_CQ_HANDLER="4-6"
export MSTRO_BIND_CQ_HANDLER="4"
export MSTRO_BIND_OP_THREAD="5-6"
export MSTRO_LOG_LEVEL=0
# FI provider, e.g. sockets, gni, verbs, cxi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment