• Stars
    star
    113
  • Rank 308,354 (Top 7 %)
  • Language
    C++
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

openmp examples

openmp-examples

This repository contains OpenMP-examples which I created while learning OpenMP.

I follow Tim Mattson's Introduction to OpenMP video playlist on youtube.

Other useful links are as follows:

Details

I am learning OpenMP because I have a master degree program assignment about running machine learning algorithms in parallel.

In addition to OpenMP, I am going to do same things by using Apache Spark. In summary, this is quite a personal playground repository. It does not mean to cover all the details or become a comprehensible tutorial guide.

Repositories

Name Description
hello-mp Hello world in open-mp
parallel-loop-1 traversing a loop in parallel
avrage-reduction calculating avg by using atomic and reduction concepts
heap-vs-stack sharing(global) and not sharing data(local) between threads.
data-sharing private, first-private, initialization concepts
integral calculating integral in various ways to demonstrate approaches
scheduling thread scheduling
linkedlist consuming linkedlist in multiple threads in a thread-safety way
Als movie recommender system using alternating least squares method

More Repositories

1

flask-profiler

a flask profiler which watches endpoint calls and tries to make some analysis.
Python
739
star
2

naive-bayes-classifier

yet another general purpose naive bayesian classifier.
Python
169
star
3

genderizer

Genderizer is a language independent module which tries to detect gender by looking given first names and/or analyzing sample texts.
Python
64
star
4

my-coding-challenges

my solutions to the problems presented in https://github.com/donnemartin/interactive-coding-challenges
Jupyter Notebook
24
star
5

machine-learning-examples

Jupyter Notebook
20
star
6

mysqlDiff

displays schema differences between two versions of same mysql database (I am embarrassed of this code.)
PHP
13
star
7

healthier

health tracker application - Mustafa Atik - SWE 573 - Fall'16 homework project
HTML
12
star
8

kelimeci

yabancı dildeki kelimelerin öğrenilmesini kolaylaştıran araç
PHP
9
star
9

financial-crawler

clients for crude oil, stock price, parrities and currencies
Python
7
star
10

sitemapper

Python
4
star
11

spring-playground

my spring examples
Java
4
star
12

restfulAPIconsole

This is an API documantation and client tool in Javascript for RESTfulAPI web services.
JavaScript
3
star
13

phpMysqlBackup

PHP
3
star
14

dahi

experimental dialogue engine.
Jupyter Notebook
3
star
15

wordnetCrawler2

tdk, zargan, seslisozluk sitelerindeki tüm kelimeleri en küçük detayına kadar çeken örümböcük
PHP
3
star
16

logmon

yet another web based text log monitor tool
PHP
2
star
17

trendAnalysis

detects emerging events via text mining in social media.
PHP
2
star
18

americanhistory

Java
1
star
19

yedekleyiciler

veritabanı ve dosya yedeklemeyi sğalayan betiklerdir, sunucu yöneticileri için nimet.
PHP
1
star