Difference between revisions of "NAMDPerformance"

From Point
Jump to: navigation, search
(New page: =NAMD Performance Study= NAMD is written in [http://charm.cs.uiuc.edu/ charm++] and thus has some unique attributes when profiled by TAU. For example charm++ scheduler which assigns task ...)
(No difference)

Revision as of 23:19, 9 June 2009

NAMD Performance Study

NAMD is written in charm++ and thus has some unique attributes when profiled by TAU. For example charm++ scheduler which assigns task to processors and helps in load balancing the program has a notion of Idling while waiting for tasks to complete. TAU thus creates a event to capture time spent when the scheduler is in its idle state (Idle) as well as a event (main) to account for the communication latencies.