Skip to content

Commit

Permalink
add tests for large messages
Browse files Browse the repository at this point in the history
  • Loading branch information
JiakunYan committed Nov 8, 2024
1 parent 5cbf570 commit da6cc0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/lcit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ add_lci_tests(
"${SRUN_EXE} -n 2 ${SRUN_EXTRA_ARG} [TARGET] --op 1s --nthreads 4 --nsteps 10"
"${SRUN_EXE} -n 2 ${SRUN_EXTRA_ARG} [TARGET] --op 1m --nthreads 4 --nsteps 10"
"${SRUN_EXE} -n 2 ${SRUN_EXTRA_ARG} [TARGET] --op 1l --nthreads 4 --nsteps 10"
"${SRUN_EXE} -n 2 ${SRUN_EXTRA_ARG} [TARGET] --op 2l --min-msg-size=2000000000 --max-msg-size=8000000000 --nsteps 1"
"${SRUN_EXE} -n 2 ${SRUN_EXTRA_ARG} [TARGET] --op 1l --min-msg-size=2000000000 --max-msg-size=8000000000 --nsteps 1"
)

add_lci_tests(
Expand Down

0 comments on commit da6cc0c

Please sign in to comment.