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