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

[draft] Testing Salmon/Openmp #391

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,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
12 changes: 0 additions & 12 deletions experiments/salmon/openmp/execute_experiment.tpl

This file was deleted.

6 changes: 2 additions & 4 deletions experiments/salmon/openmp/ramble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,12 @@ ramble:

software:
packages:
default-compiler:
pkg_spec: [email protected]
salmon-tddft:
pkg_spec: [email protected]
compiler: compiler-fj
compiler: default-compiler
cmake:
pkg_spec: cmake
compiler: compiler-gcc
compiler: default-compiler
environments:
salmon-tddft:
packages:
Expand Down