[torqueusers] Altix cpusets
Daniel Widyono
widyono at seas.upenn.edu
Thu Oct 27 13:20:56 MDT 2005
> + cpusetMap[cpuList->list[j]].cQueueName[9] = 0;
Indexing starts at 0 in C, this is out of bounds. Did you mean
cQueueName[8]?
Dan W.
More information about the torqueusers
mailing list