Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iliiliiliili/maleci-gpu-task-manager


https://github.com/iliiliiliili/maleci-gpu-task-manager

Last synced: 12 days ago
JSON representation

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)