File: compare.sh

package info (click to toggle)
sasmodels 1.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 16,464 kB
  • sloc: python: 26,296; ansic: 8,051; makefile: 148; sh: 63
file content (14 lines) | stat: -rwxr-xr-x 382 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

sasview=( ../sasview/build/lib.* )
sep=$(python -c "import os;print(os.pathsep)")
PYTHONPATH=../bumps${sep}../periodictable${sep}$sasview
export PYTHONPATH
#echo PYTHONPATH=$PYTHONPATH

#PYOPENCL_COMPILER_OUTPUT=1; export PYOPENCL_COMPILER_OUTPUT
#PYOPENCL_CTX=${CTX:-1}; export PYOPENCL_CTX

#SAS_OPENMP=1; export SAS_OPENMP

${PYTHON:-python} -m sasmodels.compare $*