Changeset 250fa25 in sasmodels for sasmodels/sasview_model.py


Ignore:
Timestamp:
Feb 16, 2015 9:01:09 AM (9 years ago)
Author:
pkienzle
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
10576d1
Parents:
f786ff3
Message:

autoselect gpu for opencl if available

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/sasview_model.py

    rf786ff3 r250fa25  
    2828except ImportError,exc: 
    2929    warnings.warn(str(exc)) 
    30     warnings.warn("OpenCL not available --- using ctypes instead") 
     30    warnings.warn("using ctypes instead") 
    3131    from .kerneldll import load_model 
    3232 
Note: See TracChangeset for help on using the changeset viewer.