This submit file submits the job to the pre-web
services gram
service. It should work as-is with GT4. If you want
to submit to the
web services gram service, that'll require some
changes.
-- Jaime
On May 26, 2005, at 10:40 PM, J R wrote:
This is what I did when I used Globus 3.2:
executable = example.class
transfer_input_files= example.class
globusscheduler =
someserver.somewhere.edu/jobmanager-condor
universe = globus
globusRSL = (condor_submit=(universe java))
arguments = example
transfer_files = ALWAYS
should_transfer_files = YES
when_to_transfer_output = on_exit
output = globustest.out
log = globustest.log
notification = ALWAYS
notify_user=someone@xxxxxxxxxxxxx
queue
I want to get this to work with GT4.0.
J
--- Jaime Frey <jfrey@xxxxxxxxxxx> wrote:
On May 25, 2005, at 10:36 PM, J R wrote:
hello Everyone,
I know that this may sound incredibly weird, but
I
have this problem I must find a solution for:
*I need to have a job submission file that
submits
to
my GT4 universe a Java class to run. I know
that
I
can just use the Java universe that comes with
Condor,
however, I must do this through Condor. I have
enabled my globus-personal-gatekeeper and I have
that
line prepared to go into my submission file.
Can
someone please give me a sample that I can edit
to
fit
our needs? I am using the latest version of
Condor
that is available for download from the web. We
used
Globus 3.2 here for a while, and I could get it
to
work. I am all confused with going to GT 4.0.
I need a little more information before I can
answer
your question:
* Are you trying to use web services GRAM or
pre-web
services GRAM?
If you're using pre-web services GRAM (which the
globus-personal-
gatekeeper is used for), it's pretty much
identical
between Globus
3.2 and 4.0.
* How are you submitting the job to Globus? Are
you
using Condor-G or
the Globus command-line tools?
* What scheduler type are you submitting to (i.e.
what does Globus
use to run the job)? Fork is the default; condor,
pbs, and lsf are
other possibilities.
* What do you mean when you say that you have a
line
prepared to go
into your submission file?