I'm currently working on Condor 7.4 on window machines. I have one central manager(window 7),one submit and one execute machines.I've been able to run the examples successfully & even some vanilla jobs. Matlab jobs run, but don't provide the output back to the submit node . The job seems to be running and executing fine on the execute machine, but it isn't transferring output files upon job completion to the submit machine.. I’m not too sure what's going wrong but hopefully someone out there can point me in the right direction.
I have attached the output files.
My submit file
#####################################################
# matlab.condor
#
executable = C:\Program Files\MATLAB\R2009a\bin\win32\matlab..exe
arguments = -nojvm -r factorial
universe = vanilla
requirements = ( OpSys=="WINNT51" ) && ( ARCH=="INTEL" )
input = factorial.m
Rank=machine=="condor_dell1.xxx.xxxx.edu"
should_transfer_files = yes
transfer_executable = false
when_to_transfer_output = always
notification = NEVER
log = factorial.txt
output = factorial.out
error = factorial.err
queue
########################################
shadowlog
12/10 11:13:49 Locale: English_United States.1252
12/10 11:13:49 ******************************************************
12/10 11:13:49 ** condor_shadow (CONDOR_SHADOW) STARTING UP
12/10 11:13:49 ** C:\condor\bin\condor_shadow.exe
12/10 11:13:49 ** SubsystemInfo: name=SHADOW type=SHADOW(6) class=DAEMON(1)
12/10 11:13:49 ** Configuration: subsystem:SHADOW local:<NONE> class:DAEMON
12/10 11:13:49 ** $CondorVersion: 7.4.0 Oct 31 2009 BuildID: 193173 $
12/10 11:13:49 ** $CondorPlatform: INTEL-WINNT50 $
12/10 11:13:49 ** PID = 16184
12/10 11:13:49 ** Log last touched 12/10 09:40:21
12/10 11:13:50 ******************************************************
12/10 11:13:50 Using config source: C:\condor\condor_config
12/10 11:13:50 Using local config sources:
12/10 11:13:50
C:\condor/condor_config.local
12/10 11:13:50 DaemonCore: Command Socket at <xxx.xxx.xxx.xxx:2145>
12/10 11:13:50 Initializing a VANILLA shadow for job 99.0
12/10 11:13:50 (99.0) (16184): Request to run on slot1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx <xxx.xxx.xxx.xxx:1060> was ACCEPTED
######################################################################
I have attached the output files.
I got it in the execute machine C:\condor\execute.
Thanks
Tom
Attachment:
.job.ad
Description: Binary data
Attachment:
.machine.ad
Description: Binary data
Attachment:
factorial.out
Description: Binary data