Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create KOTO.yaml #3756

Merged
merged 9 commits into from
Mar 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
mwestphall marked this conversation as resolved.
Show resolved Hide resolved

####### 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
Loading