From: Luca C. <lcl...@uc...> - 2009-06-25 17:24:15
|
Malcolm Tobias wrote: > Luca, > > On Thursday 25 June 2009 11:59:50 am you wrote: >> can you send me the $CATALINA_HOME/logs/catalina.out ? > > I've attached it. > >> To further debug your problem with torque, would it be possible to have >> an account on agave? > > I'll have to look into getting the PI's permission. > > Cheers, > Malcolm > > Malcom, The problem you are experiencing is due to the fact that you don't have available the libdrmaa.so on your LD_LIBRARY_PATH. This library should be shipped with your scheduler. Please check that echo $LD_LIBRARY_PATH points to the base directory where you have your libdrmaa.so. If not you have to add the path to you LD_LIBRARY_PATH and restart tomcat. I'm not an expert of torque but taking a look at the documentation it seems that you have to use routing queue to specify the default queue for the opaluser. Please have a look at http://www.clusterresources.com/torquedocs21/4.1queueconfig.shtml You should route all the job to opal_queue first and then to all the other queues. Then opal_queue should have the acl_users enabled only for opaluser. Sincerely, Luca |