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

Re: [Condor-users] ERROR: You are trying to submit a "standard" job to Condor. However, this installation of Condor does not support the Standard Universe.



Hi,
so I  have modified my job file with:                                                                                          

####################
  # Show use of command line arguments.
  ####################

  executable     = hostname -f
  universe       = vanilla

  output         = fib.out
  error          = fib.error
  log            = fib.log

  queue

But when I type sudo_submit myfirstjob I get:

Submitting job(s)
ERROR: Executable file hostname -f does not exist

What's wrong?

--- Lun 19/4/10, Carsten Aulbert <carsten.aulbert@xxxxxxxxxx> ha scritto:

Da: Carsten Aulbert <carsten.aulbert@xxxxxxxxxx>
Oggetto: Re: [Condor-users] ERROR: You are trying to submit a "standard" job to Condor. However, this installation of Condor does not support the Standard Universe.
A: condor-users@xxxxxxxxxxx
Cc: "michele pierri" <pierm4ci@xxxxxxxx>
Data: Lunedì 19 Aprile 2010, 11:05

Hi

On Monday 19 April 2010 11:02:16 michele pierri wrote:
> I have to change my condor_config file?

Yes, jsut try the hostname example once more, remove the arguments line (or
change it to arguments = -f) and then change the universe=standard line to
universe=vanilla.

the submit it again

HTH

Carsten