Skip to content

Commit 54649a2

Browse files
authored
Merge pull request #1 from converged-computing/add-site
hello world: converged computing terms
2 parents 2255d22 + 00d488c commit 54649a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+4259
-7
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.github/LICENSE-BOOTSTRAP.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright 2017 - Present Stuart Yamartino (@StuYam)
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/_site
2+
/.sass-cache
3+
.DS_Store

404.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: default
3+
---
4+
5+
<style type="text/css" media="screen">
6+
.container {
7+
margin: 10px auto;
8+
max-width: 600px;
9+
text-align: center;
10+
}
11+
h1 {
12+
margin: 30px 0;
13+
font-size: 4em;
14+
line-height: 1;
15+
letter-spacing: -1px;
16+
}
17+
</style>
18+
19+
<div class="container">
20+
<h1>404</h1>
21+
22+
<p><strong>Page not found :(</strong></p>
23+
<p>The requested page could not be found.</p>
24+
</div>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
converged-computing.org

Gemfile

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
source "https://rubygems.org"
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
# gem 'jekyll', '>= 3.6.3'
12+
13+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15+
gem "github-pages", group: :jekyll_plugins
16+
gem "webrick"
17+
18+
# If you have any plugins, put them here!
19+
group :jekyll_plugins do
20+
gem 'jekyll-feed', '~> 0.6'
21+
end

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@
44

55
> A Best-of-Both-Worlds of HPC and Cloud
66
7-
This is a [CiSE Special Issue Proposal](https://www.authorea.com/users/34995/articles/430859-cise-guest-editors-guide) and
8-
the repository where we will write and document our whitepaper to introduce it.
9-
10-
## Important Dates
11-
12-
- Anticipated for 2023-2023
7+
This is the Converged Computing working space. It includes definitions, projects, and eventually will also include a [CiSE Special Issue](https://www.authorea.com/users/34995/articles/430859-cise-guest-editors-guide) on converged computing.
138

149
## Overview
1510

16-
Major trends have brought the cloud and high performance computing (HPC) communities closer together: the maturation of cloud technologies has shifted focus toward running workloads efficiently, and composite scientific workflows and resource heterogeneity and dynamism have revealed the limitations of traditional HPC resource and workflow management. It has become clear that the initially disparate communities have much to benefit in working together. This special issue aims to bridge the gap between HPC and cloud to discuss work in converged computing – the collaborative space between these traditionally separate communities – to develop novel technologies and applications. These hybrid technologies might span the gamut from automation, workflows, containerization, to software development and deployment and testing. This is a timely topic as collaborative work is happening to a greater degree that combines approaches from high performance computing with cloud-native computing.
11+
> Special Issue Anticipated for mid 2024
1712
13+
Major trends have brought the cloud and high performance computing (HPC) communities closer together: the maturation of cloud technologies has shifted focus toward running workloads efficiently, and composite scientific workflows and resource heterogeneity and dynamism have revealed the limitations of traditional HPC resource and workflow management. It has become clear that the initially disparate communities have much to benefit in working together. This special issue aims to bridge the gap between HPC and cloud to discuss work in converged computing – the collaborative space between these traditionally separate communities – to develop novel technologies and applications. These hybrid technologies might span the gamut from automation, workflows, containerization, to software development and deployment and testing. This is a timely topic as collaborative work is happening to a greater degree that combines approaches from high performance computing with cloud-native computing.
1814

1915
## Guest Editors
2016

@@ -24,3 +20,7 @@ Major trends have brought the cloud and high performance computing (HPC) communi
2420
- Jakob Luettgau, University of Tennessee Knoxville
2521
- Evan Bollig, Amazon Web Services
2622
- Bill Magro, Google
23+
24+
## Thank you
25+
26+
This site is based on [this template](https://bootstrapemail.com/) that is covered under the MIT license. The license is included [here](.github/LICENSE-BOOTSTRAP.md).

_config.yml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
11+
# Site settings
12+
# These are used to personalize your new site. If you look in the HTML files,
13+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14+
# You can create any custom variable you would like, and they will be accessible
15+
# in the templates via {{ site.myvariable }}.
16+
title: Converged Computing
17+
18+
description: >- # this means to ignore newlines until "baseurl:"
19+
The best of both worlds for cloud and HPC
20+
baseurl: "" # the subpath of your site, e.g. /blog
21+
url: "https://converged-computing.org" # the base hostname & protocol for your site, e.g. http://example.com
22+
permalink: /docs/:title
23+
24+
# Build settings
25+
markdown: kramdown
26+
plugins:
27+
- jekyll-feed
28+
kramdown:
29+
auto_id_prefix: 'doc-'
30+
31+
# Collections
32+
collections:
33+
docs:
34+
output: true
35+
permalink: /:collection/:title/
36+
37+
# Defaults
38+
defaults:
39+
-
40+
scope:
41+
path: ""
42+
type: "docs"
43+
values:
44+
layout: "docs"
45+
46+
47+
# Exclude from processing.
48+
# The following items will not be processed, by default. Create a custom list
49+
# to override the default setting.
50+
exclude:
51+
- Gemfile
52+
- Gemfile.lock
53+
- vendor

_data/border_radiuses.csv

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name,radius
2+
,4
3+
-none,0
4+
-sm,2
5+
-md,6
6+
-lg,8
7+
-xl,12
8+
-2xl,16
9+
-3xl,24
10+
-full,9999

_data/border_widths.csv

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name,width
2+
,1
3+
-2,2
4+
-3,3
5+
-4,4
6+
-5,5
7+
-0,0

_data/displays.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
['inline','inline-block','block','table','none']

_data/font_sizes.csv

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name,size
2+
xs,12
3+
sm,14
4+
base,16
5+
lg,18
6+
xl,20
7+
2xl,24
8+
3xl,30
9+
4xl,36
10+
5xl,48
11+
6xl,64
12+
7xl,80

_data/font_weights.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[100, 200, 300, 400, 500, 600, 700, 800, 900]

_data/grid_cols.csv

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name,width
2+
1,8.333333%
3+
2,16.666667%
4+
3,25%
5+
4,33.333333%
6+
5,41.666667%
7+
6,50%
8+
7,58.333333%
9+
8,66.666667%
10+
9,75%
11+
10,83.333333%
12+
11,91.666667%
13+
12,100%

_data/line_heights.csv

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name,size
2+
1,1
3+
sm,1.25
4+
base,1.5
5+
lg,2

_data/palette_colors.csv

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
name,color
2+
black,#000000
3+
white,#ffffff
4+
transparent,transparent
5+
gray-100,#f8f9fa
6+
gray-200,#e9ecef
7+
gray-300,#dee2e6
8+
gray-400,#ced4da
9+
gray-500,#adb5bd
10+
gray-600,#6c757d
11+
gray-700,#495057
12+
gray-800,#343a40
13+
gray-900,#212529
14+
blue-100,#cfe2ff
15+
blue-200,#9ec5fe
16+
blue-300,#6ea8fe
17+
blue-400,#3d8bfd
18+
blue-500,#0d6efd
19+
blue-600,#0a58ca
20+
blue-700,#084298
21+
blue-800,#052c65
22+
blue-900,#031633
23+
indigo-100,#e0cffc
24+
indigo-200,#c29ffa
25+
indigo-300,#a370f7
26+
indigo-400,#8540f5
27+
indigo-500,#6610f2
28+
indigo-600,#520dc2
29+
indigo-700,#3d0a91
30+
indigo-800,#290661
31+
indigo-900,#140330
32+
purple-100,#e2d9f3
33+
purple-200,#c5b3e6
34+
purple-300,#a98eda
35+
purple-400,#8c68cd
36+
purple-500,#6f42c1
37+
purple-600,#59359a
38+
purple-700,#432874
39+
purple-800,#2c1a4d
40+
purple-900,#160d27
41+
pink-100,#f7d6e6
42+
pink-200,#efadce
43+
pink-300,#e685b5
44+
pink-400,#de5c9d
45+
pink-500,#d63384
46+
pink-600,#ab296a
47+
pink-700,#801f4f
48+
pink-800,#561435
49+
pink-900,#2b0a1a
50+
red-100,#f8d7da
51+
red-200,#f1aeb5
52+
red-300,#ea868f
53+
red-400,#e35d6a
54+
red-500,#dc3545
55+
red-600,#b02a37
56+
red-700,#842029
57+
red-800,#58151c
58+
red-900,#2c0b0e
59+
orange-100,#ffe5d0
60+
orange-200,#fecba1
61+
orange-300,#feb272
62+
orange-400,#fd9843
63+
orange-500,#fd7e14
64+
orange-600,#ca6510
65+
orange-700,#984c0c
66+
orange-800,#653208
67+
orange-900,#331904
68+
yellow-100,#fff3cd
69+
yellow-200,#ffe69c
70+
yellow-300,#ffda6a
71+
yellow-400,#ffcd39
72+
yellow-500,#ffc107
73+
yellow-600,#cc9a06
74+
yellow-700,#997404
75+
yellow-800,#664d03
76+
yellow-900,#332701
77+
green-100,#d1e7dd
78+
green-200,#a3cfbb
79+
green-300,#75b798
80+
green-400,#479f76
81+
green-500,#198754
82+
green-600,#146c43
83+
green-700,#0f5132
84+
green-800,#0a3622
85+
green-900,#051b11
86+
teal-100,#d2f4ea
87+
teal-200,#a6e9d5
88+
teal-300,#79dfc1
89+
teal-400,#4dd4ac
90+
teal-500,#20c997
91+
teal-600,#1aa179
92+
teal-700,#13795b
93+
teal-800,#0d503c
94+
teal-900,#06281e
95+
cyan-100,#cff4fc
96+
cyan-200,#9eeaf9
97+
cyan-300,#6edff6
98+
cyan-400,#3dd5f3
99+
cyan-500,#0dcaf0
100+
cyan-600,#0aa2c0
101+
cyan-700,#087990
102+
cyan-800,#055160
103+
cyan-900,#032830

_data/sizings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[0,1,2,3,4,5,6,7,8,9,10,12,16,20,24,32,40,48,56,64,80,96,112,128,144,150]

_data/spacings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[0,1,2,3,4,5,6,7,8,9,10,12,16,20,24,32,40]

_data/terms.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
getting-started:
2+
- name: Introduction
3+
url: /docs/introduction
4+
- name: About
5+
url: /about
6+
# - name: Goals
7+
# url: /docs/goals
8+
comparisons:
9+
- name: HPC vs HTC
10+
url: /docs/hpc-vs-htc
11+
12+
patterns:
13+
- name: jobs
14+
url: /docs/job-patterns
15+
- name: workflows
16+
url: /docs/workflow-patterns
17+
#- section: Projects
18+
# items:
19+
# - name: Journal Special Issue
20+
# url: /docs/journal
21+
# - name: Kubernetes
22+
# url: /docs/kubernetes
23+
# - name: HPC Schedulers
24+
# url: /docs/hpc

_data/theme_colors.csv

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name,color
2+
primary,#0d6efd
3+
secondary,#6c757d
4+
success,#198754
5+
info,#0dcaf0
6+
warning,#ffc107
7+
danger,#dc3545
8+
light,#f8f9fa
9+
dark,#212529

_docs/accounting.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: docs
3+
title: "Accounting"
4+
sections:
5+
- Example
6+
---
7+
8+
Keeping track of resource usage time, usually on the level of a user or group. This information can be stored in a database and used for making future decisions about scheduling or priority. In terms of units of resource usage, this can vary.
9+
10+
## Example
11+
12+
HPC uses core-hours (time spent doing the compute). One core-hour equals one CPU core being used for the duration of one hour of execution time. The time is measured as the jobs elapsed wall-clock time from start to finish. [[ref](https://help.itc.rwth-aachen.de/en/service/rhr4fjjutttf/article/090b27dc31484f3c833957978b039b55/), [ref](https://slurm.schedmd.com/accounting.html)]. Cloud does not have the same need for multi-tenancy as HPC, and so accounting to track resource usage is typically associated with cost. Cloud accounts for resources to bill projects, and charges based on data usage or instance cost.
13+
14+
In Flux, accounting is separate from scheduling (flux-sched) as a design choice to make them swappable (e.g., install a different scheduler) however in many HPC managers they are built together, meaning accounting is part of the scheduler.

_docs/allocation.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: docs
3+
title: "Allocation"
4+
#sections:
5+
# - Example
6+
---
7+
8+
The actual set of physical resources that an application is running on. There are two types of allocations: shared and exclusive.
9+
10+
- *Exclusive allocation*: jobs have dedicated physical resources (e.g., nodes, cores, memory). Multiple users cannot share a physical resource, and resources are not shared between jobs. This setup is common in HPC.
11+
- *Shared allocation*: jobs share underlying physical resources (e.g., nodes, cores, memory). Multiple users can run on the same physical resources. This setup is common in cloud.
12+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: docs
3+
title: "Application Programming Interface"
4+
#sections:
5+
# - Example
6+
---
7+
8+
Programmatic interface for interacting with components. In Kubernetes this might be the kube-apiserver, and in Flux it could be a socket (connected via flux proxy) or the flux restful API.

0 commit comments

Comments
 (0)