Skip to content
Snippets Groups Projects
Commit ad66dff2 authored by Christoph Alt's avatar Christoph Alt
Browse files

fixed typo

parent f7415bb1
No related branches found
No related tags found
1 merge request!7Add a new benchmark case
Pipeline #688469 passed
Pipeline: cx-test

#688470

    ......@@ -24,6 +24,7 @@
    "processingtype": "uniformgrid_sqlite",
    "branch_regex": "",
    "project_id_regex": "",
    "skip": true,
    "after_script": [
    "!reference [.export_variables, before_script]",
    "!reference [.upload, script]",
    ......@@ -63,7 +64,7 @@
    "buildpath": "apps/benchmarks/Percolation",
    "jobscript" : "jobscript/benchmarks/percolationgpu.sh",
    "datafile": "gpu_benchmark_channel_flow_*.sqlite3",
    "processingtype": "perculation_sqlite",
    "processingtype": "percolation_sqlite",
    "branch_regex": "kemmler/particle_coupling_GPU",
    "project_id_regex": "",
    "after_script": [
    ......
    ......@@ -18,7 +18,7 @@ def get_argparser():
    "-t",
    "--type",
    help=("Determine how file is processed is ",
    "(mesa_pd|pfac_csv|mesa_pd_sqlite|uniformgrid_sqlite|energy_json|gravitywave_sqlite|perculation_sqlite)"),
    "(mesa_pd|pfac_csv|mesa_pd_sqlite|uniformgrid_sqlite|energy_json|gravitywave_sqlite|percolation_sqlite)"),
    required=True
    )
    parser.add_argument(
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment