https://github.com/iliiliiliili/maleci-gpu-task-manager
https://github.com/iliiliiliili/maleci-gpu-task-manager
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iliiliiliili/maleci-gpu-task-manager
- Owner: iliiliiliili
- Created: 2020-07-28T09:53:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T11:29:28.000Z (6 months ago)
- Last Synced: 2025-02-08T10:47:00.232Z (5 months ago)
- Language: JavaScript
- Size: 369 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 ```add_ports.bat``` edit range of ports to open
* in cmd run as admin: ```add_ports.bat``` to open ports 2601-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
-----------------
