Changeset 3f5a566 in sasmodels
- Timestamp:
- Oct 9, 2016 10:26:22 AM (8 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- ed10b57
- Parents:
- 59994557
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/ref/gpu/gpu_computations.rst
r711f17e r3f5a566 5 5 **************** 6 6 SasView model evaluations can run on your graphics card (GPU) or they can run 7 on the processor (CPU). 7 on the processor (CPU). In general, calculations performed on the GPU will run faster. 8 8 9 9 To run on the GPU, your computer must have OpenCL drivers installed. … … 39 39 chose to run the model. 40 40 41 If you don't want to use OpenCL, you can set*SAS_OPENCL=None*42 in the environment, and it will only use normal programs. 41 **If you don't want to use OpenCL, you can set** *SAS_OPENCL=None* 42 **in your environment settings, and it will only use normal programs.** 43 43 44 44 If you want to use one of the other devices, you can run the following
Note: See TracChangeset
for help on using the changeset viewer.