Changeset 702 for branches


Ignore:
Timestamp:
08/05/13 19:12:18 (3 years ago)
Author:
mmckerns
Message:

moved lattice and buckshot examples to use pathos import if found;
buckshot example uses VerboseLoggingMonitor? and write_support_file;
abstract_launcher uses 'source' not 'pickle', 'scatter' not 'pool', and timeout;
migrated python_map to newer pyina and pathos pool keywords, mappers, launchers;
similarly migrated abstract_map_solver to new keywords, mappers, launchers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UQ/legacy/envelope/Looper_BoLiSurr_Cy.py

    r688 r702  
    2323 
    2424# MPI 
    25 nodes = '25:ppn=2' # using mp_map in solver, means 4 processor per (Cy,theta) 
     25nodes = '25:ppn=2' # if pathos.multiprocessing, then 4 processor per (Cy,theta) 
    2626queue = 'weekdayQ' 
    2727timelimit = '11:59:59' 
Note: See TracChangeset for help on using the changeset viewer.