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

https://github.com/tdiprima/concurrent-computing

Parallel computing testing
https://github.com/tdiprima/concurrent-computing

distributed-computing docker linux makefile mpi omp openmp parallel-computing qsub

Last synced: 3 months ago
JSON representation

Parallel computing testing

Awesome Lists containing this project

README

          

## C and C++ Code Collection

This repository contains a collection of C, C++, and header (`.h`) files borrowed from various sources. Efforts have been made to include proper credit in the header comments of each file.

### Modifications
- I have added summary comments at the top of each file to provide an overview of its functionality. These changes were made to enhance clarity and usability.
- The code has been Dockerized to create a portable and consistent environment for compiling and running these files. The Docker setup and associated scripts are my original work.

### Purpose
- This repository serves as a reference and resource for programming projects.
- Use the Dockerized environment to compile and run the code easily.
- Feel free to explore, use, or learn from the code, but please respect the original authors and contributors.

## Attribution

Special thanks to:

* **Tim Mattson** (Intel Corporation)
* **Mark Bull** (Edinburgh Parallel Computing Centre)

Some portions of this project incorporate code originally developed by them.
Their work remains subject to their respective licenses and copyrights.

### Licensing Notice

This project includes third-party open-source code, which remains subject to its original licenses.
Attribution is provided in the source code where applicable.

If you believe there is an issue with licensing, please **open an issue** or **contact the repository owner** for resolution.