This commit is contained in:
Stephen Mardson McQuay 2011-03-31 21:19:20 -06:00
parent 6874e95cfe
commit dbba5c4044
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/env python
import sys
import os
import time
from multiprocessing.managers import BaseManager
@ -63,7 +64,7 @@ if __name__ == '__main__':
g = ggrid(input_file)
g.q = np.array([exact(x) for x in g.verts])
myname = "%s-%d" % os.uname()[1], os.getpid())
myname = "%s-%d" % (os.uname()[1], os.getpid())
shutdown = False
while not shutdown: