-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
geocode: add OMP_NUM_THREADS control
+ add geocode/check_num_processor() to check OMP_NUM_THREADS if it's defined in environment variable and use it if --nprocs is not specified. + set default --nprocs to 1 because 1) bonding between pykdtree and openmp is not clear yet and 2) the speedup is negligible for macport install and slows down for conda install + change default nprocs value to 1 in objects/resample.py + detect lookup table file in current directory besides the INPUTS directory.
- Loading branch information
Showing
3 changed files
with
39 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters