On Dec 10, 2007, at 7:27 AM, Petr Man wrote:
Now I have some questions about how the job submission works. The
command above doesn't end until the job in the cluster has
finished. This is definitely not good. What happens, if the user's
credentials expire in that time? The default which grid-proxy-init
gives me are 12 hours. That is far too short, I expect our users to
run jobs over weeks or possibly months.
GRAM4 supports credential renewal, so you could wind up updating the
job's delegated credential every twelve hours or so. Also notice
that you can submit in batch mode and not stay attached in the
monitor mode the whole time.
[EMAIL PROTECTED]:globus$ $GLOBUS_LOCATION/libexec/globus-scheduler-
event-generator -s pbs -t 42
Fault: globus_xio: Operation was canceled
This still fails (obviously). How can I choose gcc32 target instead
of gcc32dbg when compiling pbs support for globus from source?
Add --with-flavor=gcc32 to your configure line.
Charles