Skip to main content

UGE Python Configuration Library

Project description

  1. Copyright 2016-2024 Altair Engineering Inc. Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License.

    You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

    See the License for the specific language governing permissions and limitations under the License.

UGE Python Configuration Library

Prerequisites

UGE PyCL requires recent versions of the following software:

  1. UGE (8.3.1p9, 8.4.0, or later)

  2. Python (v2.7.5 or later in v2.7 series)

  3. Setuptools (0.9.8 or later; for egg installation)

  4. Nose (1.3.7 or later; for testing)

  5. Sphinx (1.1.3 or later; for generating documentation)

  6. Standard development tools (make)

The software versions listed above were used for prototype development and testing, on CentOS 7.2 (64-bit). It is likely that any recent version of Python (such as those that come with current linux distributions) should work. UGE versions 8.3.1p9 or later or 8.4.0 and later will work with the Configuration API. Minor modifications to the code that checks versions will have to be made to support versions greater than 8.4.0.

Build

In the top level directory run:

$ make

The above command will create UGE PyCL egg package in the dist directory, which can be installed using the easy_install command. It will also run sphinx-build command and generate HTML documentation in the dist/doc/html directory.

Basic API Usage

For simple testing, without installing UGE PyCL egg package, do the following:

  1. Setup PYTHONPATH environment variable to point to the top level directory:

$ export PYTHONPATH=<UGE_PYCL_ROOT>

Note that the above step is not needed if UGE PyCL egg package is installed.

  1. Source the appropriate UGE setup file:

$ source <SGE_ROOT>/<SGE_CELL>/settings.sh
  1. List queues using QconfApi object:

$ python -c "from uge.api import QconfApi; api = QconfApi(); print api.list_queues()"

Running Test Suite

  1. Setup PYTHONPATH environment variable to point to the top level directory:

$ export PYTHONPATH=<UGE_PYCL_ROOT>

This step is not needed if UGE PyCL egg package is installed.

  1. Source the appropriate UGE setup file:

$ source <SGE_ROOT>/<SGE_CELL>/settings.sh
  1. Run test suite:

adjust test_values.json according to your needs, esp. the host_names have to be resolvable, otherwise some execution host tests might fail

$ make test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uge-pycl-8.9.0.tar.gz (74.2 kB view hashes)

Uploaded Source

Built Distribution

uge_pycl-8.9.0-py2.py3-none-any.whl (155.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page