Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7837391
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T14:37:13+00:00 2026-06-02T14:37:13+00:00

Given a parallel program and a well-defined hardware, how to determine its compute-to-communication ratio

  • 0

Given a parallel program and a well-defined hardware, how to determine its compute-to-communication ratio (CCR). This is to determine a programs’ granularity and subsequent analysis. Literature describes this term and uses it to relate to a programs’ granularity but I haven;t found anything to estimate the CCR if it is high or low.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T14:37:14+00:00Added an answer on June 2, 2026 at 2:37 pm

    To compare compute and communication you have to measure both in a common unit. Generally I would use a measure of time. You might then find that a program has a ratio of 80:20 (compute:communicate)

    While one might assert that a ratio of 50:50 is a high value for communication, these figures really only take meaning in relation to comparable figures for other parallel programs. So, if program A and program B solve the same problem but A has a ratio of 80:20 and B of 70:30, then you can make the statement that A does more computation than B in each tick of the clock. If they’re not solving the same problem you may find yourself comparing apples and oranges.

    And while computation is generally preferred to communication, again these factors are relative. Given the programs A and B, sure B does (relatively) more communication, but it is possible also that B takes less time overall than A — perhaps B spends time sending larger messages between processes while A does more duplicate computation to avoid sending larger messages. Choose which program you prefer on whatever grounds you like.

    If you have enough experience of these matters you can usually make some educated guesses about the ratio from examining the program structure, but in the end you are going to have to measure it to draw any sensible conclusions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Given this code: var arrayStrings = new string[1000]; Parallel.ForEach<string>(arrayStrings, someString => { DoSomething(someString); });
I'm using Task Parallel Library (TPL ) for calculating Fibonacci number. Program is given
Given this markup: // Calendar.html?date=1/2/2003 <script> $(function() { $('.inlinedatepicker').datepicker(); }); </script> ... <div class=inlinedatepicker
Given a package, how can I automatically find all its sub-packages?
Given this XML: <?xml version=1.0 encoding=utf-8?> <content dataType=XML> <item type=Promotion name=Sample Promotion expires=04/01/2009> <![CDATA[
How well optimized is Java's parallel collecting GC for multithreaded environments? I've written some
Okay, so here is the basic background. This program connects to outlook/exchange and parses
These days there are two main hardware environments for parallel programming, one is multi-threading
I need a parallel algorithm (cost optimal) to check if a given sequence of
Through 2 given points runs a line (K1 and K3). I want to compute

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.