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

From WolfTech
Jump to navigation Jump to search
Line 22: Line 22:
 
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 – [[media:simbench.tar.gz]]
+
*Windows – [[media:simbench.tar.gz|simbench.tar.gz]]
*Unix        – [[media:simbench.tar.gz]]
+
*Unix        – [media:simbench.tar.gz]

Revision as of 19:38, 12 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 ]