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
- Host: GitHub
- URL: https://github.com/tdiprima/concurrent-computing
- Owner: tdiprima
- License: mit
- Created: 2023-02-07T21:02:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T13:22:57.000Z (8 months ago)
- Last Synced: 2025-02-03T14:27:45.285Z (8 months ago)
- Topics: distributed-computing, docker, linux, makefile, mpi, omp, openmp, parallel-computing, qsub
- Language: C
- Homepage:
- Size: 16.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.