File: compare.bat

package info (click to toggle)
sasmodels 1.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 16,488 kB
  • sloc: python: 26,277; ansic: 8,036; makefile: 150; sh: 63
file content (15 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@echo off

rem === Set the python path to include sasview
for /D %%i in (..\sasview\build\lib*) do set SASVIEW=%%i
set PYTHONPATH=..\bumps;../periodictable;%SASVIEW%
rem echo PYTHONPATH=%PYTHONPATH%

rem === Set the pyopencl control parameters
rem set PYOPENCL_COMPILER_OUTPUT=1
rem set PYOPENCL_CTX=0

rem === Set OpenMP or not
rem set SAS_OPENMP=1

python -m sasmodels.compare %*