https://github.com/ivanbgd/statistics
Statistics algorithms, sequential and parallel implementations
https://github.com/ivanbgd/statistics
c open-mp openmp statistics
Last synced: about 1 year ago
JSON representation
Statistics algorithms, sequential and parallel implementations
- Host: GitHub
- URL: https://github.com/ivanbgd/statistics
- Owner: ivanbgd
- License: mit
- Created: 2017-09-22T20:30:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T00:04:38.000Z (over 8 years ago)
- Last Synced: 2025-02-03T10:11:56.551Z (over 1 year ago)
- Topics: c, open-mp, openmp, statistics
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Statistics
Statistics algorithms, sequential and parallel implementations
## OpenMP
### gcc
Compile with: `gcc -fopenmp -O2 file_name.c -o file_name -lm`
### Visual Studio
Go to project properties, and under "Configuration Properties --> C/C++ --> Language --> Open MP Support" select "Yes".