Skip to content

Commit

Permalink
remove commented system init
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Oct 22, 2024
1 parent cb3fdda commit 7ab0583
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab/ci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ test_run:
script:
- . /usr/workspace/benchpark-dev/benchpark-venv/$SYS_TYPE/bin/activate
# Initialize system & experiment
#- ./bin/benchpark system init --dest=tioga-system tioga rocm=551 compiler=cce ~gtl # works, but verbose
- ./bin/benchpark system init --dest=tioga-system tioga ~gtl # simplest working
#- ./bin/benchpark system init --dest=tioga-system tioga # errors
- ./bin/benchpark system init --dest=tioga-system tioga ~gtl
- ./bin/benchpark experiment init --dest=saxpy-benchmark saxpy programming_model=openmp
# Build Saxpy Workspace
- ./bin/benchpark setup saxpy-benchmark tioga-system workspace/
Expand Down

0 comments on commit 7ab0583

Please sign in to comment.