3 lines
81 B
Bash
3 lines
81 B
Bash
|
|
#!/bin/bash
|
||
|
|
RANK=0 python3 test_send_recv.py &
|
||
|
|
RANK=1 python3 test_send_recv.py &
|