pygridtools / drmaa-python

Python wrapper around the C DRMAA library.
Other
109 stars 28 forks source link

Update scripts in examples directory to match current tutorial code #32

Open dan-blanchard opened 9 years ago

dan-blanchard commented 9 years ago

Currently, the scripts in the examples directory haven't been touched for many years. The RTD tutorial is much more up-to-date.

stevekm commented 6 years ago

What is the status of these example scripts? Are they supposed to work? I cannot get them to work, not sure if its due to the issue mentioned here or not;

$ python drmaa-python/examples/example1.py

Unable to communicate with master.cm.cluster(192.168.10.1)
A session was started successfully
Traceback (most recent call last):
  File "drmaa-python/examples/example1.py", line 15, in <module>
    main()
  File "drmaa-python/examples/example1.py", line 12, in main
    s.exit()
  File "/ifs/data/molecpathlab/venv/lib/python2.7/site-packages/drmaa/session.py", line 271, in exit
    py_drmaa_exit()
  File "/ifs/data/molecpathlab/venv/lib/python2.7/site-packages/drmaa/wrappers.py", line 80, in py_drmaa_exit
    return _lib.drmaa_exit(error_buffer, sizeof(error_buffer))
  File "/ifs/data/molecpathlab/venv/lib/python2.7/site-packages/drmaa/errors.py", line 151, in error_check
    raise _ERRORS[code - 1](error_string)
drmaa.errors.NoActiveSessionException: code 5: drmaa: No active DRMAA session.

I also have these set, not sure if its related:

$ echo $SGE_ROOT
/cm/shared/apps/sge/2011.11p1
$ echo $SGE_CELL
default