Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CS498-MS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
omrimor2
CS498-MS
Commits
e55f04ba
Commit
e55f04ba
authored
7 years ago
by
omrimor2
Browse files
Options
Downloads
Patches
Plain Diff
Make README prettier
parent
6e3cb4ce
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-6
9 additions, 6 deletions
README.md
with
9 additions
and
6 deletions
README.md
+
9
−
6
View file @
e55f04ba
CS498-MS Project - Radix Sort with MPI and OpenMP
CS498-MS Project - Radix Sort with MPI and OpenMP
=================================================
=================================================
Requirements
:
###
Requirements
*
cmake 3.1+
*
cmake 3.1+
*
Compiler with C++11 and OpenMP support
*
Compiler with C++11 and OpenMP support
*
MPI-3.0 implementation
*
MPI-3.0 implementation
To compile:
### Compilation
```
shell
```
shell
mkdir
build
mkdir
build
cd
build
cd
build
...
@@ -17,11 +17,14 @@ make
...
@@ -17,11 +17,14 @@ make
The cmake command can be supplied options to determine the build type
The cmake command can be supplied options to determine the build type
(optimization level), compiler flags, and compiler.
(optimization level), compiler flags, and compiler.
### Datasets
There are three datasets generated:
There are three datasets generated:
*
A. uniformly distributed between 0 and 2^31 - 1
*
A. uniformly distributed between $
`0`
$ and $
`2^{31} - 1`
$
*
B. normally distributed with a mean of 2^30 and a stddev of 2^20
*
B. normally distributed with a mean of $
`2^{30}`
$
*
C. uniformly distributed between 0 and 255
and a standard deviation of $
`2^{20}`
$
For each of these, the array size is varied between 2^16 and 2^24.
*
C. uniformly distributed between $
`0`
$ and $
`255`
$
For each of these, the array size is varied between $
`2^{16}`
$ and $
`2^{24}`
$.
The data directory contains output tables from single-node runs
The data directory contains output tables from single-node runs
of both the MPI and OpenMP versions, scaling from 1 to 16 processors
of both the MPI and OpenMP versions, scaling from 1 to 16 processors
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment