Skip to content

Commit

Permalink
Removing files that are not relevant: job.sh and benchmark.csv and
Browse files Browse the repository at this point in the history
removing the statement from madelung that puts benchmark.csv as path
within the output parameter.
  • Loading branch information
Satish Kamath committed Jun 11, 2024
1 parent df8873c commit aebfdc1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 47 deletions.
34 changes: 0 additions & 34 deletions eessi/testsuite/tests/apps/espresso/benchmarks.csv

This file was deleted.

10 changes: 0 additions & 10 deletions eessi/testsuite/tests/apps/espresso/src/job.sh

This file was deleted.

3 changes: 0 additions & 3 deletions eessi/testsuite/tests/apps/espresso/src/madelung.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
default=False, required=False, help="Use GPU implementation")
parser.add_argument("--topology", metavar=("X", "Y", "Z"), nargs=3, action="store",
default=None, required=False, type=int, help="Cartesian topology")
parser.add_argument("--output", metavar="FILEPATH", action="store",
type=str, required=False, default="benchmarks.csv",
help="Output file (default: benchmarks.csv)")
group = parser.add_mutually_exclusive_group()
group.add_argument("--weak-scaling", action="store_true",
help="Weak scaling benchmark (Gustafson's law: constant work per core)")
Expand Down

0 comments on commit aebfdc1

Please sign in to comment.