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