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: 3 months 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 ```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
-----------------
![Architecture](img/architecture.jpg)