Updates for the modern era

This commit is contained in:
Steven Robertson
2013-12-21 15:32:37 -08:00
parent 328682f936
commit d832b6bc98
2 changed files with 2 additions and 2 deletions

2
dist/server.py vendored
View File

@ -55,7 +55,7 @@ def setup_worker_listener(addrs, tq, rq):
print ' >', ' '.join(addr)
if task.hash not in compcache:
try:
rsp = Renderer.compile(task.anim, arch='sm_21')
rsp = Renderer.compile(task.anim, arch='sm_35')
except:
# Store exceptions, so that we don't try to endlessly
# recompile bad genomes