Need Mesalib-based version on LC #13179
-
I'm generating Visit movies on LC as part of a workflow. Since these will be run from cli I would like to avoid having to X forward or ask my users to set their DISPLAY and X forward, etc... I cannot find such a version on LC (rztopaz) |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Hi @doutriaux1, Can you explain what you mean by, "cannot find such a version on LC"? A version of what, exactly? Thanks, |
Beta Was this translation helpful? Give feedback.
-
Ah I see. Sorry, I did not look at the title of the post. I will look into this and get back to you shortly. |
Beta Was this translation helpful? Give feedback.
-
@doutriaux1 all lc versions are built with support for offscreen rendering. You can avoid popping up any windows by running your script using:
|
Beta Was this translation helpful? Give feedback.
-
@cyrush w/o Xwin32 on and running:
I get:
But you're right it might be because I had XForward enabled and my X server off on my windows laptop. Let me explore this. |
Beta Was this translation helpful? Give feedback.
-
@cyrush my mistake, I had not pasted the -cli from my original script when testing... Totally fine with the |
Beta Was this translation helpful? Give feedback.
-
@doutriaux1 no worries, glad its working for you now! |
Beta Was this translation helpful? Give feedback.
@doutriaux1 all lc versions are built with support for offscreen rendering.
You can avoid popping up any windows by running your script using:
visit -nowin -cli -s {script.py}