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 8032577
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T01:25:47+00:00 2026-06-05T01:25:47+00:00

This is from the Wikipedia article on Automatic parallelization Automatic parallelization by compilers or

  • 0

This is from the Wikipedia article on Automatic parallelization

Automatic parallelization by compilers or tools is very difficult due to the
following reasons[2]:

  1. dependence analysis is hard for code using indirect addressing, pointers,
    recursion, and indirect function calls;

  2. loops have an unknown number of iterations;

  3. accesses to global resources are difficult to coordinate in terms
    of memory allocation, I/O, and shared variables.

As you can see, the problem with the 1st point has mostly to do with programming language. In C/C++ you have all the problems mentioned in point 1. So my question is, do we have a language which is close to C/C++ but without these problems. I know Fortran fills the bill, but it is not even remotely like C/C++.

  • 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-05T01:25:48+00:00Added an answer on June 5, 2026 at 1:25 am

    FORTRAN has a few unique features (probably best described as lack of features) which allow for clean, automatic parallelization; however, with all of the recent additions to FORTRAN, it isn’t clear if the modern equivalents of the language maintain such a distinction.

    As far as comparison to C and C++, FORTRAN is not too far off the beaten path in terms of logic structures; however, to do sophisticated data structures, FORTRAN’s roots tended to store a structure across several associated arrays, and then use particular fields as the “next” index. This avoided pointers, but offered similar flexibility.

    I’ve seen FORTRAN implementations of hash tables, trees and other structures back when I worked with the language more; but, it definately wasn’t written to easily represent such, and I’d imagine that such code is hard to parallelize.

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

Sidebar

Related Questions

Judging from this Wikipedia article on cipher modes and other things I've heard about
From this Wikipedia article: http://en.wikipedia.org/wiki/Hamiltonian_path_problem A randomized algorithm for Hamiltonian path that is fast
I'm implementing the A* search algorithm from this pseudo on wikipedia's article: function A*(start,goal)
I have this modified code example I took from the wikipedia article on anonymous
From this article on Wikipedia: Keepalive messages were not officially supported in HTTP 1.0.
I recently stumbled upon this Wikipedia article . From my experience with multi-threading I
Below is the statement written from Wikipedia's Isolation article about REPEATABLE READS In this
I'm parsing a text file made from this Wikipedia article , basically I made
I got this SVG image from Wikipedia and embedded it into a website using
Quote from Wikipedia : A public key token. This is a 64-bit hash of

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.