Search found 62 matches

by keyframe
Tue May 10, 2022 1:08 am
Forum: General
Topic: block capacity in the same job
Replies: 1
Views: 2856

block capacity in the same job

Hey Timur, Is it possible to set the capacity of a single block of a job independntly? imagine a job that has two blocks. First block rsproxy generation, second block redshift. I would like the first block to have a capacity of 100 (which i'm setting using af.Block.setCapacity(100)), and the second ...
by keyframe
Tue Apr 05, 2022 5:24 pm
Forum: General
Topic: When did all these jobs finish?
Replies: 5
Views: 3890

Re: When did all these jobs finish?

Thanks Timur,

Much appreciated -- i'm going to find some time and contribute at some point!

G
by keyframe
Mon Apr 04, 2022 5:11 pm
Forum: General
Topic: When did all these jobs finish?
Replies: 5
Views: 3890

Re: When did all these jobs finish?

there is a panel on the RHS that shows when the job started, and when it ended when you select a job from the web interface (see attached). However, when I select more then one job, it does not show the min time, and max time for all the jobs selected... it only shows the status of ONE of the jobs s...
by keyframe
Mon Apr 04, 2022 2:14 pm
Forum: General
Topic: When did all these jobs finish?
Replies: 5
Views: 3890

Re: When did all these jobs finish?

Hey Timur, I think I may have misspoke... I'm not interested in an estimate, i'm interested in being able to select (randomly) 50 jobs, and have Afanasy report when the latest of these selected jobs completed (on the wall clock). My current challenge is that i'm rendering a large number of shots who...
by keyframe
Fri Apr 01, 2022 3:03 pm
Forum: General
Topic: When did all these jobs finish?
Replies: 5
Views: 3890

When did all these jobs finish?

If I submit a few dozen (64 tasks, for example) jobs to the farm, is it possible to find out when they finished running? [i'm trying to estimate 'these shots took 7 hours to render' for a large number of shots] I thought that this information would be reflected on the RHS panel when all the jobs are...
by keyframe
Mon Nov 08, 2021 9:35 pm
Forum: Houdini
Topic: PDG scheduler file ownership
Replies: 3
Views: 4764

Re: PDG scheduler file ownership

As you say - It might be useful for some users to have access to some prologue/epilogue code snippets of some sorts... If one wanted to update an asset management tool for example... or clean up a cache folder... We're running custom submit scripts that's very opinionated about how we work, but I re...
by keyframe
Thu Oct 21, 2021 1:14 pm
Forum: Houdini
Topic: PDG scheduler file ownership
Replies: 3
Views: 4764

Re: PDG scheduler file ownership

I was able to make that change by modifying a few lines of afanasyscheduler.py. I'm making use of linux's ability to switch to a different UID/GID and a few security exceptions via sudo - i'm not sure whether this is something that's possible on other platforms. In case this is useful to anyone else...
by keyframe
Wed Oct 20, 2021 8:08 pm
Forum: Houdini
Topic: PDG scheduler file ownership
Replies: 3
Views: 4764

PDG scheduler file ownership

Is it possible for the file generated by the pdg scheduler to be owned by the same account that submitted the job instead of 'render'?

G
by keyframe
Thu Aug 19, 2021 5:38 pm
Forum: News
Topic: CGRU Version 3.2.1 Released.
Replies: 1
Views: 6095

Re: CGRU Version 3.2.1 Released.

This is a great add Timur -- I've been procrastinating this task (and husk submits) for about 12 months now!

G
by keyframe
Tue Feb 09, 2021 10:58 pm
Forum: General
Topic: hbatch parser
Replies: 1
Views: 2457

hbatch parser

Heya, We use ALFRED style progress in hbatch when logging output... below is a sample: ALF_PROGRESS 1% 17:49:29 geometry1 frame 1001 (1 of 120) ALF_PROGRESS 2% 17:49:30 geometry1 frame 1002 (2 of 120) ALF_PROGRESS 3% 17:49:33 geometry1 frame 1003 (3 of 120) ALF_PROGRESS 3% 17:49:36 geometry1 frame 1...