You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def _default(self):
# Not using NO_GUI in windows as it opens a new cmd or
# shows Fluent output in the current cmd if start <launch_string> is not used
return self.HIDDEN_GUI if is_windows() else self.NO_GUI
HIDDEN_GUI doesn't work within container. We should make NO_GUI default in all cases except in standalone launch on Windows where HIDDEN_GUI will be used.
Currently default for UI_Mode is coded as:
HIDDEN_GUIdoesn't work within container. We should makeNO_GUIdefault in all cases except in standalone launch on Windows whereHIDDEN_GUIwill be used.