Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] What am I missing in this submit
- Date: Thu, 13 Oct 2011 16:56:39 -0500
- From: Daniel Forrest <dan.forrest@xxxxxxxxxxxxx>
- Subject: Re: [Condor-users] What am I missing in this submit
On Thu, Oct 13, 2011 at 04:13:45PM -0500, Nathan Panike wrote:
> When I to submit the following file:
>
> executable = /exports/home/pravindran/CODE/LMCGcode/INCA/Surf/Release/Surf.exe
> arguments = group1-2064509
> should_transfer_files = YES
> when_to_transfer_output = ON_EXIT
> transfer_input_files = /exports/home/pravindran/DATA/LMCG/group1-2064509
> transfer_output_files = group1-2064509-avg.maps,group1-2064509-dist.maps,group1-2064509-sdev.maps,group1-2064509-viz.maps
> output = surf.$(cluster).$(process).out
> error = surf.$(cluster).$(process).err
> log = surf.$(cluster).$(process).log
> requirements = regexp("^WIN",TARGET.OPsys,"i") =!= 0
> universe = vanilla
> queue
>
> My job matches, but I get a shadow exception:
>
> 000 (897600.000.000) 10/13 15:54:47 Job submitted from host: <192.168.0.149:56294>
> ...
> 007 (897600.000.000) 10/13 15:58:27 Shadow exception!
> Error from starter on slot2@xxxxxxxxxxxxxxxxxxxxxxxxx: Could not initiate file transfer
> 0 - Run Bytes Sent By Job
> 0 - Run Bytes Received By Job
> ...
>
> I am running condor_submit on a Linux machine, and the executable is
> for Windows.
transfer_input_files is a directory.
Not supported, at least for the version of Condor you are using.
--
Dan