Giter Club home page Giter Club logo

Comments (4)

jprotze avatar jprotze commented on August 13, 2024

Same for DRB052-indirectaccesssharebase-orig-no.f95 (private(idx1,idx2)) and DRB061-matrixvector1-orig-no.f95 (private(sum)).

In the C version, these variables are declared in the parallel region and therefore private. In Fortran they need explicit privatization.
I only checked the '-no.f95' codes, where TSan detected a "false positive". I guess the same privatization issue will be present in several of the '-yes.f95' codes.

DRB133-taskdep5-orig-omp45-no.f95 also has a race, because some depend clauses are missing (compared to the c code).

from dataracebench.

xintin avatar xintin commented on August 13, 2024

@jprotze, I agree with DRB050 ,52 and 61. And have fixed them too.

Regarding, DRB133, I'm not able to understand what is missing? Can you please help it here. Thanks.

from dataracebench.

jprotze avatar jprotze commented on August 13, 2024

All the tasks in the fortran version of the code should have the same depend clauses as in the C code. Especially the second task has no depend clauses.

from dataracebench.

xintin avatar xintin commented on August 13, 2024

Thanks. FIxed. #82

from dataracebench.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.