Skip to content
Commit 1dd58f4c authored by Arcesio Castaneda Medina's avatar Arcesio Castaneda Medina
Browse files

queues: fix clean up of queues in proc_term

During GPI-2 the clean-up phase of `gaspi_proc_term` the created
queues are destroyed, the corresponding loops run over the default
number of queues (8) and *not* over the actual number of queues. This
leads to a segmentation fault problem when, e.g., the number of actual
queues is less than eight *and* infiniband is used. Although the same
does not happen for Ethernet, the commit also include changes in TCP
for consistency.
parent 9e3ff2e4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment