RE: [Condor-users] condor_exec.exe on linux machine?


Date: Mon, 14 Feb 2005 11:55:17 -0500
From: "Gooding, Stephen L" <goodings@xxxxxxxxxx>
Subject: RE: [Condor-users] condor_exec.exe on linux machine?
That worked! Thanks Ian.

Lee


-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx on behalf of Ian Chesal
Sent: Mon 2/14/2005 11:42 AM
To: Condor-Users Mail List
Subject: RE: [Condor-users] condor_exec.exe on linux machine?
 
Lee,

You cannot run a .bat file on a Linux machine. That's a Windows-specific
scripting technology. What about trying a shell or perl script instead? 

- Ian


________________________________

	From: condor-users-bounces@xxxxxxxxxxx
[mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Gooding, Stephen
L
	Sent: February 14, 2005 11:19 AM
	To: condor-users@xxxxxxxxxxx
	Subject: [Condor-users] condor_exec.exe on linux machine?
	
	

	Hi,
	
	I am getting an error that we can't quite figure out.
	
	Here it is:
	
	007 (108.000.000) 02/14 11:15:09 Shadow exception!
	        Error from starter on cr-031.envision.purdue.edu: Failed
to execute '/var/condor/execute/dir_9837/condor_exec.exe condor_exec.exe
-rd . -s 12.0000 -e 12.0000 -b 1.0000 condorTest.mb': Exec format error
	        0  -  Run Bytes Sent By Job
	        65698  -  Run Bytes Received By Job
	
	I am submitting from a Windows machine to a linux machine. The
render node is a linux box.
	
	I have been messing with my job file and I can't figure it out.
Here is my job file (keep in mind that I have been changing it over and
over trying the smallest things.
	
	####JOB DESC####
	Universe = vanilla
	
	Executable = lRender
	
	environment = MAYA_LOCATION=/usr/aw/maya|HOME=/tmp
	
	output = cr.out
	
	log = cr.log
	error = cr.err
	notification = Never
	
	##requirements = (OpSys == "WINNT51") && (Machine ==
"hood.ics.purdue.edu") || (Machine == "stew102mon1.ics.purdue.edu")
	requirements = (OpSys == "LINUX")
	
	## NEEDS TO BE USER ROOT DIR ON HOLD (Linux machines may have
trouble with the path)
	##initialdir = \\dollar.ics.purdue.edu\render_output           
	initialdir = C:\condorJob\render_output\
	
	transfer_input_files = source_files/condorTest.mb
	
	Arguments = -rd . -s 12.0000 -e 12.0000 -b 1.0000 condorTest.mb
	Queue
	
	Arguments =-rd . -s 16.0000 -e 16.0000 -b 1.0000 condorTest.mb
	Queue
	
	Arguments =-rd . -s 17.0000 -e 17.0000 -b 1.0000 condorTest.mb
	Queue
	
	Arguments =-rd . -s 18.0000 -e 18.0000 -b 1.0000 condorTest.mb
	Queue
	
	Arguments =-rd . -s 19.0000 -e 19.0000 -b 1.0000 condorTest.mb
	Queue
	
	Arguments = -rd . -s 20.0000 -e 20.0000 -b 1.0000 condorTest.mb
	Queue
	
	Arguments =  -rd . -s 21.0000 -e 21.0000 -b 1.0000 condorTest.mb
	Queue
	
	Arguments =  -rd . -s 22.0000 -e 22.0000 -b 1.0000 condorTest.mb
	Queue
	
	####BATCH FILE####
	I put everything in my batch file from: Render, mayabatch
-render, ./Render...
	
	I'm not sure if that is correct.
	
	Thanks again for any help,
	
	Lee  



_______________________________________________
Condor-users mailing list
Condor-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

<<winmail.dat>>

[← Prev in Thread] Current Thread [Next in Thread→]