Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 575 Bytes

README.rst

File metadata and controls

25 lines (16 loc) · 575 Bytes

Python utilities for the SigProC cluster

Installation

Installation is via pip:

$ pip install sigprocge

Or, for the latest development version:

$ pip install git+http://github.com/sigproc/python-sigprocge

OpenCL

The sigproc.cl module contains functions allowing automatic selection of an appropriate OpenCL context for the Grid Engine queue your job has been scheduled in. See the examples/opencl_example_job.sh and examples/opencl_example.py files.