Exemplo n.º 1
0
def start_remote():
    import mathlan
    mathlan.execute([ "cd thesis && python FetchData.py %s &" % (i) for i in alphabet ])
Exemplo n.º 2
0
def start_remote():
    import mathlan
    mathlan.execute(
        ["cd thesis && python FetchData.py %s &" % (i) for i in alphabet])
Exemplo n.º 3
0
def stop_remote():
    import mathlan
    mathlan.execute([ "killall python" for i in alphabet ])
Exemplo n.º 4
0
def stop_remote():
    import mathlan
    mathlan.execute(["killall python" for i in alphabet])