forked from AntaresSimulatorTeam/antares-xpansion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml.in
More file actions
19 lines (19 loc) · 1.06 KB
/
config.yaml.in
File metadata and controls
19 lines (19 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DEFAULT_INSTALL_DIR : ${CURRENT_RUNTIME_OUTPUT_DIRECTORY}
ANTARES : @ANTARES_SOLVER_APP@
MERGE_MPS : $<TARGET_FILE_NAME:merge_mps>
BENDERS : @BENDERS@
LP_NAMER : $<TARGET_FILE_NAME:lp_namer>
STUDY_UPDATER : $<TARGET_FILE_NAME:xpansion-study-updater>
FULL_RUN : $<TARGET_FILE_NAME:full_run>
OUTER_LOOP : $<TARGET_FILE_NAME:outer_loop>
SENSITIVITY : $<TARGET_FILE_NAME:sensitivity>
ANTARES_ARCHIVE_UPDATER : $<TARGET_FILE_NAME:antares_archive_updater>
mpiexec : @MPIEXEC_EXECUTABLE@
# Trajectory investment modules
MULTIPLE_PROBLEM_GENERATION : $<TARGET_FILE_NAME:multiple_problem_generation>
MERGE_MASTER_MPS : $<TARGET_FILE_NAME:merge_master_mps>
MERGE_WEIGHTS_TRAJECOTRY : $<TARGET_FILE_NAME:merge_weights_trajectory>
#for test only
allow_run_as_root : ${ALLOW_RUN_AS_ROOT}
AVAILABLE_SOLVER :
@AVAILABLE_SOLVER_YML_LIST@