source: sasmodels/compare.sh @ a0632d9

core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change on this file since a0632d9 was a0632d9, checked in by wojciech, 8 years ago

Used output for pyopencl but commented it back

  • Property mode set to 100755
File size: 382 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
14${PYTHON:-python} -m sasmodels.compare $*
Note: See TracBrowser for help on using the repository browser.