Skip to content

Commit

Permalink
update experiment init with new booleans
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Nov 20, 2024
1 parent 70c2c7a commit b7f28df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab/ci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ test_run_tioga_rocm:
- . /usr/workspace/benchpark-dev/benchpark-venv/$SYS_TYPE/bin/activate
# Initialize system & experiment
- ./bin/benchpark system init --dest=tioga-system tioga ~gtl
- ./bin/benchpark experiment init --dest=${BENCHMARK}-benchmark ${BENCHMARK} rocm=oui
- ./bin/benchpark experiment init --dest=${BENCHMARK}-benchmark ${BENCHMARK}+rocm
# Build Workspace
- ./bin/benchpark setup ${BENCHMARK}-benchmark tioga-system workspace/
# Setup Ramble & Spack
Expand Down Expand Up @@ -169,7 +169,7 @@ test_run_kripke_openmp:
else
./bin/benchpark system init --dest=$HOST-system cts cluster=$HOST
fi
- ./bin/benchpark experiment init --dest=kripke-benchmark kripke openmp=oui
- ./bin/benchpark experiment init --dest=kripke-benchmark kripke+openmp
# Build Workspace
- ./bin/benchpark setup kripke-benchmark $HOST-system workspace/
# Setup Ramble & Spack
Expand Down Expand Up @@ -214,7 +214,7 @@ test_run_saxpy_openmp:
else
./bin/benchpark system init --dest=$HOST-system cts cluster=$HOST
fi
- ./bin/benchpark experiment init --dest=saxpy-benchmark saxpy openmp=oui
- ./bin/benchpark experiment init --dest=saxpy-benchmark saxpy+openmp
# Build Workspace
- ./bin/benchpark setup saxpy-benchmark $HOST-system workspace/
# Setup Ramble & Spack
Expand Down

0 comments on commit b7f28df

Please sign in to comment.