## Condor submit description (script) file for matrix_threads.c user_path = /home/faculty/petrosp/EPL372/SPRING2016/Labs/Lab3-pThreadsMMCondor ## 1. Specify the [path and] name for the executable file... executable = $(user_path)/matrix_serial.out ## 2. Specify Condor execution environment. notification = error universe = vanilla getenv = True ## 3. Specify remote execution machines running Windows XP (required)... REQUIREMENTS = (machine == "octa.in.cs.ucy.ac.cy") && ((ARCH == "INTEL") || (ARCH == "X86_64")) REQUIREMENTS = (machine == "cs6472.in.cs.ucy.ac.cy") && ((ARCH == "INTEL") || (ARCH == "X86_64")) ## 4. Define input files and arguments #Input = stdin.txt #Arguments = in1 in2 out1 ## 5. Define output/error/log files #------------------------------ Initialdir = $(user_path) arguments = 1 output = $(user_path)/log/matrix_threads.output error = $(user_path)/log/matrix_threads.err log = $(user_path)/log/matrix_threads.log ## 7. Add the job to the queue Queue