Hi guys,
This is my first time to come across to drmaa, so a bit confused.
I installed teh galaxy on a NFS location where can be accessed clsuter-wide. I have configured in universe_wsgi.ini:
start_job_runners = drmaa
and export the libdrmaa path:
export DRMAA_LIBRARY_PATH=/opt/sge/lib/lx-amd64/libdrmaa.so.1.0
Sound like that's all. But I am not sure how galaxy can actually bind to my cluster? Anywhere I need to specify the qmaster URL etc?
Or simply configure galaxy host to be a submission host of the cluster, the galaxy will fetch all information by itself?