added script to start many nodes

This commit is contained in:
Kevin Froman 2020-04-04 00:58:49 -05:00
부모 da1940cc8e
커밋 653954714f
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제

8
start-many-nodes.py Normal file
파일 보기

@ -0,0 +1,8 @@
import os
n = int(input("how many nodes: "))
for _ in range(n):
os.system('./start-ram.sh')