Skip to content

Commit

Permalink
Add CI on x86 and default-compiler to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
dyokelson authored and slabasan committed Jan 15, 2025
1 parent 95dbc66 commit c89d2e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -616,3 +616,13 @@ jobs:
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
- name: Dry run salmon/openmp with allocation modifier on x86
run: |
./bin/benchpark setup salmon/openmp nosite-x86_64 workspace/
. workspace/setup.sh
ramble \
--workspace-dir workspace/salmon/openmp/nosite-x86_64/workspace \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
2 changes: 1 addition & 1 deletion legacy/experiments/salmon/openmp/ramble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ramble:
compiler: default-compiler
cmake:
pkg_spec: cmake
compiler: compiler-gcc
compiler: default-compiler
environments:
salmon-tddft:
packages:
Expand Down

0 comments on commit c89d2e6

Please sign in to comment.