implement distributed qr (#30)

This commit is contained in:
Robert Nishihara
2016-04-19 14:44:07 -07:00
committed by Philipp Moritz
parent bffae5a80e
commit 37ac8faae5
9 changed files with 471 additions and 122 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ if __name__ == '__main__':
orchpy.register_module(single.linalg)
orchpy.register_module(dist)
orchpy.register_module(dist.random)
# orchpy.register_module(dist.linalg)
orchpy.register_module(dist.linalg)
orchpy.register_module(sys.modules[__name__])
worker.main_loop()