Skip to content

Commit

Permalink
Merge pull request #3756 from ppaschos/patch-6
Browse files Browse the repository at this point in the history
Create KOTO.yaml
  • Loading branch information
mwestphall authored Mar 29, 2024
2 parents 51dd3bc + 2a2169e commit 4bb1eab
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions projects/KOTO.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Description is a human-readable description of what the project is about
# it can be multiple lines as long as each line is indented.
Description: KOTO Collaboration OSG project on ap23
# Department is the department of the project, e.g. "Physics"
Department: Physics
# FieldOfScience is a more specific description, e.g. "High Energy Physics"
FieldOfScience: High Energy Physics
# Organization is the organization where the project is hosted, e.g. "University of California, San Diego"
Organization: The University of Chicago
# PIName is the prinicipal investigator for the project
PIName: Yau Wah

Sponsor:
### If this is an OSG Connect project, uncomment this CampusGrid block
# CampusGrid:
# Name: OSG Connect

### Or if this is an XSEDE project, uncomment this CampusGrid block
# CampusGrid:
# Name: OSG-XSEDE

### Or if this project is sponsored by some other campus grid, uncomment this
### CampusGrid block and replace <NAME> with the name of the campus grid;
### look at the list in projects/_CAMPUS_GRIDS.yaml for the specific spelling
# CampusGrid:
# Name: <NAME>

### Or if this project is sponsored by a VO, uncomment this VirtualOrganization block
### and replace <VO> with the name of the virtual organization; this must match
### one of the file names in the virtual-organizations/ directory (minus the .yaml extension)
VirtualOrganization:
Name: OSG


### Uncomment the ResourceAllocations block if this project can make use of
### one or more XRAC (XSEDE) or other HPC allocations.
###
### Contact the Software Team for assistance in filling in these values.
#ResourceAllocations:

##### Type is how the allocation was obtained: "XRAC" for allocations through
##### XSEDE or "Other" for allocations directly through the site.
# - Type: Other

####### SubmitResources is a list of Submit Nodes (Access Points) that users of
####### the project can submit from. There must be at least one; each line must
####### refer to a Topology Resource.
# SubmitResources:
# - UChicago_OSGConnect_ap23
# - UChicago_OSGConnect_login05

####### ExecuteResourceGroups is a list of what sites this allocation
####### corresponds to and what their local allocation is at that site.
####### There must be at least one.
# ExecuteResourceGroups:
########### GroupName is a Topology Resource Group that contains the CE of the site.
# - GroupName: TACC-Stampede2
########### LocalAllocationID is the user's allocation on that site (e.g. for
########### SLURM, what goes after the `-A`) for the job
# LocalAllocationID: MyAllocation

0 comments on commit 4bb1eab

Please sign in to comment.