Giter Club home page Giter Club logo

openmp_intro_tutorial's Introduction

This directory contains exercises and solutions for a hands-on OpenMP course. Information about these programs can be found in the comments and in the slides from the course.

To use these programs, copy the appropriate "def" file into "make.def". For example on a linux system running the gnu compilers, I'd type

cp linux_gnu.def make.def

Then build the programs and test them

make test

The solutions directory uses the same make.def file so to build the solutions, just type "make test". The directory extras contains additional exercises for more advanced students. These have not been as carefully tested and may have problems building and running on some systems.

We have tested these programs under Linux with the gnu and Intel compilers, and Windows 7 with the intel compiler. We also tested these on OS-X with the gnu environment loaded with Apple's xcode. Apple's OpenMP environment at this time does not support threadprivate variables so the pi_mc solutions will not build (and needs to be commented out from the makefile).

We have used these programs with the PGI compiler (pgi.def) but we have not tested this case recently and it may need some work.

For windows users, to run these on Windows 7 we used the following procedure. First go to the start menu, and select

INtel parallel studio 2011/command prompt/ ia64 visual studio 2010 mode

cd to the appropriate folder. Copy win_intel.def to make.def and then use nmake to build

openmp_intro_tutorial's People

Contributors

boba0514 avatar

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.