Hello Everybody,
I've been looking for a solution to a problem with
running an example perl script in condor. The perl
script on successful run should produce an output file
named by the host name, which is running properly if I
run in local machine. But, if I submit it in condor,
the script is ending up without generating the proper
output file.
I am generating the command files for number of
machines as:
universe = standard
requirements = (OpSys == "SOLARIS27" && Arch ==
"SUN4u")||(OpSys == "SOLARIS28" && Arch ==
"SUN4u")||(OpSys == "LINUX" && Arch == "INTEL")
allow_startup_script = True
executable = /usr/bin/perl
transfer_executable = false
output =
/nfs/condor/soumya/perl/output/job_0.out
error = /nfs/condor/soumya/perl/err/job_0.err
arguments = /nfs/condor/soumya/perl/bin/test.pl
log = /nfs/condor/soumya/perl/log/job_0.log
queue
#even I tried "executable =
/nfs/condor/soumya/perl/bin/test.pl" with "arguments"
none.
The log file generated shows the job has been executed
in different machine:
000 (16942.000.000) 01/17 23:36:26 Job submitted from
host: <172.16.4.94:48436>
...
001 (16942.000.000) 01/17 23:36:28 Job executing on
host: <172.16.4.51:32772>
...
005 (16942.000.000) 01/17 23:36:28 Job terminated.
(1) Normal termination (return value 29)
Usr 0 00:00:00, Sys 0 00:00:00 - Run
Remote Usage
Usr 0 00:00:00, Sys 0 00:00:00 - Run
Local Usage
Usr 0 00:00:00, Sys 0 00:00:00 -
Total Remote Usage
Usr 0 00:00:00, Sys 0 00:00:00 -
Total Local Usage
232 - Run Bytes Sent By Job
12900 - Run Bytes Received By Job
232 - Total Bytes Sent By Job
12900 - Total Bytes Received By Job
...
And the outfile generated as "job_0.out" with no
content in it.
Could you please point out the mistake I am doing and
any probable solution for it.
Regards,
Soumyadeep
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
_______________________________________________
Condor-users mailing list
Condor-users@xxxxxxxxxxx
http://lists.cs.wisc.edu/mailman/listinfo/condor-users