Code Monkey home page Code Monkey logo

openmp_fun's Introduction

๐Ÿ’ช OpenMP Fun

##About this Project

This project aims to try out new things in the OpenMP Language for Parallel Programming

##Features :

  • Written in OpenMP C
  • Code is highly Modularized
  • Abstraction Maintained
  • Readability due to inline comments

How to Use The Code From source ?

$ git clone --recursive [email protected]:jainpranav/OpenMP_Fun.git

Contributing

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests

openmp_fun's People

Contributors

jainpranav avatar

Stargazers

 avatar

Watchers

 avatar  avatar

openmp_fun's Issues

Survey Question on the For loop in source file Project2/matrix.c line 82

Hello Sir/ Madam
We are from a research group at Iowa State University, USA. We want to do a survey on Github developers on the methods they used for paralleling their code. To do the survey, We want to ask three questions about this for loop:

  1. Can you briefly explain the purpose of using pragma for this case? If the pragma contained reduction and private clauses, can you briefly mention the purposes of variables in those clauses?

  2. How much confidence do you have about the correctness of this implementation? You can choose from 1-5 with 1 as the lowest confidence score and 5 as the highest confidence score.

  3. (Optional) Do you actually run (interpret the code with compilation and pass input/get output) the code and see the optimization of parallelization? Yes/No

  • If yes, can you provide the information of what are the input and expected output of this program (the input that caused the program to run through this for-loop).

The for loop is from line 82 of file https:/github.com/jainpranav/OpenMP_Fun/blob/master/Project2/matrix.c
Here is a part of the code:

omp parallel for
for (u = 0; u < N; u++)
{
func1[u][0] = y[u][0] - func[u][0];
}

Sincerely thanks

Survey Question on the For loop in source file Project1/Sum.c line 13

Hello Sir/ Madam
We are from a research group at Iowa State University, USA. We want to do a survey on Github developers on the methods they used for paralleling their code. To do the survey, We want to ask three questions about this for loop:

  1. Can you briefly explain the purpose of using pragma for this case? If the pragma contained reduction and private clauses, can you briefly mention the purposes of variables in those clauses?

  2. How much confidence do you have about the correctness of this implementation? You can choose from 1-5 with 1 as the lowest confidence score and 5 as the highest confidence score.

  3. (Optional) Do you actually run (interpret the code with compilation and pass input/get output) the code and see the optimization of parallelization? Yes/No

  • If yes, can you provide the information of what are the input and expected output of this program (the input that caused the program to run through this for-loop).

The for loop is from line 13 of file https:/github.com/jainpranav/OpenMP_Fun/blob/master/Project1/Sum.c
Here is a part of the code:

omp parallel for
for (i = 0; i < N; i++)
{
fprintf(op, "%d\n", rand() % 100);
}

Sincerely thanks

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.