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