From: Eric Fayolle Date: Tue, 20 Sep 2022 13:32:10 +0000 (+0200) Subject: Gestion du login & Du temps simulation MC X-Git-Tag: merge_uncertainty_odysee_1210~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e327cac630f21c7c68c2f9ee660395e6cfc5ed39;p=tools%2Feficas.git Gestion du login & Du temps simulation MC --- diff --git a/ReacteurNumerique/cata_UQ.py b/ReacteurNumerique/cata_UQ.py index 2f945789..844c59fc 100644 --- a/ReacteurNumerique/cata_UQ.py +++ b/ReacteurNumerique/cata_UQ.py @@ -1451,8 +1451,8 @@ def creeOperExpressionIncertitude(monDicoVarDeter, monDicoVarSortie,scriptPosttr val_min = 1, defaut =10000, fr = "Nombre maximum de réalisations", ang = "maximum sampling size ",), - MaximumElapsedTime = SIMP ( statut = "f", typ = "I", - val_min = 1, defaut = 60, #TODO: statut = "f" + MaximumElapsedTime = SIMP ( statut = "o", typ = "I", # Incohérence Doc Persalys : 60s par défaut + val_min = 1, defaut = 3600, #TODO: statut = "f" unite = "secondes", fr = "Temps elapse maximum pour l'exécution globale", ang = "Maximum elapse time for the whole simulation",), @@ -1518,7 +1518,7 @@ def creeOperExpressionIncertitude(monDicoVarDeter, monDicoVarSortie,scriptPosttr bloc_OT_local = BLOC (condition = 'ExecutionMode == "desktop"', JobName = SIMP ( statut = 'o', typ ="TXM", defaut='idefix_rn_job'), ResourceName = SIMP ( statut = 'o', typ ="TXM", defaut ='localhost'), - Login = SIMP ( statut = 'o', typ ="TXM", defaut ='C65845'), #TODO + Login = SIMP ( statut = 'o', typ ="TXM", defaut = os.getlogin() ), # WorkDirectory = SIMP ( statut = 'o', typ='Repertoire' , defaut='/tmp/C65845_workingdir_uncertainty'), #TODO: Login + NonExistent WorkDirectory = SIMP ( statut = 'o', typ='TXM' , defaut='/tmp/C65845_workingdir_uncertainty'), #TODO: Login + NonExistent # ResultDirectory = SIMP ( statut = 'o', typ='Repertoire' , defaut='/tmp/idefix_rn_job'), #TODO: JobName