Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Exploratory] Starting a script for llnl-weekly suite #64

Draft
wants to merge 14 commits into
base: develop
Choose a base branch
from
Draft
16 changes: 16 additions & 0 deletions suites/llnl-weekly/init.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash

../../bin/benchpark setup saxpy/openmp x86 ../../../llnl-weekly
../../bin/benchpark setup amg2023/openmp x86 ../../../llnl-weekly
../../bin/benchpark setup raja-perf/openmp x86 ../../../llnl-weekly


ramble workspace create -d merged_suite
ramble workspace activate merged_suite
cat >> merged_suite/configs/ramble.yaml << EOF
ramble:
include:
- saxpy/openmp/ramble.yaml
- amg2023/openmp/ramble.yaml
- raja-perf/openmp/ramble.yaml
EOF