- 16 Nov, 2020 4 commits
-
-
Leonid Lorenz authored
-
Leonid Lorenz authored
-
Leonid Lorenz authored
-
Leonid Lorenz authored
-
- 29 Jul, 2020 4 commits
-
-
Bohumír Zámečník authored
CUDA 11 Fix
-
Felix Petersen authored
-
Felix Petersen authored
-
Felix Petersen authored
-
- 09 May, 2019 2 commits
-
-
Bohumir Zamecnik authored
-
Bohumir Zamecnik authored
- use one of the pynvml packages based on compatible Python version - fix a change in API for clock speed - convert device type and output from subprocess from bytes to string
-
- 22 Oct, 2018 1 commit
-
-
Bohumir Zamecnik authored
-
- 21 Oct, 2018 8 commits
-
-
Bohumir Zamecnik authored
-
Bohumir Zamecnik authored
-
Bohumir Zamecnik authored
-
Bohumir Zamecnik authored
In order to allow development and not require to publish to PyPI before building the docker image.
-
Bohumir Zamecnik authored
Since it needs the NVML runtime it's based on CUDA image and needs nvidia-docker. The whole CUDA is not needed, so we could possibly optimize it. It needs the compiler to build the psutil Python package. We could use some build image and not put the compiler in the target image. We mount the master's config file from host into the container.
-
Bohumir Zamecnik authored
The agent hostname in Docker is meaningless (some random number), but the URL (or "self") might be more descriptive.
-
Bohumir Zamecnik authored
-
Bohumir Zamecnik authored
-
- 16 Oct, 2018 5 commits
-
-
Bohumir Zamecnik authored
-
Bohumir Zamecnik authored
-
Bohumir Zamecnik authored
-
Bohumir Zamecnik authored
It's not perfect - we need to provide path to the webapp.py.
-
Bohumir Zamecnik authored
It's been superseded with the distibuted web app approach.
-
- 15 Oct, 2018 4 commits
-
-
Bohumir Zamecnik authored
- only nvgpu.webapp - master selected by config file via NVGPU_CLUSTER_CFG with non-empty AGENTS list - query from master to master is done directly, not via HTTP (to prevent nested request on single-threaded app) - make the agents configurable
-
Bohumir Zamecnik authored
-
Bohumir Zamecnik authored
- agents are Flask apps with REST API returning machine GPU status in JSON - master is a Flask app that gathers statuses from agents and shows aggregate overview as an HTML page
-
Bohumir Zamecnik authored
It synchronously gathers output from `nvl` from local and remote machines via SSH and formats the colored ANSI output via ansi2html.
-
- 02 Jul, 2018 2 commits
-
-
Bohumir Zamecnik authored
-
Bohumir Zamecnik authored
-
- 02 Jun, 2018 6 commits
-
-
Bohumir Zamecnik authored
Function has toe be separated from module by colon, not dot.
-
Bohumir Zamecnik authored
-
Bohumir Zamecnik authored
-
Bohumir Zamecnik authored
-
Bohumir Zamecnik authored
-
Bohumir Zamecnik authored
-
- 24 May, 2018 4 commits
-
-
Bohumir Zamecnik authored
-
Bohumir Zamecnik authored
-
Bohumir Zamecnik authored
Replace with empty string.
-
Bohumir Zamecnik authored
-