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.
Data-centric Parallel Debugging Technique for Petascale Computers
SESSION: Doctoral Research Showcase (2 of 2)
EVENT TYPE: Doctoral Research Showcase
TIME: 4:00PM - 4:15PM
SESSION CHAIR: Volodymyr Kindratenko
Presenter(s):Minh Dinh
ROOM:TCC LL1
ABSTRACT: This research addresses three main sources of challenge in debugging parallel applications. First is the cognitive challenge where programmers cannot integrate the data effectively into a mental model of correct execution, due to the scale of the state of a typical scientific application. Second, traditional control-centric debugging approach becomes unwieldy when thousands of compute threads involved. Finally, typical parallel debuggers generally don't utilize the underlying parallel platform to improve their own performance.
This research argues a more data-centric debugging approach, in which adhoc debug-time assertions can be used to test the state of a large distributed array, and can be refined iteratively to locate program’s defects. Furthermore, this research proposes a scheme that executes the assertion in parallel, making assertions over large data structures feasible.
The implementation of different types of debug-time assertions, and various case studies, along with thorough performance evaluation results have been presented in several publications.