Skip to content

Commit

Permalink
renaming mpi dir to mpi-only (#374)
Browse files Browse the repository at this point in the history
* renaming mpi dir to mpi-only

* fixing path in CI
  • Loading branch information
pearce8 authored Sep 24, 2024
1 parent 5191b34 commit ce0263e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,22 +185,22 @@ jobs:
# --disable-logger \
# workspace setup --dry-run

- name: Dry run laghos/mpi on LLNL-Magma-Penguin-icelake-OmniPath with allocation modifier
- name: Dry run laghos/mpi-only on LLNL-Magma-Penguin-icelake-OmniPath with allocation modifier
run: |
./bin/benchpark setup laghos/mpi LLNL-Magma-Penguin-icelake-OmniPath workspace/
./bin/benchpark setup laghos/mpi-only LLNL-Magma-Penguin-icelake-OmniPath workspace/
. workspace/setup.sh
ramble \
--workspace-dir workspace/laghos/mpi/LLNL-Magma-Penguin-icelake-OmniPath/workspace \
--workspace-dir workspace/laghos/mpi-only/LLNL-Magma-Penguin-icelake-OmniPath/workspace \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
- name: Dry run laghos/mpi on LLNL-Ruby-icelake-OmniPath with allocation modifier
- name: Dry run laghos/mpi-only on LLNL-Ruby-icelake-OmniPath with allocation modifier
run: |
./bin/benchpark setup laghos/mpi LLNL-Ruby-icelake-OmniPath workspace/
./bin/benchpark setup laghos/mpi-only LLNL-Ruby-icelake-OmniPath workspace/
. workspace/setup.sh
ramble \
--workspace-dir workspace/laghos/mpi/LLNL-Ruby-icelake-OmniPath/workspace \
--workspace-dir workspace/laghos/mpi-only/LLNL-Ruby-icelake-OmniPath/workspace \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
Expand Down
File renamed without changes.

0 comments on commit ce0263e

Please sign in to comment.