|
None | __init__ (self, ResumeStudyData resume_study_data) |
|
| launch (self) |
|
| set_simulation_output_path (self, Path simulation_output_path) |
|
|
| _load_resume_options (self) |
|
| _update_options_file (self) |
|
|
| _simulation_output_path = simulation_output_path |
|
◆ allow_run_as_root
antares_xpansion.resume_study.ResumeStudy.allow_run_as_root |
Initial value:= resume_options.get(
LauncherOptionsKeys.allow_run_as_root_key(), LauncherOptionsDefaultValues.DEFAULT_ALLOW_RUN_AS_ROOT())
◆ antares_n_cpu
antares_xpansion.resume_study.ResumeStudy.antares_n_cpu |
Initial value:= resume_options.get(
LauncherOptionsKeys.antares_n_cpu_key(), LauncherOptionsDefaultValues.DEFAULT_ANTARES_N_CPU())
◆ keep_mps
antares_xpansion.resume_study.ResumeStudy.keep_mps |
Initial value:= resume_options.get(LauncherOptionsKeys.keep_mps_key(
), LauncherOptionsDefaultValues.DEFAULT_KEEPMPS())
◆ launcher_options_file
antares_xpansion.resume_study.ResumeStudy.launcher_options_file |
Initial value:= self._simulation_output_path / \
resume_study_data.launcher_options_file
◆ method
antares_xpansion.resume_study.ResumeStudy.method |
Initial value:= resume_options.get(
LauncherOptionsKeys.method_key(), LauncherOptionsDefaultValues.DEFAULT_METHOD())
◆ n_mpi
antares_xpansion.resume_study.ResumeStudy.n_mpi |
Initial value:= resume_options.get(
LauncherOptionsKeys.n_mpi_key(), LauncherOptionsDefaultValues.DEFAULT_NP())
◆ oversubscribe
antares_xpansion.resume_study.ResumeStudy.oversubscribe |
Initial value:= resume_options.get(
LauncherOptionsKeys.oversubscribe_key(), LauncherOptionsDefaultValues.DEFAULT_OVERSUBSCRIBE())
The documentation for this class was generated from the following file:
- src/python/antares_xpansion/resume_study.py