Notes about UC3

Notes about UC3: development and technologies involved

References

UC3 wiki - authenticate with CNET ID: Condor PBS GlideinWMS, Campus grid and other OSG sw    * CMS Condor and Glide-In WMS Training https://indico.cern.ch/conferenceTimeTable.py?confId=124982#20110214.detailed Other tools:

Submitting jobs

To submit jobs is possible to use the following template with the requirements from the table at the bottom:
########################
# 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   
Queue 

Short test job:
#!/bin/bash
#short discovery job
/bin/hostname
/bin/date
/usr/bin/id
/usr/bin/whoami
/bin/env | /bin/sort 

Clusters. 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"
     

-- MarcoMambelli - 08 Feb 2012
Topic revision: r3 - 25 Apr 2012, MarcoMambelli
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback