Changeset 800 for branches/UQ/legacy/envelope/Looper_BoLiSurr_Cy.py
- Timestamp:
- 06/23/15 10:15:38 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UQ/legacy/envelope/Looper_BoLiSurr_Cy.py
r776 r800 76 76 solver.SetConstraints(_constraints) 77 77 #ALTERNATE: multiprocessing map of cost function 78 ##from pathos. multiprocessing import ProcessingPool as Pool78 ##from pathos.pools import ProcessPool as Pool 79 79 ##solver.SetMapper(Pool().map) 80 80 #ALTERNATE: MPI map of cost function … … 384 384 # with multiprocessing 385 385 ##nodes = 7 #len(runs) 386 ##from pathos. multiprocessing import ProcessingPool as Pool386 ##from pathos.pools import ProcessPool as Pool 387 387 ##results = Pool(nodes).map(looper, runs) 388 388
Note: See TracChangeset
for help on using the changeset viewer.