Guardian Procedure Calls Reference Manual

printf("Error %d from IPUAFFINITY_GET_\n", err);
else
{
if(aff_options & 1)
printf("$XYZ is bound to IPU %d\n", tgt_ipu);
else
printf("$XYZ is currently on IPU %d, but is not bound.\n",tgt_ipu);
if (aff_options & 2)
printf("Note that the IPU affinity of $XYZ cannot
be changed with IPUAFFINITY_SET_\n");
}
}
742 Guardian Procedure Calls (H-K)