Show
Ignore:
Timestamp:
05/01/08 15:10:42 (7 months ago)
Author:
edsuom
Message:

Finally doing some inital runs & debugging

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/AsynCluster/trunk/setup.py

    r119 r171  
    4040 
    4141### Define setup options 
    42 kw = {'version':'0.3', 
     42kw = {'version':'0.4', 
    4343      'license':'GPL', 
    4444      'platforms':'OS Independent', 
     
    5555      'scripts':['ndm', 'console', 'coreworker'], 
    5656       
    57       'zip_safe':True 
     57      'zip_safe':True, 
     58      'include_package_data':True, 
    5859      } 
    5960 
     
    6263    'taskqueue', 'queue', 'priority', 'tasks', 'jobs', 
    6364    'cluster', 'clustering', 'parallel', 'grid', 
    64     'genetic', 'evolution', 'evolutionary computing', 'GE', 'GA', 'GP'] 
     65    'Monte Carlo', 'stochastic', 'stochastic volatility', 'modeling'] 
    6566 
    6667kw['classifiers'] = [ 
     
    7980 
    8081kw['description'] = " ".join(""" 
    81 Asynchronous cluster management based on the Twisted framework, with 
    82 evolutionary computing tools for asynchronous node processing
     82Asynchronous cluster management based on the Twisted framework, with a 
     83Population Monte Carlo package included as a usage example
    8384""".split("\n")) 
    8485 
     
    8687Asynchronous operation of a computing cluster with a Node Display Manager (NDM) 
    8788that allows regular workstation usage of cluster nodes with computing jobs 
    88 running behind the scenes. Includes evolutionary computing tools (under 
    89 construction) that make effective use of the asynchronous node processing 
    90 capabilities that are provided. 
     89running behind the scenes. As a usage example, a package 'svpmc' for Population 
     90Monte Carlo inference of multivariate stochastic volatility models is included. 
    9191""".split("\n")) 
    9292