Skip to content

Commit 68ae6e9

Browse files
committed
Reduce threadCount from 40 to 10
1 parent 595205d commit 68ae6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_cmip5_xml_daily.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def xmlWrite(inpath,outfile,host_path,cdat_path,start_time,queue1):
441441
##### Set batch mode processing, console printing on/off and multiprocess loading #####
442442
batch = True ; # True = on, False = off
443443
batch_print = False ; # Write log messages to console - suppress from cron daemon ; True = on, False = off
444-
threadCount = 40 ; # ~36hrs xml creation solo ; 50hrs xml creation crunchy & oceanonly in parallel
444+
threadCount = 10 ; # ~36hrs xml creation solo ; 50hrs xml creation crunchy & oceanonly in parallel
445445
##### Set batch mode processing, console printing on/off and multiprocess loading #####
446446

447447
# Set time counter and grab timestamp

0 commit comments

Comments
 (0)