Loading fmus/Marconi100.fmudeleted 100644 → 0 −4.7 MiB File deleted. View file fmus/lassen.fmu +2.95 MiB (7.32 MiB) File changed.No diff preview for this file type. View original file View changed file run_autocsm.py +9 −8 Original line number Diff line number Diff line Loading @@ -16,15 +16,16 @@ from pathlib import Path if __name__ == "__main__": # Location of the JSON specifications datacenters = ['json/marconi100.json','json/lassen.json', 'json/summit.json'] for datacenter in datacenters: # Instantiate AutoCSM csm = AutoCSM(language='modelica', architecture='nested') # You can turn off terminal animation if desired csm.terminal_animation = False # Load the JSON specification datacenters = ['json/marconi100.json', 'json/summit.json', 'json/lassen.json'] for datacenter in datacenters: # JSON describing the model csm.input_specification = datacenter Loading Loading
fmus/lassen.fmu +2.95 MiB (7.32 MiB) File changed.No diff preview for this file type. View original file View changed file
run_autocsm.py +9 −8 Original line number Diff line number Diff line Loading @@ -16,15 +16,16 @@ from pathlib import Path if __name__ == "__main__": # Location of the JSON specifications datacenters = ['json/marconi100.json','json/lassen.json', 'json/summit.json'] for datacenter in datacenters: # Instantiate AutoCSM csm = AutoCSM(language='modelica', architecture='nested') # You can turn off terminal animation if desired csm.terminal_animation = False # Load the JSON specification datacenters = ['json/marconi100.json', 'json/summit.json', 'json/lassen.json'] for datacenter in datacenters: # JSON describing the model csm.input_specification = datacenter Loading