-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3756 from ppaschos/patch-6
Create KOTO.yaml
- Loading branch information
Showing
1 changed file
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |