Hi,
I'm still having issues configuring galaxy to submit jobs in cluster.
Looks like jobs are generally queued using SGE in our cluster. So, I'm trying to configure galaxy to submit jobs via SGE.
I'm trying to set a DRMAA_LIBRARY_PATH but unable to locate the libdrmaa.so file as indicated in WIKI.
running the command
>locate libdrmaa
yields nothing. However running the command
>locate libdrm
yields
/usr/lib64/libdrm.so.2
/usr/lib64/libdrm.so.2.4.0
/usr/lib64/libdrm_intel.so.1
/usr/lib64/libdrm_intel.so.1.0.0
/usr/lib64/libdrm_nouveau.so.2
/usr/lib64/libdrm_nouveau.so.2.0.0
/usr/lib64/libdrm_radeon.so.1
/usr/lib64/libdrm_radeon.so.1.0.1
/usr/share/doc/libdrm-2.4.50
/usr/share/doc/libdrm-2.4.50/README
Could anybody help how and where to find the file so I can set the DRMAA path?
THanks, B