source: sasmodels/compare.sh @ e922c5d

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

move compare/compare_many into sasmodels package

  • Property mode set to 100755
File size: 217 bytes
Line 
1#!/bin/bash
2
3#SASVIEW=$(ls -d ../sasview/build/lib.*)
4SASVIEW=( ../sasview/build/lib.* )
5#PYOPENCL_CTX=${CTX:-1}
6PYTHONPATH=../bumps:../periodictable:$SASVIEW
7export PYTHONPATH
8
9set -x
10
11python -m sasmodels.compare $*
Note: See TracBrowser for help on using the repository browser.