Difference between revisions of "Condor/Instructions to run jobs on Condor"

From WolfTech
Jump to navigation Jump to search
m (New page: =Instructions to run jobs on Condor= Choose one of the 3 programs below, download the zip file associated with the desired program and OS. ==Windows== #Extract the files from the “zip ...)
 
m
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Instructions to run jobs on Condor=
 
 
Choose one of the 3 programs below, download the zip file associated with the desired program and OS.  
 
Choose one of the 3 programs below, download the zip file associated with the desired program and OS.  
  
Line 10: Line 9:
 
#From your xterm, go the directory where you extracted these files and type “condor_submit submitb”
 
#From your xterm, go the directory where you extracted these files and type “condor_submit submitb”
  
+
==Test==
 
Run the “Hello World” program
 
Run the “Hello World” program
  
*Windows – helloworld.tar.gz
+
*Windows – [[media:helloworld-win.tar.gz|helloworld-win.tar.gz]]
*Unix        – helloworld.tar.gz
+
*Unix        – [[media:helloworld.tar.gz|helloworld.tar.gz]]
  
 
Run the “Hello World” as a benchmark (compiled for simplescalar)
 
Run the “Hello World” as a benchmark (compiled for simplescalar)
  
*Windows – hellobench.tar.gz
+
*Windows – [[media:hellobench-win.tar.gz|hellobench-win.tar.gz]]
*Unix        – hellobench.tar.gz
+
*Unix        – [[media:hellobench.tar.gz|hellobench.tar.gz]]
  
 
Run mcf – SPEC2000 benchmark (compiled for simplescalar) [ currently the benchmark runs for 100000 instructions, however, this can be modified in the submit script ]
 
Run mcf – SPEC2000 benchmark (compiled for simplescalar) [ currently the benchmark runs for 100000 instructions, however, this can be modified in the submit script ]
 
   
 
   
*Windows – simbench.tar.gz
+
*Windows – [[media:simbench-win.tar.gz|simbench.tar.gz]]
*Unix        – simbench.tar.gz
+
*Unix        – [[media:simbench-win.tar.gz|simbench.tar.gz]]
 +
 
 +
  Article created by Ravi Venkatesan of the CESR Research group

Latest revision as of 11:51, 14 September 2007

Choose one of the 3 programs below, download the zip file associated with the desired program and OS.

Windows

  1. Extract the files from the “zip file” using WinZip
  2. From the “DOS command prompt” on your Windows machine, go the directory where you extracted these files and type “condor_submit submitl”

Unix

  1. Extract the files from the “zip file” [ gunzip –c <filename> | tar xvf - ]
  2. From your xterm, go the directory where you extracted these files and type “condor_submit submitb”

Test

Run the “Hello World” program

Run the “Hello World” as a benchmark (compiled for simplescalar)

Run mcf – SPEC2000 benchmark (compiled for simplescalar) [ currently the benchmark runs for 100000 instructions, however, this can be modified in the submit script ]

  Article created by Ravi Venkatesan of the CESR Research group