- Timestamp:
- 06/23/15 10:15:38 (11 months ago)
- Location:
- branches/UQ/legacy
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UQ/legacy/MM_OUQ_StAlData.py
r776 r800 36 36 ####################################################################### 37 37 def optimize(cost,_bounds,_constraints): 38 from pathos. multiprocessing import ProcessingPool as Pool38 from pathos.pools import ProcessPool as Pool 39 39 from mystic.solvers import DifferentialEvolutionSolver2 40 40 from mystic.termination import ChangeOverGeneration as COG -
branches/UQ/legacy/envelope/Driver_BoLiSurr_Cy.py
r776 r800 43 43 # with multiprocessing 44 44 ##nodes = 7 #len(runs) 45 ##from pathos. multiprocessing import ProcessingPool as Pool45 ##from pathos.pool import ProcessPool as Pool 46 46 ##results = Pool(nodes).map(looper, runs) 47 47 # with MPI -
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 -
branches/UQ/legacy/envelope/envelope.py
r776 r800 236 236 # with multiprocessing 237 237 # nodes = 4 #len(runs) 238 # from pathos. multiprocessing import ProcessingPool as Pool238 # from pathos.pool import ProcessPool as Pool 239 239 # results = Pool(nodes).map(model_sausage, runs) 240 240 # with MPI
Note: See TracChangeset
for help on using the changeset viewer.