Search found 912 matches

by timurhai
Fri Oct 02, 2020 2:45 pm
Forum: General
Topic: AVOIDING HOST !
Replies: 1
Views: 2830

Re: AVOIDING HOST !

Hi!
Task finished with a bad exit status more than 3(configurable) times on some host - host moved in "black list".
Open job -> Open task -> Get its Output - usually processes print (stdout&stderr) some useful information on error.
by timurhai
Wed Sep 30, 2020 9:39 am
Forum: Compilation
Topic: Build cgru3.0.0 on CentOS 7
Replies: 4
Views: 7812

Re: Build cgru3.0.0 on CentOS 7

Fixed in the code: https://github.com/CGRU/cgru/commit/41ef8e2b90812d3495a3c52baa06be56ac4e688e It seems that CentOS 7 has a lack of c++11 support. Some time new code can really need it. Also RPM packages tests python code for CentOS 7 with a python2 syntax checker. Some CGRU scripts can begin conta...
by timurhai
Wed Sep 30, 2020 9:33 am
Forum: General
Topic: No Installer of CGRU 3.0.0 for CentOS 7
Replies: 2
Views: 3070

Re: No Installer of CGRU 3.0.0 for CentOS 7

It is here:
https://cgru.readthedocs.io/en/latest/d ... html#linux

Also, CentOS 7 can`t contain Blender 2.8 addon, as it contains python scripts that gives syntax error on CentOS 7 Python 2 check.

btw,
If you are ready to install and check it right now, i can give you 3.1.0 !?
by timurhai
Tue Sep 22, 2020 11:22 am
Forum: General
Topic: can we submit the job through unreal engine in CGRU
Replies: 3
Views: 3617

Re: can we submit the job through unreal engine in CGRU

Keeper can be used to launch software with CGRU environment (used for Afanasy Python API). Software menu items are described in this file: https://github.com/CGRU/cgru/blob/master/utilities/keeper/software.py What do you want? Add some menu item to CGRU keeper? It's Software section used mostly for ...
by timurhai
Tue Sep 22, 2020 8:29 am
Forum: General
Topic: can we submit the job through unreal engine in CGRU
Replies: 3
Views: 3617

Re: can we submit the job through unreal engine in CGRU

Hi! Afanasy just launch commands, that you have specified during job construction. It does know nothing, about how to encode movies, render scenes, archive files. It does know nothing about Nuke, Houdini, Blender. If your commands will launch some "unreal engine", Afanasy can distribute it...
by timurhai
Tue Sep 22, 2020 7:43 am
Forum: General
Topic: Customize icons for services
Replies: 1
Views: 2422

Re: Customize icons for services

Hi! Create a service class: https://github.com/CGRU/cgru/tree/master/afanasy/python/services Usually it is empty, if nothing special to do with the task command: https://github.com/CGRU/cgru/blob/master/afanasy/python/services/checksum.py Put a png icon here: https://github.com/CGRU/cgru/tree/master...
by timurhai
Sat Sep 19, 2020 8:00 am
Forum: Compilation
Topic: Build cgru3.0.0 on CentOS 7
Replies: 4
Views: 7812

Re: Build cgru3.0.0 on CentOS 7

Hi! Hm.. iterator erase( const_iterator pos ); https://en.cppreference.com/w/cpp/container/vector/erase (since C++11) - should works It seems, that you gcc do not supports ++11 standards, but it should: https://github.com/CGRU/cgru/blob/master/afanasy/src/project.cmake/build.sh#L73 Bad, temporary so...
by timurhai
Thu Sep 17, 2020 7:07 pm
Forum: Blender
Topic: GPU rendering on linux
Replies: 17
Views: 22323

Re: GPU rendering on linux

Hi!
If you are using Linux packages - you can tune SystemD service settings.
There are lots of manuals for this.
by timurhai
Tue Sep 15, 2020 7:52 am
Forum: General
Topic: Multiple JSON requests to server
Replies: 1
Views: 2316

Re: Multiple JSON requests to server

Hi!
No it isn't possible.
You should connect to server for each request.