Skip to content

Commit

Permalink
update tests to use new ariel mpi interface
Browse files Browse the repository at this point in the history
  • Loading branch information
plavin committed Sep 23, 2024
1 parent 239e782 commit 34c1133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sst/elements/ariel/tests/testMPI/ariel-reduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

if mpi_mode:
core.addParams({
"mpilauncher": "./mpilauncher",
"mpimode" : 1,
"mpiranks": mpiranks,
"mpitracerank" : tracerank,
})
Expand Down
2 changes: 1 addition & 1 deletion src/sst/elements/ariel/tests/testMPI/demo1.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

if mpi_mode:
core.addParams({
"mpilauncher": "./mpilauncher",
"mpimode" : 1,
"mpiranks": mpiranks,
"mpitracerank" : 0,
})
Expand Down

0 comments on commit 34c1133

Please sign in to comment.