When viewing the Technical Program schedule, on the far righthand side
is a column labeled "PLANNER." Use this planner to build your own
schedule. Once you select an event and want to add it to your personal
schedule, just click on the calendar icon of your choice (outlook
calendar, ical calendar or google calendar) and that event will be
stored there. As you select events in this manner, you will have your
own schedule to guide you through the week.
You can also create your personal schedule on the SC11 app (Boopsie) on your smartphone. Simply select a session you want to attend and "add" it to your plan. Continue in this manner until you have created your own personal schedule. All your events will appear under "My Event Planner" on your smartphone.
ABSTRACT: Scalability is the ultimate challenge for any tool attempting to diagnose applications running at Petascale. The tool needs to deal with a seemingly overwhelming number of execution contexts and their associated petabytes of data. The IBM Parallel Debugger uses a unique group-centric approach that focuses on the group cardinality (the number of members in a group) rather than the identity of the members. By synthesizing groups without the need to enumerate the membership, combined with the ability to reserve potentially billions of groups, the debugger can operate on a large parallel application in a highly scalable manner. New groups are formed by applying a set of conditions to existing groups. This grouping framework can be utilized by numerous problem determination strategies to isolate the defect down to a scale that can be analyzed by conventional debugging techniques.