Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Jobs are Executed Only on the Central Manager
- Date: Mon, 18 Sep 2006 09:24:11 -0500
- From: Daniel Forrest <forrest@xxxxxxxxxxxxx>
- Subject: Re: [Condor-users] Jobs are Executed Only on the Central Manager
Leo,
> So that others can follow, I have the following submit file:
>
> should_transfer_file = YES
> when_to_transfer_file = ON_EXIT
These should be:
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
(Note the missing "s" and "output" instead of "file".)
> After I fire up condor_submit I got the following. I submitted this
> job from my central manager (in this case phys-ugradlab01)
>
> ShouldTransferFiles = "NO"
> TransferFiles = "NEVER"
> Requirements = (Arch == "INTEL") && (OpSys == "LINUX") && (Disk >= DiskUsage) && ((Memory * 1024) >= ImageSize) && (TARGET.FileSystemDomain == MY.FileSystemDomain)
Because 'ShouldTransferFiles == "NO"', your "Requirements" are asking
for a matching "FileSystemDomain". That is why the jobs will only run
on your central manager.
You should see:
ShouldTransferFiles = "YES"
TransferFiles = "ONEXIT"
WhenToTransferOutput = "ON_EXIT"
If the submit works correctly.
--
Daniel K. Forrest Laboratory for Molecular and
forrest@xxxxxxxxxxxxx Computational Genomics