Skip to content

Commit de73a43

Browse files
author
Malmahrouqi3
committed
dissociate forcefully rdma_mpi from test_all
1 parent ed07060 commit de73a43

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/frontier/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gpus=`rocm-smi --showid | awk '{print $1}' | grep -Eo '[0-9]+' | uniq | tr '\n'
44
ngpus=`echo "$gpus" | tr -d '[:space:]' | wc -c`
55

66
if [ "$job_device" == "gpu" ]; then
7-
./mfc.sh test -a --rdma-mpi --max-attempts 3 -j $ngpus -- -c frontier
7+
./mfc.sh test --rdma-mpi --max-attempts 3 -j $ngpus -- -c frontier
88
else
9-
./mfc.sh test -a --max-attempts 3 -j 32 -- -c frontier
9+
./mfc.sh test --max-attempts 3 -j 32 -- -c frontier
1010
fi

toolchain/mfc/run/run.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
from ..common import format_list_to_string, file_dump_yaml
1414

1515
from . import queues, input
16-
17-
16+
1817
def __validate_job_options() -> None:
1918
if not ARG("mpi") and any({ARG("nodes") > 1, ARG("tasks_per_node") > 1}):
2019
raise MFCException("RUN: Cannot run on more than one rank with --no-mpi.")

0 commit comments

Comments
 (0)