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

Re: [Condor-users] Fwd: question about job requirement



There is no other reasons but your executable program. If your program
is ready for both linux and windows, you can run condor jobs on both
platform. You may include
OpSys=="LINUX"&&Arch=="INTEL"||OpSys=="LINUX"&&Arch=="X86_64"||OpSys=="WINNT51"
&&Arch=="INTEL" into your requirements.
Then condor_master will match the nodes for your condor jobs.

weimin

On 7/23/07, Hao Liu <guzi5618@xxxxxxxxx> wrote:
Dear All,

A simple question just popped up in my head:
when a user submit a job, how does he specify/know the requirements
(such as Requirements   = Memory >= 32 && OpSys == "SOLARIS28" && Arch
=="SUN4u"  )?  How does user know OpSys == "LINUX" is not eligible for
this job?
Does the user have to some tests for running the job before submitting
to condor?

And how is the resource requirments related to a job?  Do you guys
have a specific example to explain why sometime a job can only run on
a particular type of computers ? Many thanks

Regards,


Hao
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/