source: sasmodels/compare_all.sh @ d547f16

core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change on this file since d547f16 was 34d49af, checked in by pkienzle, 10 years ago

find sasview path dynamically in compare_all

  • Property mode set to 100755
File size: 454 bytes
RevLine 
[216a9e1]1#!/bin/sh
2
[34d49af]3SASVIEW=$(ls -d ../sasview/build/lib.*)
[216a9e1]4PYOPENCL_CTX=1
[34d49af]5PYTHONPATH=../bumps:../periodictable:$SASVIEW
[216a9e1]6export PYOPENCL_CTX PYTHONPATH
7
[34d49af]8echo PYTHONPATH=$PYTHONPATH
[8fc26f8]9set -x
10
[216a9e1]11for dim in 1d100 2d32; do
[8fc26f8]12    ./compare_many.py all 100 $dim 0 > ${dim}_poly_0.csv
13    ./compare_many.py all 100 $dim 1e-5 > ${dim}_poly_1e-5.csv
14    ./compare_many.py all 100 $dim 1e-3 > ${dim}_poly_1e-3.csv
15    ./compare_many.py all 10000 $dim mono > ${dim}_mono.csv
[216a9e1]16done
Note: See TracBrowser for help on using the repository browser.