source: sasmodels/compare.sh @ 4a82d4d

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

Spherical SLD working expect low q region

  • Property mode set to 100755
File size: 381 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
9PYOPENCL_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.