We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a286c1 commit 266141cCopy full SHA for 266141c
1 file changed
.github/workflows/ci.yml
@@ -60,13 +60,10 @@ jobs:
60
echo "2. mori-ibgda test case: write_inline_gpu"
61
./build/examples/write_inline_gpu
62
63
- echo "3. mori-ibgda test case: atiomic_gpu"
64
- ./build/examples/atomic_gpu
65
-
66
- echo "4. mori-ibgda test case: send_recv_gpu"
+ echo "3. mori-ibgda test case: send_recv_gpu"
67
./build/examples/send_recv_gpu
68
69
- echo "5. mori-ibgda test case: dist_write"
+ echo "4. mori-ibgda test case: dist_write"
70
mpiexec --allow-run-as-root -x MORI_GLOBAL_LOG_LEVEL=TRACE -np 2 ./build/examples/dist_write -c 4 -t 256 -q 4
71
72
echo "1. mori-shmem test case: test_api.py"
0 commit comments