Kazuki Sakamoto

Results 27 comments of Kazuki Sakamoto

> GPU hosts don't pick up non-GPU frames True. Because Cuebot has the logic to avoid scheduling CPU-only job onto GPU hosts. This totally makes sense, because, theoretically, GPU host...

> First job take 10CPU 1 GPU What is the reason of why the job takes 10 CPU cores in this example? -- In the current Cuebot implementation, the default...

@thunders82 recommend to speak it up in https://github.com/AcademySoftwareFoundation/OpenCue/issues/1001 (just to clarify, the GPU scheduling logic (avoiding CPU job on GPU host) was already there when I revised the GPU support.)

Where are you running Cuebot on? In this context, the `localhost` is the host where Cuebot is running on. So you need to check `localhost` TCP 8080 port on the...

looks like need to upgrade to 2.17 https://logging.apache.org/log4j/2.x/index.html

@lamiller0 You can disable it with PyOutline ol = OutlineLauncher(outline) ol.set_flag("nomail", True) Or just skip to put `email` to job spec. https://github.com/AcademySoftwareFoundation/OpenCue/blob/c93e8629f641a95f47617c50865f7e316e94f5c8/cuebot/src/main/resources/public/dtd/cjsl-1.11.dtd#L12

According to `setDepartment`, looks like `pycue/opencue/wrappers/department.py` is missing. https://github.com/AcademySoftwareFoundation/OpenCue/blob/409c2a7ca2f84aed092f5d713a62e4864394efa1/cuegui/cuegui/TasksDialog.py#L101-L110 @bcipriano @gregdenton do you happen to have the file?

It sounds the root cause of this issue is #300 right?

I know I can input `é` character with this key sequence, `option` + `e`, and `e`. It sounds you have a keyboard which allows to input `é` character directly, right?...

Yeah it works without libdw (less information though, just the same as the current stack trace). And CMakefying(#654) would help to enable linking libdw by user easily!