~ubuntu-branches/ubuntu/trusty/cctools/trusty-proposed

« back to all changes in this revision

Viewing changes to work_queue/src/python/TR_example_2.sh

  • Committer: Package Import Robot
  • Author(s): Michael Hanke
  • Date: 2011-10-26 11:51:10 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20111026115110-5pc2qxp03chldcdi
Tags: 3.4.0-1
* New upstream release.
* Improve DEP5 compliance of debian/copyright.
* Added patch to make "starch" use python instead of python2 as interpreter.
* Tighten build-dependencies (added swig and m4).
* Enable MPI-support for work-queue.
* Move to dh_python2.
* Split Python-bindings for workqueue into a dedicated package and build
  them for all supported Python versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
. ../../../dttools/src/test_runner.common.sh
 
4
 
 
5
export `grep CCTOOLS_PYTHON= ../../../Makefile.config`
 
6
 
 
7
prepare()
 
8
{
 
9
    exit 0
 
10
}
 
11
 
 
12
run()
 
13
{
 
14
    export PATH=../../../dttools/src:$PATH
 
15
    exec ${CCTOOLS_PYTHON} ./work_queue_example_2.py
 
16
}
 
17
 
 
18
clean()
 
19
{
 
20
    exit 0
 
21
}
 
22
 
 
23
dispatch $@