{section: User Steps} +{subsection: Required} + Jobs that want to be able to run on Cooley need to be submitted to a schedd configured to flock to the CHTC Condor Annex collector. Currently, that means submitting from these machines: *: submit-3.chtc.wisc.edu *: submit-4.chtc.wisc.edu @@ -19,14 +21,14 @@ The jobs' resource requests must not exceed the available resources of a Cooley machine (detailed above). -The jobs must indicate that they want to run on resources outside of CHTC. To do so, the user must add one of the following lines to their submit file: +The jobs must indicate that they want to run on resources outside of CHTC and that they're willing to run on Cooley specifically. To do so, the user must add the following lines to their submit file: {code} +WantFlocking = True -{endcode} -{code} -+WantGlidein = True ++MayUseCooley = True {endcode} +{subsection: Optional} + If the user wants the jobs to run only on Cooley, they can add a clause to the Requirements expression: {code} requirements = Facility =?= "Cooley" @@ -37,6 +39,8 @@ requirements = AnnexName =?= "Test1" {endcode} +These two additions to the Requirements expression can be used individually or together. + {section: Staff Steps} Submitting jobs to Cooley is done from the login machines (hostname cooley.alcf.anl.gov) using the Cobalt batch scheduler. Access to theses machines is done via ssh using two-factor authentication. Thus, submission and management of Cooley jobs must be done by a human who has a login account.