[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] problem submitting a job



On Thu, 03 Feb 2005 15:08:00 -0500, Darryl Cook <dlc@xxxxxxxxxxxxxxx> wrote:
> well I finally got it to run by changing the universe from globus to
> vanilla.   Not sure what that means really but it works :-)

Why on earth were you using a globus universe if you don't have a globus grid?

When trying to test a pool start with the supplied examples in the distribution
(printname being a very good start)

Globus is solely for use when trying to interoperate with globus.

Standard is how condor works best if you can relink your code and you
only run on unix (or to be more exact a particular subset thereof)
This gives you checkpointing support out of the box so to speak

Vanilla is the most simple, run anything with no special features (no
checkpointing unless you jump through many hoops and do it yourself)

Java is similar to vanilla but for running java jobs.

If you haven't found this out yet you need to reread the manual...