core_shell_microgelscostrafo411magnetic_modelticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change
on this file since f8f5a37 was
ec7e360,
checked in by Paul Kienzle <pkienzle@…>, 9 years ago
|
refactor option processing for compare.py, allowing more flexible selection of calculation engines
|
-
Property mode set to
100755
|
File size:
382 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | sasview=( ../sasview/build/lib.* ) |
---|
4 | sep=$(python -c "import os;print(os.pathsep)") |
---|
5 | PYTHONPATH=../bumps${sep}../periodictable${sep}$sasview |
---|
6 | export 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.