Skip to content

Commit

Permalink
Add limit to number of ranks in addition to nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs committed Nov 9, 2023
1 parent 24dfbb3 commit 2423fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Run Saxpy Experiments
working-directory: ./workspace/saxpy/openmp/x86/workspace/
run: |
ramble -c variables:n_nodes:1 --workspace-dir . --disable-progress-bar --disable-logger on
ramble -c variables:n_nodes:1 -c variables:n_ranks:1 --workspace-dir . --disable-progress-bar --disable-logger on
- name: Analyze Saxpy Results
working-directory: ./workspace/saxpy/openmp/x86/workspace/
run: |
ramble -c variables:n_nodes:1 --workspace-dir . --disable-progress-bar --disable-logger workspace analyze
ramble --workspace-dir . --disable-progress-bar --disable-logger workspace analyze

0 comments on commit 2423fdb

Please sign in to comment.