source: sasmodels/multi_compare.bat @ facb052

ticket-1257-vesicle-productticket_1156ticket_822_more_unit_tests
Last change on this file since facb052 was 5753e4e, checked in by Paul Kienzle <pkienzle@…>, 8 years ago

support compare/multi_compare on windows

  • Property mode set to 100644
File size: 388 bytes
Line 
1@echo off
2
3rem === Set the python path to include sasview
4for /D %%i in (..\sasview\build\lib*) do set SASVIEW=%%i
5set PYTHONPATH=..\bumps;../periodictable;%SASVIEW%
6rem echo PYTHONPATH=%PYTHONPATH%
7
8rem === Set the pyopencl control parameters
9rem set PYOPENCL_COMPILER_OUTPUT=1
10rem set PYOPENCL_CTX=0
11
12rem === Set OpenMP or not
13rem set SAS_OPENMP=1
14
15python -m sasmodels.compare_many %*
16
Note: See TracBrowser for help on using the repository browser.