Skip to content

Commit

Permalink
update lci test
Browse files Browse the repository at this point in the history
  • Loading branch information
JiakunYan committed Nov 8, 2024
1 parent 40b7c4f commit 0775cf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lcit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +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"
"export LCI_MAX_SINGLE_MESSAGE_SIZE=1000 ; ${SRUN_EXE} -n 2 ${SRUN_EXTRA_ARG} [TARGET] --op 2l --min-msg-size=1000 --max-msg-size=4001 --nsteps 1"
"export LCI_MAX_SINGLE_MESSAGE_SIZE=1000 ; ${SRUN_EXE} -n 2 ${SRUN_EXTRA_ARG} [TARGET] --op 1l --min-msg-size=1000 --max-msg-size=4001 --nsteps 1"
)

add_lci_tests(
Expand Down

0 comments on commit 0775cf7

Please sign in to comment.