Changeset 3866
- Timestamp:
- Apr 1, 2019 2:13:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImpsubs.py
r3438 r3866 60 60 return useMP,ncores 61 61 ncores = GSASIIpath.GetConfigValue('Multiprocessing_cores',0) 62 if ncores < 0: ncores = mp.cpu_count()/ 262 if ncores < 0: ncores = mp.cpu_count()//2 63 63 if ncores > 1: 64 64 useMP = True
Note: See TracChangeset
for help on using the changeset viewer.