Skip to content

Commit

Permalink
Add DRMAA_LIBRARY_PATH to env before starting the webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
afgane committed May 1, 2012
1 parent 25d5b3a commit 8910c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ghem/manage.py
Expand Up @@ -4,6 +4,7 @@

if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "ghem.settings")
os.environ.setdefault("DRMAA_LIBRARY_PATH", "/opt/sge/lib/lx24-amd64/libdrmaa.so.1.0")

from django.core.management import execute_from_command_line

Expand Down

0 comments on commit 8910c56

Please sign in to comment.