Commit ae431a1e authored by Greenwood, Scott's avatar Greenwood, Scott
Browse files

no message

parent 89c4493a
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -41,9 +41,9 @@ If you use ExaDigiT and/or AutoCSM in your research, please cite our work:

**ExaDigit**:

    @inproceedings{exadigit,
    title={ExaDigiT: A Framework for Digital Twins of Liquid-cooled Supercomputers Demonstrating Comprehensive Modeling of Workloads, Power, and Cooling},
    author={Brewer, W. and Dash, S. and Maiterth, S. and Greenwood, S. and Shin, W. and Grant, D. and others},
    @inproceedings{inproceedings,
    title={A Digital Twin Framework for Liquid-cooled Supercomputers as Demonstrated at Exascale}, 
    author={Brewer, Wesley and Maiterth, Matthias and Kumar, Vineet and Wojda, Rafal and Bouknight, Sedrick and Hines, Jesse and Shin, Woong and Greenwood, Scott and Grant, David and Williams, Wesley and Wang, Feiyi},
    booktitle={SC24: International Conference for High Performance Computing, Networking, Storage and Analysis},
    pages={1--18},
    year={2024},
@@ -59,6 +59,8 @@ If you use ExaDigiT and/or AutoCSM in your research, please cite our work:
    pages={210--219},
    year={2024},
    organization={Modelica Association}
    doi= {10.3384/ECP207208},
    url= {https://ecp.ep.liu.se/index.php/modelica/article/view/1146/1053}
    }

**AutoCSM Software**:
+2 −0
Original line number Diff line number Diff line
@@ -214,6 +214,8 @@ def main(json_file_path, project_path, base_path, parent_class, output_path, str
        unifrom (list[2] bool): controls if structure [0] and sources [1] should be assumed uniform or individually
        force_redeclare (bool): adds redeclare statement to file even when child class remains unchanged from the default value
    """
    global_variables_interface.clear() # Clear global variable
    
    data_orig = helper_functions.read_json(json_file_path)
    
    #TODO: Data check section