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

Re: [Condor-users] Submiting a simple perl script as a job.



Charles, can you please give us the output of
condor_q -held

That will give us an idea of why the job was held.

Steve Timm


On Tue, 17 Feb 2009, Charles Embry wrote:

I am a graduate student and part of my GA assignment is getting a condor pool started on a ROCKS cluster. The job is held but never runs.

I moved it to the same directory that the hello.sh example is located in. I changed the permissions of the perl script via chmod 755.  The perl file runs in the terminal normally but does nor run in condor.
This is test script.
#!/usr/bin/perl
#test script for condor
# this should print
# 1
# 2
# 3
# 4
# 5
# hello
for ($i= 1 ; $i < 5 ; ++$i)
{
   print "$i\n";
}
print 'hello';

This is the submit file

-  <!--  /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} a:link, span.MsoHyperlink 	{color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{color:purple; 	text-decoration:underline; 	text-underline:single;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} -->   Universe = Vanilla
 Executable =./hellobinf.pl
 Output = hellobinf.out
 Error = hellobinf.err
 Log = hellobinf.log
 Queue
  
The problem is with the submit file I believe but i cannot figure out what it is. Does anyone see my mistake?




--
------------------------------------------------------------------
Steven C. Timm, Ph.D  (630) 840-8525
timm@xxxxxxxx  http://home.fnal.gov/~timm/
Fermilab Computing Division, Scientific Computing Facilities,
Grid Facilities Department, FermiGrid Services Group, Assistant Group Leader.