Search found 910 matches

by timurhai
Fri Aug 04, 2023 8:34 am
Forum: Setup
Topic: Error while launching afrender rocky9
Replies: 1
Views: 2775

Re: Error while launching afrender rocky9

Hello! Sorry for a delay. Environment wast not correctly initialized. CGRU version = '' Afanasy build version = '3.3.1' Mon 31 Jul 20:52.33: ERROR CGRU environment and Afanasy compiled versions mismatch. https://cgru.readthedocs.io/en/latest/configuration/configuration.html#environment-variables How...
by timurhai
Wed Jun 14, 2023 6:38 pm
Forum: General
Topic: How Does Job Priority Work?
Replies: 5
Views: 11553

Re: How Does Job Priority Work?

Ok, I see.
There should be some parameter for job priority behavior.
I should think this up and implement.
by timurhai
Tue Jun 13, 2023 9:51 am
Forum: General
Topic: Tickets and Pool Default Behaviour
Replies: 2
Views: 3171

Re: Tickets and Pool Default Behaviour

Hi! Sorry for a delay. I was away. pc1928 does know nothing about redshift. It itself and all it parent pools has no tickets/services settings. Host does not ask any other hosts for tickets/services settings, it just asks only parent pools for it. So you should configure parent pool(s). Configure se...
by timurhai
Tue Jun 13, 2023 9:39 am
Forum: General
Topic: How Does Job Priority Work?
Replies: 5
Views: 11553

Re: How Does Job Priority Work?

Hi! Sorry for a delay. I was away. At first branches priority is solved. Then user priority is solved. At last jobs of same user in the same branch is solved and it plays just order role. So, job with a higher priority will be solved, and lower priority will just wait. So job priority plays just ord...
by timurhai
Thu Apr 13, 2023 4:02 pm
Forum: Feature Requests
Topic: Gaffer Support
Replies: 1
Views: 2918

Re: Gaffer Support

Hi!

Better to ask this question on Gaffer forums.
Such things thould me implemented by Gaffer power users.
I do not think that there are such people on this forum.

I can help with Python API and server engine features.
by timurhai
Tue Mar 28, 2023 6:28 pm
Forum: General
Topic: working directory
Replies: 2
Views: 3047

Re: working directory

Hi!
On job submission, Python module stores current process working directory.
Later, afrender tries to run task process in the same working directory, if it exists.
This allows you to use relative paths in commands.
by timurhai
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Job Fails to Start Due to Python Syntax Error
Replies: 3
Views: 3068

Re: Job Fails to Start Due to Python Syntax Error

Yes, your software tries to use CGRU Python, but should use own older version. You should empty PYTHONHOME variable: set PYTHONHOME= CGRU software setup do this for all soft: https://github.com/CGRU/cgru/blob/master/software_setup/setup__all.cmd You should make a cmd script wrapper to make your soft...
by timurhai
Sun Mar 12, 2023 4:43 pm
Forum: News
Topic: CGRU Version 3.3.1 Released.
Replies: 0
Views: 21252

CGRU Version 3.3.1 Released.

by timurhai
Mon Mar 06, 2023 7:28 am
Forum: General
Topic: How to Configure Tickets
Replies: 4
Views: 3994

Re: How to Configure Tickets

Tell me if it works.