source: sasmodels/compare.sh @ d1fe925

gh-pages
Last change on this file since d1fe925 was d1fe925, checked in by ajj, 8 years ago

Creating gh_pages branch for docs

  • Property mode set to 100755
File size: 202 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
11./compare.py $*
Note: See TracBrowser for help on using the repository browser.