https://github.com/ajlekcahdp4/parallel-computing
Repository for the course on parallel computing
https://github.com/ajlekcahdp4/parallel-computing
Last synced: 2 months ago
JSON representation
Repository for the course on parallel computing
- Host: GitHub
- URL: https://github.com/ajlekcahdp4/parallel-computing
- Owner: ajlekcahdp4
- Created: 2024-03-10T08:05:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T17:00:13.000Z (6 months ago)
- Last Synced: 2025-02-09T15:46:36.757Z (4 months ago)
- Language: C++
- Size: 209 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parallel computing tasks
## How to use
The following commands will clone the repo and open nix shell with all the necessary packages
```sh
git clone [email protected]:ajlekcahdp4/parallel-computing.git
cd parallel-computing
nix develop
```