Closed mkundu1 closed 7 months ago
@hpohekar Can you please look into this too as a part of the launcher code improvement? There might be more arguments for which such unexpected warnigns are coming. cc: @prmukherj @seanpearsonuk
Yes, sure.
@mkundu1
I'm not able to reproduce this issue in windows. i.e. standalone mode.
It raises warning only in Linux. i.e container mode
As per the code it is working fine because it should raise warning if we specify cwd
to launch Fluent in other mode than standalone.
cc: @seanpearsonuk @prmukherj
@mkundu1 @seanpearsonuk
As we are specifying in above code that env, cwd, topy, case_file_name, lightweight_mode, journal_file_names, case_data_file_name
are supported for Standalone mode only then should we remove them from constructor signature of PIM and Container launcher ?
Closing because not able to reproduce.
I'm getting this warning now.
@mkundu1 @seanpearsonuk
I think we have already removed arguments that are supported for Standalone mode only from constructors of PIM and Container launcher so maintaining this code and raising this warning is redundant.
I think we shall remove this code and warning.
Shall we remove this code now ?
I think if we use launch_fluent
then this check will need there.
@mkundu1
I have tried to reproduce this issue on my and @prmukherj 's system (with latest changes) but it is not reproducible. Therefore closing this now. It's may be a random issue.