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

https://github.com/garciparedes/parallel-scan-sky

Parallel Computing work
https://github.com/garciparedes/parallel-scan-sky

c cuda high-performance-computing hpc mpi openmp parallel parallel-algorithm parallel-computing parallel-processing parallel-programming parallelism parallelization university-of-valladolid

Last synced: 4 months ago
JSON representation

Parallel Computing work

Awesome Lists containing this project

README

        

# Parallel Scan Sky

### Description
[TODO]

## cuda

- Usage:
```
cd cuda/src
./run.sh ../../data-sets/circles1.data
```

- [Source Code](cuda/src)
- [Paper](cuda/article/article.pdf)

## mpi

- Usage:
```
cd mpi/src
./run.sh 4 ../../data-sets/circles1.data
```

- [Source Code](mpi/src)
- [Paper](mpi/article/article.pdf)

## openmp

- Usage:
```
cd openmp/src
./run.sh ../../data-sets/circles1.data
```

- Docs:
- [Source Code](openmp/src)
- [Paper](openmp/article/article.pdf)
## secuential

- Usage:

```
cd secuential/src
make
./ScanSky ../../data-sets/circles1.data
```
- [Source Code](sequential/src)

## Authors

* **Calvo Rojo, Adrián** - [Github](https://github.com/adrianetete)
* **García Prado, Sergio** - [Github](https://github.com/garciparedes)