Changeset 2941 for branch


Ignore:
Timestamp:
Jul 22, 2017 3:54:17 PM (6 years ago)
Author:
toby
Message:

prepare for multiprocessing implementation

Location:
branch/2frame
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branch/2frame/config_example.py

    r2930 r2941  
    148148'''Specifies the width of phase tick marks in pixels.
    149149Fractional values do seem to produce an effect. Default is 1.'''
     150
    150151Contour_color = 'Paired'
    151152''' Specifies the color map to be used for contour plots (images, pole figures, etc.)
    152153'''
     154
     155Multiprocessing_cores = -1
     156''' Specifies the number of cores to use when performing multicore computing. A number less
     157than zero (default) causes the recommended number of cores [using multiprocessing.cpu_count()]
     158to be used. Setting this number to 0 or 1 avoids use of the multiprocessing module: all
     159computations are performed in-line.
     160'''
Note: See TracChangeset for help on using the changeset viewer.