// {
// Reset things by inactivating the region
// and enabling the stressors
for (int i = 0; i < count; i++)
{
cacheA.inactivateRegion("/" + names[i]);
log.info("TEST: Run " + x + "-- /" + names[i] + " inactivated on A");
stressors[i].startPuts();
}
// }