Sample condor job runs

From Research IT

Jump to: navigation, search

Siesta

Place the following lines in a file called siesta_run, then execute condor_submit siesta_run


 Executable = /network/rit/home/as845383/siesta_new/siesta-2.0.1/Src/siesta
 Requirements = (Arch=="X86_64")  
 universe   = vanilla
 input = 64si.fdf
 log = log.out
 output = 64si.out
 error = error.out
 queue 1

To submit jobs where files will be assigned different process numbers (stating with zero queue #-1 )

 universe   = vanilla
 executable =/network/rit/lab/ritstaff/balrog_sw/orca_amd64_exe/orca
 arguments = job$(Process)/MyMol.inp
 log = job$(Process)/log.out
 output = job$(Process)/MyMol.out
 error = job$(Process)/error.out
 queue 4



 Condor Manual[1]
Personal tools