From 58b9cad7b18ae9290c46ed7cbab177837cf40bb5 Mon Sep 17 00:00:00 2001 From: Paschos Date: Tue, 26 Mar 2024 17:03:06 -0500 Subject: [PATCH 1/7] Create KOTO.yaml Adding KOTO project in topology --- projects/KOTO.yaml | 61 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 projects/KOTO.yaml diff --git a/projects/KOTO.yaml b/projects/KOTO.yaml new file mode 100644 index 000000000..a9a09032b --- /dev/null +++ b/projects/KOTO.yaml @@ -0,0 +1,61 @@ +# 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: 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 with the name of the campus grid; + ### look at the list in projects/_CAMPUS_GRIDS.yaml for the specific spelling + # CampusGrid: + # Name: + + ### Or if this project is sponsored by a VO, uncomment this VirtualOrganization block + ### and replace 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 From 705033aa544a380b1b2b77d77bf9d5c534502bc5 Mon Sep 17 00:00:00 2001 From: Paschos Date: Wed, 27 Mar 2024 10:52:24 -0500 Subject: [PATCH 2/7] Update KOTO.yaml --- projects/KOTO.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/KOTO.yaml b/projects/KOTO.yaml index a9a09032b..0ae5e4584 100644 --- a/projects/KOTO.yaml +++ b/projects/KOTO.yaml @@ -1,13 +1,13 @@ # 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: >- +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: University of Chicago +Organization: The University of Chicago # PIName is the prinicipal investigator for the project PIName: Yau Wah From 1792990b089393e98ddc2dbc910761ea699d071b Mon Sep 17 00:00:00 2001 From: mwestphall Date: Wed, 27 Mar 2024 11:59:15 -0500 Subject: [PATCH 3/7] Update projects/KOTO.yaml --- projects/KOTO.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/KOTO.yaml b/projects/KOTO.yaml index 0ae5e4584..b617aa1e0 100644 --- a/projects/KOTO.yaml +++ b/projects/KOTO.yaml @@ -1,6 +1,6 @@ # 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: +Description: KOTO Collaboration OSG project on ap23 KOTO Collaboration OSG project on ap23 # Department is the department of the project, e.g. "Physics" Department: Physics From 43424158d18584c1ce9bcd0add34e1d98842cf89 Mon Sep 17 00:00:00 2001 From: mwestphall Date: Wed, 27 Mar 2024 11:59:21 -0500 Subject: [PATCH 4/7] Update projects/KOTO.yaml --- projects/KOTO.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/KOTO.yaml b/projects/KOTO.yaml index b617aa1e0..f59ee1cbe 100644 --- a/projects/KOTO.yaml +++ b/projects/KOTO.yaml @@ -1,7 +1,6 @@ # 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 -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" From bb3796e5a4616fab52df4fc61d4a0ca4a9b4cb9f Mon Sep 17 00:00:00 2001 From: mwestphall Date: Wed, 27 Mar 2024 17:01:44 -0500 Subject: [PATCH 5/7] Uncomment "ResourceAllocations" --- projects/KOTO.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/KOTO.yaml b/projects/KOTO.yaml index f59ee1cbe..f88faceda 100644 --- a/projects/KOTO.yaml +++ b/projects/KOTO.yaml @@ -36,7 +36,7 @@ Sponsor: ### one or more XRAC (XSEDE) or other HPC allocations. ### ### Contact the Software Team for assistance in filling in these values. -# ResourceAllocations: +ResourceAllocations: ##### Type is how the allocation was obtained: "XRAC" for allocations through ##### XSEDE or "Other" for allocations directly through the site. From f10324074172ffe8ef5db9b1756c935aaf35205a Mon Sep 17 00:00:00 2001 From: mwestphall Date: Thu, 28 Mar 2024 10:13:59 -0500 Subject: [PATCH 6/7] Update projects/KOTO.yaml --- projects/KOTO.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/KOTO.yaml b/projects/KOTO.yaml index f88faceda..0a0dba9b6 100644 --- a/projects/KOTO.yaml +++ b/projects/KOTO.yaml @@ -40,7 +40,7 @@ ResourceAllocations: ##### Type is how the allocation was obtained: "XRAC" for allocations through ##### XSEDE or "Other" for allocations directly through the site. -# - Type: Other + - 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 From f9b30885d974e0f7b841bdfb7c440194d6936d8d Mon Sep 17 00:00:00 2001 From: Matthew Westphall Date: Thu, 28 Mar 2024 10:42:07 -0500 Subject: [PATCH 7/7] remove KOTO resourceallocations for now --- projects/KOTO.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/KOTO.yaml b/projects/KOTO.yaml index 0a0dba9b6..e988bef0f 100644 --- a/projects/KOTO.yaml +++ b/projects/KOTO.yaml @@ -36,17 +36,17 @@ Sponsor: ### one or more XRAC (XSEDE) or other HPC allocations. ### ### Contact the Software Team for assistance in filling in these values. -ResourceAllocations: +#ResourceAllocations: ##### Type is how the allocation was obtained: "XRAC" for allocations through ##### XSEDE or "Other" for allocations directly through the site. - - Type: Other +# - 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 +# SubmitResources: +# - UChicago_OSGConnect_ap23 # - UChicago_OSGConnect_login05 ####### ExecuteResourceGroups is a list of what sites this allocation