######################## # Submit description file for short test program ######################## Executable = short.sh #Universe = standard Universe = vanilla Error = job.err.$(Cluster)-$(Process) #Input = job.in.$(Cluster)-$(Process) Output = job.out.$(Cluster)-$(Process) Log = job.log.$(Cluster) # arguments = 40 #initialdir = job.$(Process) #Requirements = Machine == "appcloud01.uchicago.edu" #Requirements = Machine == "sptcloud.mwt2.org" #Requirements = UidDomain == "uc3-mgt.uchicago.edu" Requirements = UidDomain == "osg-gk.uchicago.edu" #Rank = Memory >= 64 #Image_Size = 28 Meg QueueShort test job:
#!/bin/bash #short discovery job /bin/hostname /bin/date /usr/bin/id /usr/bin/whoami /bin/env | /bin/sortClusters. If there are more than one requirement lines, use the 1st one (2nd one should work but 1st one is better):
Name | head | requirements |
---|---|---|
Cycle seeder | uc3-mgt | Requirements = UidDomain == "osg-gk.uchicago.edu" |
MTT2 | condor.mwt2.org | Requirements = UidDomain == "osg-gk.uchicago.edu" |
SPT | uc3-cloud | Requirements = Machine == "sptcloud.mwt2.org" |
ITB-PBS via CF | itb1.uchicago.edu | Requirements = IS_GLIDEIN =?= TRUE or Requirements = GLIDEIN_Site == UcItbForUc3 |
ITS | appcloud01.uchicago.edu | Requirements = Machine == "appcloud01.uchicago.edu" or Requirements = UidDomain == "uchicago.edu" |