Changeset d0fdba2 in sasmodels
- Timestamp:
- Jul 19, 2018 1:26:52 PM (6 years ago)
- Branches:
- master
- Children:
- 55e82f0
- Parents:
- f41027b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/compare.py
rf41027b rd0fdba2 114 114 115 115 === environment variables === 116 -DSAS_MODELPATH= path sets directory containingcustom models117 -DSAS_WEIGHTS_PATH= path sets directory containingcustom distributions116 -DSAS_MODELPATH=~/.sasmodels/custom_models sets path to custom models 117 -DSAS_WEIGHTS_PATH=~/.sasview/weights sets path to custom distributions 118 118 -DSAS_OPENCL=vendor:device|none sets the target OpenCL device 119 119 -DXDG_CACHE_HOME=~/.cache sets the pyopencl cache root (linux only) 120 120 -DSAS_COMPILER=tinycc|msvc|mingw|unix sets the DLL compiler 121 -DSAS_OPENMP= 1 turnson OpenMP for the DLLs122 -DSAS_DLL_PATH= path sets the path to the compiled modules121 -DSAS_OPENMP=0 set to 1 to turn on OpenMP for the DLLs 122 -DSAS_DLL_PATH=~/.sasmodels/compiled_models sets the DLL cache 123 123 124 124 The interpretation of quad precision depends on architecture, and may
Note: See TracChangeset
for help on using the changeset viewer.