Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CircuitCoder/parallel-comp-docs
External / Internal documentations for Parallel Computation 2023 Clusters
https://github.com/CircuitCoder/parallel-comp-docs
Last synced: 2 months ago
JSON representation
External / Internal documentations for Parallel Computation 2023 Clusters
- Host: GitHub
- URL: https://github.com/CircuitCoder/parallel-comp-docs
- Owner: CircuitCoder
- Created: 2023-03-02T07:06:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T10:33:09.000Z (almost 2 years ago)
- Last Synced: 2024-10-26T22:53:03.498Z (3 months ago)
- Homepage: https://parallel-comp.thu.fail/
- Size: 572 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parallel Computing - Documentation
## Building
Please use Python3:
```python
python -m venv ./env
source ./env/bin/activate
pip -r requirements.txt
```## Internal docs
Check `/internal`.
Internal docs are not built in the website, but are safe to release publically nonetheless.
## Licenses
TODO