An open API service indexing awesome lists of open source software.

https://github.com/drapegnik/merge_sort

:new_moon_with_face: Multithread merge sort on C++
https://github.com/drapegnik/merge_sort

bsu c-plus-plus cpp famcs labs mergesort mpi sort sorting-algorithms study

Last synced: 2 months ago
JSON representation

:new_moon_with_face: Multithread merge sort on C++

Awesome Lists containing this project

README

        

# merge_sort

Multithread merge sort on C++

**requirements**:

- [mpi](https://www.open-mpi.org/)
- [python](https://www.python.org/)

**run**:

```
$ bash run.sh {array_size} {values_range} {number_of_procces}
```

**or**

```
$ ./run.sh {array_size} {values_range} {number_of_procces}
```

**for example**: `$ bash run.sh 10 100 3` - sort the array of 10 random numbers
to 100 using 3 process:

for direct input use `input.txt`