-
Notifications
You must be signed in to change notification settings - Fork 8
Debugging
-
Use
which pythonto check that you have the correct python in the the$PATH -
Make sure that the default python in bash is always the correct python. Logging in and out of the bash shell and typing
which pythonwill show you if this is the case or not -
Start python, run
import sagaandimport bigjob. If you see errors with shared libraries, check that you have the correct compiler stack (module swap pgi gccon ranger) and the correct globus modules (module load globus). -
Submit a job. If it fails: check that you can submit jobs normally i.e. with
qsubvia an sge script. Check the queue limits on job size and duration -
Set
SAGA_VERBOSE=100to get more debugging. This will give you the RLS string -
Check that you have an active proxy: grid-proxy-info to see if you have one or not. Otherwise use myproxy to start one.
myproxy-logon -T -t <time> -l <xsede website username> -
On tacc systems, you can ssh into gridftp1.ls4 and gridftp1.ranger and: ls -lt /tmp/* |grep . This will show you the sge scripts that are translations of your RLS script. Try to submit those sge scripts and check the resulting error to see what went wrong.