Skip to content

Commit

Permalink
move files
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Jan 5, 2024
1 parent dbd6b84 commit ec1016a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/available-system-specs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ Current System Configurations

The table below provides a directory of information for systems that have been
defined in Benchpark. The column headers in the table below are available for
use as the ``system`` parameter in Benchpark setup.
use as the ``system`` parameter in Benchpark setup. See
:doc:`4-benchpark-setup` for more details.

.. csv-table:: Current system definitions in Benchpark.
:file: current-system-definitions.csv
:file: tables/current-system-definitions.csv
:header-rows: 1
:align: left
2 changes: 1 addition & 1 deletion docs/generate-sys-defs-list.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def main():
mega_df_tpose.set_index([""], inplace=True)

# Write out current system definitions to CSV format
mega_df_tpose.to_csv("current-system-definitions.csv")
mega_df_tpose.to_csv("tables/current-system-definitions.csv")


if __name__ == "__main__":
Expand Down
File renamed without changes.

0 comments on commit ec1016a

Please sign in to comment.