- ###############################################################
- # Condor submission script for linear least squares code
- ###############################################################
- copy_to_spool = False
- Executable = linlsqOpt
- arguments = inputTomo$(Process).txt
- Output = ./tomo/condoroutputtomo/runOutput$(Process).txt
- Error = ./tomo/condoroutputtomo/runError$(Process).txt
- Log = ./tomo/condoroutputtomo/linlsqLog$(Process).txt
- Queue 9
|