source: sasmodels/compare_all.sh @ 216a9e1

core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change on this file since 216a9e1 was 216a9e1, checked in by Paul Kienzle <pkienzle@…>, 10 years ago

batch generate random old/new comparisons across all models

  • Property mode set to 100755
File size: 405 bytes
Line 
1#!/bin/sh
2
3PYOPENCL_CTX=1
4PYTHONPATH=../bumps:../periodictable:../sasview/build/lib.macosx-10.5-x86_64-2.7
5export PYOPENCL_CTX PYTHONPATH
6
7for dim in 1d100 2d32; do
8    ./compare_many.py all 100 $dim 0 > $dim_poly_0.csv
9    ./compare_many.py all 100 $dim 1e-5 > $dim_poly_1e-5.csv
10    ./compare_many.py all 100 $dim 1e-3 > $dim_poly_1e-3.csv
11    ./compare_many.py all 10000 $dim mono > $dim_mono.csv
12done
Note: See TracBrowser for help on using the repository browser.