ROC_SHMEM icon indicating copy to clipboard operation
ROC_SHMEM copied to clipboard

Show and log what the functional test driver is running

Open abouteiller opened this issue 9 months ago • 0 comments

Tyical output looks like


mpirun -n 2 -mca pml ucx -x ROCSHMEM_MAX_NUM_CONTEXTS=1 tests/functional_tests/rocshmem_example_driver -a 2 -w 1 -z 1 -s 1048576 >> logs/put_n2_w1_z1_1048576B.log
mpirun -n 2 -mca pml ucx -x ROCSHMEM_MAX_NUM_CONTEXTS=1 tests/functional_tests/rocshmem_example_driver -a 2 -w 1 -z 1024 -s 512 >> logs/put_n2_w1_z1024_512B.log
mpirun -n 2 -mca pml ucx -x ROCSHMEM_MAX_NUM_CONTEXTS=8 tests/functional_tests/rocshmem_example_driver -a 2 -w 8 -z 1 -s 1048576 >> logs/put_n2_w8_z1_1048576B.log

abouteiller avatar Mar 28 '25 17:03 abouteiller