source: sasmodels/compare.sh @ ce166d3

core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change on this file since ce166d3 was 5753e4e, checked in by Paul Kienzle <pkienzle@…>, 8 years ago

support compare/multi_compare on windows

  • Property mode set to 100755
File size: 371 bytes
Line 
1#!/bin/bash
2
3sasview=( ../sasview/build/lib.* )
4sep=$(python -c "import os;print(os.pathsep)")
5PYTHONPATH=../bumps${sep}../periodictable${sep}$sasview
6export PYTHONPATH
7#echo PYTHONPATH=$PYTHONPATH
8
9#PYOPENCL_COMPILER_OUTPUT=1; export PYOPENCL_COMPILER_OUTPUT
10#PYOPENCL_CTX=${CTX:-1}; export PYOPENCL_CTX
11
12#SAS_OPENMP=1; export SAS_OPENMP
13
14python -m sasmodels.compare $*
Note: See TracBrowser for help on using the repository browser.