Charles Callahan - Seattle WA, US Keith Shields - Seattle WA, US Preston Briggs - Seattle WA, US
International Classification:
G06F009/44
US Classification:
717/127000
Abstract:
A system for conducting performance analysis for executing tasks. The analysis involves generating a variety of trace information related to performance measures, including parallelism-related information, during execution of the task. In order to generate the trace information, target source code of interest is compiled in such a manner that executing the resulting executable code will generate execution trace information composed of a series of events. Each event stores trace information related to a variety of performance measures for the one or more processors and protection domains used. After the execution trace information has been generated, the system can use that trace information and a trace information description file to produce useful performance measure information. The trace information description file contains information that describes the types of execution events as well as the structure of the stored information. The system uses the trace information description file to organize the information in the trace information file, extracts a variety of types of performance measure information from the organized trace information, and formats the extracted information for display. The system can use default or user-defined functions to extract and format trace information for display. After the system displays one or more types of performance measure information, a user of the system can then interact with the system in a variety of ways to obtain other useful performance analysis information.
Inter-Thread Long Jumps In A Multithreaded Environment
Gail Alverson - Seattle WA, US Charles Callahan - Seattle WA, US Susan Coatney - Federal Way WA, US Brian Koblenz - Seattle WA, US Richard Korry - Seattle WA, US Burton Smith - Seattle WA, US
International Classification:
G06F009/00
US Classification:
718/102000
Abstract:
A method and system that prepares a task for being swapped out from processor utilization that is executing on a computer with multiple processors that each support multiple streams. The task has one or more teams of threads, where each team represents threads executing on a single processor. The task designates, for each stream that is executing a thread, one stream as a team master stream and one stream as a task master stream. For each team master stream, the task notifies the operating system that the team is ready to be swapped out when each other thread of the team has saved its state and has quit its stream. Finally, for the task master stream, the task notifies the operating system that the task is ready to be swapped when it has saved its state and each other team has notified that it is ready to be swapped out.
Deferred Task Swapping In A Multithreaded Environment
Gail Alverson - Seattle WA, US Charles Callahan - Seattle WA, US Susan Coatney - Federal Way WA, US Brian Koblenz - Seattle WA, US Richard Korry - Seattle WA, US Burton Smith - Seattle WA, US
International Classification:
G06F009/00
US Classification:
718/107000
Abstract:
A method and system that prepares a task for being swapped out from processor utilization that is executing on a computer with multiple processors that each support multiple streams. The task has one or more teams of threads, where each team represents threads executing on a single processor. The task designates, for each stream that is executing a thread, one stream as a team master stream and one stream as a task master stream. For each team master stream, the task notifies the operating system that the team is ready to be swapped out when each other thread of the team has saved its state and has quit its stream. Finally, for the task master stream, the task notifies the operating system that the task is ready to be swapped when it has saved its state and each other team has notified that it is ready to be swapped out.
Placing A Task Of A Multithreaded Environment In A Known State
Gail Alverson - Seattle WA, US Charles Callahan - Seattle WA, US Susan Coatney - Federal Way WA, US Brian Koblenz - Seattle WA, US Richard Korry - Seattle WA, US Burton Smith - Seattle WA, US
International Classification:
G06F009/00
US Classification:
718/100000
Abstract:
A method and system that prepares a task for being swapped out from processor utilization that is executing on a computer with multiple processors that each support multiple streams. The task has one or more teams of threads, where each team represents threads executing on a single processor. The task designates, for each stream that is executing a thread, one stream as a team master stream and one stream as a task master stream. For each team master stream, the task notifies the operating system that the team is ready to be swapped out when each other thread of the team has saved its state and has quit its stream. Finally, for the task master stream, the task notifies the operating system that the task is ready to be swapped when it has saved its state and each other team has notified that it is ready to be swapped out.
Gail Alverson - Seattle WA, US Charles Callahan - Seattle WA, US Susan Coatney - Federal Way WA, US Brian Koblenz - Seattle WA, US Richard Korry - Seattle WA, US Burton Smith - Seattle WA, US
International Classification:
G06F015/16
US Classification:
718/107000, 709/231000
Abstract:
A method and system that prepares a task for being swapped out from processor utilization that is executing on a computer with multiple processors that each support multiple streams. The task has one or more teams of threads, where each team represents threads executing on a single processor. The task designates, for each stream that is executing a thread, one stream as a team master stream and one stream as a task master stream. For each team master stream, the task notifies the operating system that the team is ready to be swapped out when each other thread of the team has saved its state and has quit its stream. Finally, for the task master stream, the task notifies the operating system that the task is ready to be swapped when it has saved its state and each other team has notified that it is ready to be swapped out.
Gail Alverson - Seattle WA, US Charles Callahan - Seattle WA, US Susan Coatney - Federal Way WA, US Brian Koblenz - Seattle WA, US Richard Korry - Seattle WA, US Burton Smith - Seattle WA, US
International Classification:
G06F009/46
US Classification:
718/107000
Abstract:
A method and system that prepares a task for being swapped out from processor utilization that is executing on a computer with multiple processors that each support multiple streams. The task has one or more teams of threads, where each team represents threads executing on a single processor. The task designates, for each stream that is executing a thread, one stream as a team master stream and one stream as a task master stream. For each team master stream, the task notifies the operating system that the team is ready to be swapped out when each other thread of the team has saved its state and has quit its stream. Finally, for the task master stream, the task notifies the operating system that the task is ready to be swapped when it has saved its state and each other team has notified that it is ready to be swapped out.
Accessing A Collection Of Data Items In A Multithreaded Environment
Gail Alverson - Seattle WA, US Charles Callahan - Seattle WA, US Simon Kahan - Seattle WA, US Brian Koblenz - Seattle WA, US Allan Porterfield - Bellevue WA, US Burton Smith - Seattle WA, US
International Classification:
G06F009/44
US Classification:
719/310000
Abstract:
Various techniques for manipulating data using access states of memory, access control fields of pointers and operations, and exception raising and exception trapping in a multithreaded computer system. In particular, the techniques include synchronization support for a thread blocked in a word, demand evalution of values, parallel access of multiple threads to a list synchronized and unsynchronized access to a data buffer, use of fowarding to avoid checking for an end of a buffer, use of sentinel work to detect access past a data structure, concurrent access to a word of memory using different synchronization access modes, and use of trapping to detect access to restricted memory.
Restricting Access To Memory In A Multithreaded Environment
Gail Alverson - Seattle WA, US Charles Callahan - Seattle WA, US Simon Kahan - Seattle WA, US Brian Koblenz - Seattle WA, US Allan Porterfield - Bellevue WA, US Burton Smith - Seattle WA, US
International Classification:
G06F009/00 G06F013/24
US Classification:
718/102000, 710/260000
Abstract:
Various techniques for manipulating data using access states of memory, access control fields of pointers and operations, and exception raising and exception trapping in a multithreaded computer system. In particular, the techniques include synchronization support for a thread blocked in a word, demand evaluation of values, parallel access of multiple threads to a list, synchronized and unsynchronized access to a data buffer, use of forwarding to avoid checking for an end of a buffer, use of sentinel word to detect access past a data structure, concurrent access to a word of memory using different synchronization access modes, and use of trapping to detect access to restricted memory.
Jean Kopp, Denny Kranz, Steve Wieck, Rosemary Arman, Judith Barnes, Mike Gallagher, Pete Thompson, Barb Collico, Judy Gau, William Grumich, Janet Wilson
Dzirasa was the exact right person for the job, said Dr. Charles Callahan, a vice president for population health at the University of Maryland Medical Center, one of the major players in Baltimores pandemic response.
Date: Oct 14, 2021
Category: More news
Source: Google
Youtube
Organ Recital: Charles Callahan, organist
1 The Heavens Declare the Glory of God (Benedetto Marcello) 2 Sicilien...
Duration:
55m 36s
Fantasy Prelude on 'Amazing Grace'
Organ arrangement by Charles Callahan. Performed in the St. Giles Chur...
Duration:
6m 48s
Shepherd Me, O God (arranged by Charles Calla...
Churches around the world enjoy singing Marty Haugen's haunting settin...
Duration:
4m 8s
Dr. Stephen Hamilton Presents Organ Music by ...
Dr. Stephen Hamilton joins Mark Lawson in conversation about the organ...
Duration:
22m 11s
The Art of Hymn Playing Vol 1 - Charles Calla...
The Art of Hymn Playing: 250 Introductions, Preludes, Free Accompanime...
Duration:
41m 28s
Charles Callahan performs his "A Gaelic Impro...
"A Gaelic Improvisation" movement 2 of "Thanksgiving Suite" by Charles...