core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change
on this file since 8898d0f was
0a4628d,
checked in by wojciech, 9 years ago
|
Scale and background paramters frozen in line model
|
-
Property mode set to
100755
|
File size:
716 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 -m sasmodels.compare_many $* |
---|
15 | |
---|
16 | #for dim in 1d100 2d32; do |
---|
17 | # python -m sasmodels.compare_many all 100 $dim 0 > ${dim}_poly_0.csv |
---|
18 | # python -m sasmodels.compare_many all 100 $dim 1e-5 > ${dim}_poly_1e-5.csv |
---|
19 | # python -m sasmodels.compare_many all 100 $dim 1e-3 > ${dim}_poly_1e-3.csv |
---|
20 | # python -m sasmodels.compare_many all 100 $dim mono > ${dim}_mono.csv |
---|
21 | #done |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.