diff --git a/.github/workflows/delete-preview.yml b/.github/workflows/delete-preview.yml
index 42b05abe..e4a18a18 100644
--- a/.github/workflows/delete-preview.yml
+++ b/.github/workflows/delete-preview.yml
@@ -6,10 +6,10 @@ on:
jobs:
Delete-Preview-Branch:
- if: ${{ github.repository_owner == 'opensciencegrid' }}
+ if: ${{ github.repository_owner == 'osg-htc' }}
runs-on: ubuntu-18.04
env:
- preview_url: https://github.com/opensciencegrid/web-preview.git
+ preview_url: https://github.com/osg-htc/web-preview.git
steps:
- uses: actions/checkout@v2
diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml
index 2c532f5c..9dd3337f 100644
--- a/.github/workflows/deploy-preview.yml
+++ b/.github/workflows/deploy-preview.yml
@@ -6,10 +6,10 @@ on:
jobs:
Deploy-Web-Preview:
- if: ${{ github.repository_owner == 'opensciencegrid' }}
+ if: ${{ github.repository_owner == 'osg-htc' }}
runs-on: ubuntu-18.04
env:
- preview_url: https://github.com/opensciencegrid/web-preview.git
+ preview_url: https://github.com/osg-htc/web-preview.git
steps:
- uses: actions/checkout@v2
with:
diff --git a/.github/workflows/deploy-production-osg-htc.yml b/.github/workflows/deploy-production-opensciencegrid.yml
similarity index 74%
rename from .github/workflows/deploy-production-osg-htc.yml
rename to .github/workflows/deploy-production-opensciencegrid.yml
index 66fadc6a..1adf0988 100644
--- a/.github/workflows/deploy-production-osg-htc.yml
+++ b/.github/workflows/deploy-production-opensciencegrid.yml
@@ -9,12 +9,12 @@ on:
jobs:
Build-And-Deploy-Production:
- if: ${{ github.repository_owner == 'opensciencegrid' }}
+ if: ${{ github.repository_owner == 'osg-htc' }}
runs-on: ubuntu-18.04
env:
- CNAME: osg-htc.org
- production_url: https://github.com/opensciencegrid/osg-htc.git
- OVERRIDE_CONFIG: _config_osg-htc_org.yml
+ CNAME: opensciencegrid.org
+ production_url: https://github.com/opensciencegrid/opensciencegrid.github.io
+ OVERRIDE_CONFIG: _config_opensciencegrid_org.yml
steps:
- uses: actions/checkout@v2
@@ -24,11 +24,11 @@ jobs:
- name: Setup SSH Keys and known_hosts
uses: webfactory/ssh-agent@v0.5.3
with:
- ssh-private-key: ${{ secrets.OSG_HTC_DEPLOY_KEY }}
+ ssh-private-key: ${{ secrets.OPENSCIENCEGRID_ORG_DEPLOY_KEY }}
- name: Initialize GH User
run: |
- git config user.name "GitHub Actions"
+ git config user.name "GitHub Actions "
git config user.email "actions@github.com"
- uses: ruby/setup-ruby@v1
@@ -50,4 +50,4 @@ jobs:
git checkout -b split-branch `git subtree split --prefix _site master`
# Push to Production
- git push ${{ env.production_url }} HEAD:main --force
+ git push ${{ env.production_url }} HEAD:from-osg-htc --force
diff --git a/.github/workflows/deploy-production-same-repo.yml b/.github/workflows/deploy-production-same-repo.yml
index 6f4c0075..ce632437 100644
--- a/.github/workflows/deploy-production-same-repo.yml
+++ b/.github/workflows/deploy-production-same-repo.yml
@@ -9,10 +9,10 @@ on:
jobs:
Build-And-Deploy-Production:
- if: ${{ github.repository_owner == 'opensciencegrid' }}
+ if: ${{ github.repository_owner == 'osg-htc' }}
runs-on: ubuntu-18.04
env:
- CNAME: opensciencegrid.org
+ CNAME: osg-htc.org
OVERRIDE_CONFIG: _config_opensciencegrid_org.yml
steps:
diff --git a/_about/computation-ideal-for-OSPool.md b/_about/computation-ideal-for-OSPool.md
index b986c5fc..f6647d47 100644
--- a/_about/computation-ideal-for-OSPool.md
+++ b/_about/computation-ideal-for-OSPool.md
@@ -1,99 +1,20 @@
---
-title: Computation on the OSPool
+layout: blank
+redirect_url: "/about/open_science_pool"
---
-
-
| - | Ideal Jobs! | -Still very advantageous | -Maybe not, but get in touch! | -
|---|---|---|---|
| Expected Throughput, per user | -1000s concurrent cores | -100s concurrent cores | -Let's discuss! | -
| CPU | -1 | -< 8 | -> 8 (or MPI) | -
| Walltime | -< 10 hrs* | -< 20 hrs* | -> 20 hrs | -
| RAM | -< few GB | -< 40 GB | -> 40 GB | -
| Input | -< 500 MB | -< 10 GB | -> 10 GB** | -
| Output | -< 1 GB | -< 10 GB | -> 10 GB** | -
| Software | -pre-compiled binaries, containers | -Most other than -> | -Licensed Software, non-Linux | -
-## What is the Open Science Pool?
+# What is the Open Science Pool?
-> The Open Science Pool (OSPool) is a virtual cluster operated by the OSG, with shared computing and data resources using distributed high-throughput computing (dHTC). The pool aggregates computing resources contributed by clusters across and beyond the US, making them usable by the US-based open science community, from individual researchers and research groups at campuses, to multi-institutional collaborations with a US constituency.
+The Open Science Pool (OSPool) is a virtual cluster operated by the OSG,
+with shared computing and data resources via distributed high-throughput
+computing (dHTC) technologies. The pool aggregates mostly opportunistic
+(“backfill”) computing resources from contributing clusters at campuses
+and other organizations, making them available to the US-based open science
+community.
-Researchers can submit computational work to the OSPool via access points operated locally to their campuses, or via access points operated as part of the [OSG Connect](https://connect.osg-htc.org/) service, which serves researchers affiliated with projects at US-based academic, non-profit, and government institutions.
+Researchers can submit computational work to the OSPool via access points
+operated locally to their campuses, or via access points operated as part
+of the [OSG Connect](https://connect.osg-htc.org/) service, which serves researchers affiliated with
+projects at US-based academic, non-profit, and government institutions.
+Sign up for an account on [OSG Connect](https://connect.osg-htc.org/), today!
## Who can use the OSPool?
-> Access is free and open to
+**Access is free and open to**
+- any researcher affiliated with a project at a US-based academic, government, or non-profit institution (via the OSG Connect service).
+- any researcher affiliated with such an institution or project with its own access point.
+- all areas of research including social sciences, humanities, life sciences, engineering, medicine, chemistry and physics.
->- any researcher affiliated with a project at a US-based academic, government, or non-profit institution (via the OSG Connect service).
->- any researcher affiliated with an organization that has its own access point (not limited to US affiliation).
->- all areas of research including social sciences, humanities, life sciences, engineering, medicine, chemistry and physics.
+[View projects](https://gracc.opensciencegrid.org/d/000000037/payload-jobs-summary?orgId=1&var-ReportableVOName=osg&var-Project=All&var-Facility=All&var-User=All&var-ExitCode=All&var-Probe=All&var-interval=1d)
+ using the OSPool in OSG’s Accounting System (GRACC).
## What types of work run well on the OSPool?
-> Work that can be executed as independent laptop-sized computations and individually complete in less than 20 hours run well in the OSPool. A wide range of research problems and computational methods can be broken up or otherwise executed this way, including:
+For problems that can be run as numerous, self-contained jobs, the OSPool provides computing capacity that can transform the types of questions researchers are able to tackle (see the table below). A wide range of research problems and computational methods can be broken up or otherwise executed in this high-throughput computing (HTC ) approach, including:
- image analysis (including MRI, GIS, etc.)
- text-based analysis, including DNA read mapping and other bioinformatics
- parameter sweeps
- model optimization approaches, including Monte Carlo methods
-- Machine learning and AI executed with multiple independent training tasks, different parameters, and/or data subsets
+- machine learning and AI executed with multiple independent training tasks, different parameters, and/or data subsets
->Learn more and chat with a Research Computing Facilitator by [requesting an account](https://connect.osg-htc.org/).
+The OSPool is made up of mostly opportunistic capacity - contributing clusters may interrupt jobs at any time. Thus, the OSPool supports workloads of numerous jobs that individually complete or checkpoint within 20 hours.
+
+__Importantly, many compute tasks can take advantage of the OSPool with simple modifications, and we’d love to discuss options with you!__
+
+| + | Ideal Jobs! | +Still very advantageous | +Maybe not, but get in touch! | +
|---|---|---|---|
| Expected Throughput, per user | +1000s concurrent cores | +100s concurrent cores | +Let's discuss! | +
| CPU | +1 per job | +< 8 per job | +> 8 per job | +
| Walltime | +< 10 hrs* | +< 20 hrs* | +> 20 hrs | +
| RAM | +< few GB | +< 40 GB | +> 40 GB | +
| Input | +< 500 MB | +< 10 GB | +> 10 GB** | +
| Output | +< 1 GB | +< 10 GB | +> 10 GB** | +
| Software | +pre-compiled binaries, containers | +Most other than → | +Licensed Software, non-Linux | +
+ This years All-Hands event hosted 38 talks from researchers, collaborators and OSG executives on their contributions + towards bringing OSG into 2022. +
++ This list is incomplete and will be added to as we edit and process the events talks. +
+{% endif %} ++ Miron Livny welcomes participants and speakers to this year's virtual OSG All Hands Meeting event and provides + a quick outline of the PATh project and its impacts in recent years. +
++ In this presentation, Frank Wuerthwein discusses the goals of the OSG Consortium to further the advancement of + all open science. Wuerthwein further defines the OSG vision to create access to an open cyberinfrastructure for + all and push forward democratized access across the nation. There is a brief overview of concepts such as compute + research pools, the OSG Data Federation, data origins, and global namespaces. Additionally, there’s an in-depth + discussion about the Open Science Pool community. +
++ In this overview of PATh facilities, Brian Bockelman describes technologies, services, and resources. + Access points are defined, such as OSG Connect, and they serve as a portal to different research pools. + Bockelman discusses the Open Science Pool (OSPool) and breaks down the dividing process of opportunistic + or donated resources within the OSPool. Additionally, there is a clarification on credit accounts and a + snapshot of plans with the PATh facility. +
+ ++ Kevin Thompson breaks down the National Science Foundation’s (NSF) priorities and provides + a general foundation overview. It also reveals several outside organizations that will assist with + implementing NSF visions to improve community access to cyberinfrastructure. NSF has goals to + support various allocations and explore and develop models for increased support to democratize access. +
+ ++ Overview of OSG services such as compute resource pools, access points, and + compute entry points. Frank and Lauren discuss the process of receiving access to these services, how they work, + and regular user training sessions. The functionality of OSG services is practical and flexible for + individual and campus needs. +
++ West Texas A&M University has a strong need for HPC for research and educational needs. + This institution is a considerably rural Hispanic-Serving Institution (HSI) with data-intensive + science drivers that would benefit from high-performance computation. The institution received a + CC* award to install a computer data center on campus and has connected with OSG services as a first + step to closing the knowledge gap. +
++ Bennet Fauber highlights the different University of Michigan programs that utilize OSG services, + including psychology, engineering, and environmental science. There were challenges for each project + –– however, newly trained students could use OSG to process portions of the large amounts of data. +
++ Arizona State University’s research computing department examines intensive data amounts + through many projects, and OSG services and training have assisted with those projects. + ASU is currently project-focused on innovation in the computing sector and improving + functionality and accessibility for its campus and all institutions. +
+ + ++ OSG executive, Miron Livny, provides a quick refresher of computing capacities and PATh access points, + which researchers can effectively harness through HTC to assist with their projects. +
+ ++ A list of all presentations and their included materials can be found on the event page. +
\ No newline at end of file diff --git a/_events/2022-All-Hands-Meeting.md b/_events/2022-All-Hands-Meeting.md deleted file mode 100644 index 3008d7e8..00000000 --- a/_events/2022-All-Hands-Meeting.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -short_title: OSG All-Hands Meeting 2022 -title: "OSG All-Hands Meeting 2022" -published: true -excerpt: | - Registration is now open for the OSG All-Hands Meeting 2022 to be held March 14-18 virtually. -start_date: 2022-03-14 -end_date: 2022-03-18 -location: "Virtually" -link: "https://opensciencegrid.org/all-hands/2022/" -image: "/assets/images/events/OU_AHM_2022.jpeg" -header_image: "/assets/images/events/OU_AHM_2022.jpeg" -header_credit: '"Field House w/ Water Tower" by Majdan is licensed under CC BY-NC-SA 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/2.0/?ref=openverse&atype=rich' ---- - -{% capture main %} - -Registration is now open for the OSG All-Hands Meeting 2022, which will be held 14–18 March 2022. Complete registration details are [on the AHM website](https://opensciencegrid.org/all-hands/2022/registration/). The event will be entirely virtual this year. - -Focus areas for 2022 will include: -- State of OSG and vision for its future -- New types of resources that support new types of applications -- Research that benefitted from OSG -- Campus services and experiences, and NSF Campus Cyberinfrastructure (CC*) -- Impact on multi-institutional collaborations, including U.S. LHC Projects - -Online participation will continue to be free, but registration is required. To register, visit the [AHM registration page](https://opensciencegrid.org/all-hands/2022/registration/). - -For questions, please see the contacts on the page linked above or, as always, write toApplications for the OSG User School 2022 are now open!
-Applications are now **open** for the OSG User School 2022! The School will occur on July 25–29, where you will learn to use high-throughput computing (HTC) systems to run large-scale computing applications at your campus or using the national-scale OSG. + +The OSG User School 2022 will occur on July 25–29, where you will learn to use high-throughput computing (HTC) systems to run large-scale computing applications at your campus or using the national-scale OSG. At the School, you will learn how HTC systems work, how to run and manage many jobs, and where to find more information and help through lectures, discussions, and hands-on activities with OSG staff. The School is ideal for graduate students in any research area where large-scale computing is an essential part of their research process, plus we welcome applications from advanced undergraduates (especially those who are involved in graduate-level research or coursework), post-doctoral students, faculty, and staff (especially those who perform research or support/facilitate researchers). -The deadline for applications is **Monday, 18 April 2022.** - -To apply, complete both of the steps below: - -Complete the [online application form](https://uwmadison.co1.qualtrics.com/jfe/form/SV_bdBbGikmcgabwGO) - -Have someone email a letter of recommendation for you to [user-school@opensciencegrid.org](user-school@opensciencegrid.org) (ask someone who knows you professionally, and have them identify your name and the “OSG User School 2022” in the subject line and letter.) - -People accepted to this program will receive financial support for essential travel and local costs associated with the School. +The deadline for applications has **passed**. {% endcapture %} @@ -55,7 +47,7 @@ The University of Wisconsin-Madison. ### Application and Deadlines Details about the application process can be found on the [OSG User School 2022 site](https://opensciencegrid.org/user-school-2022/#applications). -**Note:** The application deadline is **Monday, 18 April 2022.** +**Note:** The application deadline has **passed.** ### Contact Us diff --git a/_includes/cards/spotlight-card.html b/_includes/cards/spotlight-card.html index a77fb437..c001fc65 100644 --- a/_includes/cards/spotlight-card.html +++ b/_includes/cards/spotlight-card.html @@ -1,7 +1,7 @@ {% if include.article %} {% assign article = include.article %} {% endif %} - +