Changeset d0fdba2 in sasmodels


Ignore:
Timestamp:
Jul 19, 2018 1:26:52 PM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master
Children:
55e82f0
Parents:
f41027b
Message:

document default paths in sascomp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/compare.py

    rf41027b rd0fdba2  
    114114 
    115115    === environment variables === 
    116     -DSAS_MODELPATH=path sets directory containing custom models 
    117     -DSAS_WEIGHTS_PATH=path sets directory containing custom distributions 
     116    -DSAS_MODELPATH=~/.sasmodels/custom_models sets path to custom models 
     117    -DSAS_WEIGHTS_PATH=~/.sasview/weights sets path to custom distributions 
    118118    -DSAS_OPENCL=vendor:device|none sets the target OpenCL device 
    119119    -DXDG_CACHE_HOME=~/.cache sets the pyopencl cache root (linux only) 
    120120    -DSAS_COMPILER=tinycc|msvc|mingw|unix sets the DLL compiler 
    121     -DSAS_OPENMP=1 turns on OpenMP for the DLLs 
    122     -DSAS_DLL_PATH=path sets the path to the compiled modules 
     121    -DSAS_OPENMP=0 set to 1 to turn on OpenMP for the DLLs 
     122    -DSAS_DLL_PATH=~/.sasmodels/compiled_models sets the DLL cache 
    123123 
    124124The interpretation of quad precision depends on architecture, and may 
Note: See TracChangeset for help on using the changeset viewer.