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

Re: [Condor-users] file transfer problems with vanilla job





--On 11 November 2004 16:42 -0600 Colin Stolley <stolley@xxxxxxxxxxx> wrote:

Alan Christy Arokiam wrote:

I wasted time writing a fotran message polling loop to catch the
WMCLOSE_32 signal that condor sends before dying if configured to. The
code works, as tested by others and myself but condor did not transfer
output files.

I suspect that the issues Derek mentioned are more pertinent, but I
should also point out that in 6.6.6 (and 6.7.2) there is a bug that
occurs in Windows XP and Windows 2000 SP2 and above that causes console
apps to be undetectable by Condor, so Condor never gets the chance to
send the WM_CLOSE. This is fixed, and will work properly in the next
release.

For now, you can either give your application a WinMain() function
(instead of main(), so that Condor can find the application's window), or
just have your job periodically checkpoint itself.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Is there any point in doing this ? If files are only staged back if the
job runs to completion then only the results need to be saved just before
completion (if there's sufficient memory).  Saved state information
cannot be transferred back if the jobs is killed and is of no use once
the job has run to completion.

regards,

-ian.


cheers, Colin _______________________________________________ Condor-users mailing list Condor-users@xxxxxxxxxxx http://lists.cs.wisc.edu/mailman/listinfo/condor-users