Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iliiliiliili/maleci-gpu-task-manager
https://github.com/iliiliiliili/maleci-gpu-task-manager
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iliiliiliili/maleci-gpu-task-manager
- Owner: iliiliiliili
- Created: 2020-07-28T09:53:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T14:17:02.000Z (13 days ago)
- Last Synced: 2024-12-14T15:21:33.405Z (13 days ago)
- Language: JavaScript
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Maleci GPU Task Manager
=========How to launch
--------------------* If using Windows:
* open project as wsl project in vscode;
* install node inside wsl;
* in wsl settings configure network mirroring (Nat -> Mirrored);
* in Windows Firewall open port of this project's http-server;
* in cmd run as admin: ```netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=2604 connectaddress=172.25.141.66 connectport=2604``` (command for port 2604)
* in console run: ```npm install```
* in console run: ```sudo "$(which node)" server.js```
* in the same directory but in another console run:
```sudo "$(which node)" executor.js```Architecture
-----------------
![Architecture](img/architecture.jpg)