From d3c5e8d6a096285d3dfdff45391341f9e137e15c Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Mon, 20 May 2019 16:10:07 -0500 Subject: [PATCH] upgrade to academic-4.3.1 --- content/authors/admin/_index.md | 2 +- content/home/projects.md | 4 ++ .../post/20190520-self-hosted-azp/index.md | 4 +- content/project/gpu_ci/index.md | 14 ++++++ content/project/graph_challenge.md | 49 ------------------- content/project/graph_library/index.md | 44 +++++++++++++++++ content/project/scope.md | 48 ------------------ content/project/scope/index.md | 36 ++++++++++++++ content/publication/2017hidayetoglu.md | 8 +++ .../publication/20180925_mailthody_hpec.md | 2 +- content/talk/2017cem.md | 2 +- content/talk/20180624isc.md | 2 +- content/talk/2018ff.md | 2 +- 13 files changed, 113 insertions(+), 104 deletions(-) create mode 100644 content/project/gpu_ci/index.md delete mode 100644 content/project/graph_challenge.md create mode 100644 content/project/graph_library/index.md delete mode 100644 content/project/scope.md create mode 100644 content/project/scope/index.md diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md index 9f5dcf3..ec77d62 100644 --- a/content/authors/admin/_index.md +++ b/content/authors/admin/_index.md @@ -33,7 +33,7 @@ education: year: 2018 - course: BSc with High Distinction in Engineering institution: Harvey Mudd College - year: 2009 + year: 2013 # Social/Academic Networking # For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons diff --git a/content/home/projects.md b/content/home/projects.md index 6988319..f025dc7 100644 --- a/content/home/projects.md +++ b/content/home/projects.md @@ -32,6 +32,10 @@ subtitle = "" [[content.filter_button]] name = "IMPACT" tag = "impact" + + [[content.filter_button]] + name = "Personal" + tag = "personal" [design] # Choose how many columns the section has. Valid values: 1 or 2. diff --git a/content/post/20190520-self-hosted-azp/index.md b/content/post/20190520-self-hosted-azp/index.md index ba646af..3ecb4fc 100644 --- a/content/post/20190520-self-hosted-azp/index.md +++ b/content/post/20190520-self-hosted-azp/index.md @@ -8,7 +8,7 @@ draft = false # Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`. authors = ["Carl Pearson"] -tags = [] +tags = ["GPU", "Docker", "Continuous Integration"] summary = "Host your own GPU continuous integration pipeline with a bit of Python, Docker, and Azure Pipelines" @@ -72,7 +72,7 @@ Before I get any further into it, the code and documentation for hosting your ow ## Azure Pipelines and Self-Hosted Agents -![][fig1] +![][fig2] *Each container running on the self-hosted system registers itself with the custom pool on the Azure Pipelines cloud system. The self-hosted system has GPUs and large static datasets for testing. The nvidia-docker runtime allows the containers to access the host GPUs, and the large test datasets are mapped into each container as a read-only volume.* For our purposes, Azure Pipelines has two important components. The first is the queue of CI pipelines, and the second are the agent pools. Each CI pipeline consists of multiple jobs, each of which can run on an agent in a specific pool. The agent pool is a list of agents that have registered themselves with Azure Pipelines. For example, if the client specifies that the job should run in the ubuntu-16.04 pool, the job will be executed by an agent somewhere in the Microsoft cloud. Azure Pipelines lets you create your own agent pools, and host your own agents! diff --git a/content/project/gpu_ci/index.md b/content/project/gpu_ci/index.md new file mode 100644 index 0000000..16155b5 --- /dev/null +++ b/content/project/gpu_ci/index.md @@ -0,0 +1,14 @@ +--- +title: GPU Continuous Integration with Azure Pipelines +summary: +tags: +- personal +date: "2016-04-27T00:00:00Z" + +# Optional external URL for project (replaces project detail page). +external_link: "https://www.github.com/cwpearson/azure-pipelines-agent" + +image: + caption: + focal_point: Smart +--- diff --git a/content/project/graph_challenge.md b/content/project/graph_challenge.md deleted file mode 100644 index 6373b9f..0000000 --- a/content/project/graph_challenge.md +++ /dev/null @@ -1,49 +0,0 @@ -+++ -# Project title. -title = "Graph Challenge" - -# Date this page was created. -date = 2019-01-09T00:00:00-05:00 - -# Project summary to display on homepage. -summary = "Static and Dynamic Graph Operations" - -# Tags: can be used for filtering projects. -# Example: `tags = ["machine-learning", "deep-learning"]` -tags = ["impact"] - -# Optional external URL for project (replaces project detail page). -#external_link = "https://github.com/rai-project/scope" - -# Slides (optional). -# Associate this project with Markdown slides. -# Simply enter your slide deck's filename without extension. -# E.g. `slides = "example-slides"` references -# `content/slides/example-slides.md`. -# Otherwise, set `slides = ""`. -slides = "" - -# Links (optional). -url_pdf = "" -url_slides = "" -url_video = "" -url_code = "" - -# Custom links (optional). -# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`. -#url_custom = [ -# {icon_pack = "fab", icon="github", name="SCOPE", url = "https://github.com/c3sr/scope"}, -# {icon_pack = "fab", icon="github", name="Comm|Scope", url = "https://github.com/c3sr/comm_scope"} -#] - -# Featured image -# To use, add an image named `featured.jpg/png` to your project's folder. -[image] - # Caption (optional) - caption = "Photo by rawpixel on Unsplash" - - # Focal point (optional) - # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight - focal_point = "Smart" -+++ - diff --git a/content/project/graph_library/index.md b/content/project/graph_library/index.md new file mode 100644 index 0000000..2f4f165 --- /dev/null +++ b/content/project/graph_library/index.md @@ -0,0 +1,44 @@ +--- +title: Multi-GPU Graph Library +summary: Accelerating Static and Dynamic Graph Operations +tags: +- impact +- c3sr +date: "2016-04-27T00:00:00Z" + +# Optional external URL for project (replaces project detail page). +external_link: "" + +image: + caption: + focal_point: Smart + +links: +- icon: github + icon_pack: fab + name: Graph Challenge Code + url: https://github.com/c3sr/graph_challenge +- icon: github + icon_pack: fab + name: Graph Library Code + url: https://github.com/c3sr/pangolin +- icon: github + icon_pack: fab + name: Graph Dataset Tools + url: https://github.com/cwpearson/graph-datasets +- icon: link + icon_pack: fa + name: Graph Dataset Statistics + url: https://graph-datasets-stats.netlify.com +url_code: "" +url_pdf: "" +url_slides: "" +url_video: "" + +# Slides (optional). +# Associate this project with Markdown slides. +# Simply enter your slide deck's filename without extension. +# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`. +# Otherwise, set `slides = ""`. +slides: "" +--- \ No newline at end of file diff --git a/content/project/scope.md b/content/project/scope.md deleted file mode 100644 index 0f9da45..0000000 --- a/content/project/scope.md +++ /dev/null @@ -1,48 +0,0 @@ -+++ -# Project title. -title = "Scope" - -# Date this page was created. -date = 2018-07-24T09:28:43-05:00 - -# Project summary to display on homepage. -summary = "Heterogeneous System Benchmarking" - -# Tags: can be used for filtering projects. -# Example: `tags = ["machine-learning", "deep-learning"]` -tags = ["c3sr"] - -# Optional external URL for project (replaces project detail page). -#external_link = "https://github.com/rai-project/scope" - -# Slides (optional). -# Associate this project with Markdown slides. -# Simply enter your slide deck's filename without extension. -# E.g. `slides = "example-slides"` references -# `content/slides/example-slides.md`. -# Otherwise, set `slides = ""`. -slides = "" - -# Links (optional). -url_pdf = "" -url_slides = "" -url_video = "" -url_code = "" - -# Custom links (optional). -# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`. -url_custom = [ - {icon_pack = "fab", icon="github", name="SCOPE", url = "https://github.com/c3sr/scope"}, - {icon_pack = "fab", icon="github", name="Comm|Scope", url = "https://github.com/c3sr/comm_scope"}] - -# Featured image -# To use, add an image named `featured.jpg/png` to your project's folder. -[image] - # Caption (optional) - caption = "Photo by rawpixel on Unsplash" - - # Focal point (optional) - # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight - focal_point = "Smart" -+++ - diff --git a/content/project/scope/index.md b/content/project/scope/index.md new file mode 100644 index 0000000..10af370 --- /dev/null +++ b/content/project/scope/index.md @@ -0,0 +1,36 @@ +--- +title: Scope +summary: GPU Microbenchmarking +tags: +- impact +- c3sr +date: "2016-04-27T00:00:00Z" + +# Optional external URL for project (replaces project detail page). +external_link: "" + +image: + caption: + focal_point: Smart + +links: +- icon: github + icon_pack: fab + name: Scope + url: https://github.com/c3sr/scope +- icon: github + icon_pack: fab + name: Comm|Scope + url: https://github.com/c3sr/comm_scope +url_code: "" +url_pdf: "" +url_slides: "" +url_video: "" + +# Slides (optional). +# Associate this project with Markdown slides. +# Simply enter your slide deck's filename without extension. +# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`. +# Otherwise, set `slides = ""`. +slides: "" +--- \ No newline at end of file diff --git a/content/publication/2017hidayetoglu.md b/content/publication/2017hidayetoglu.md index 6158c68..7e665da 100644 --- a/content/publication/2017hidayetoglu.md +++ b/content/publication/2017hidayetoglu.md @@ -30,6 +30,14 @@ url_video = "" selected = false +# Projects (optional). +# Associate this publication with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["deep-learning"]` references +# `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects = ["app_studies"] + # Featured image # To use, add an image named `featured.jpg/png` to your page's folder. [image] diff --git a/content/publication/20180925_mailthody_hpec.md b/content/publication/20180925_mailthody_hpec.md index 60d1d28..5b4f76f 100644 --- a/content/publication/20180925_mailthody_hpec.md +++ b/content/publication/20180925_mailthody_hpec.md @@ -43,7 +43,7 @@ selected = true # E.g. `projects = ["deep-learning"]` references # `content/project/deep-learning/index.md`. # Otherwise, set `projects = []`. -projects = ["graph_challenge"] +projects = ["graph_library"] # Links (optional) url_pdf = "pdf/20180925_mailthody_iwoph.pdf" diff --git a/content/talk/2017cem.md b/content/talk/2017cem.md index b7ee35a..b211287 100644 --- a/content/talk/2017cem.md +++ b/content/talk/2017cem.md @@ -17,7 +17,7 @@ url_pdf = "pdf/mlfmm-cem2017.pdf" # Associate this talk with one or more of your projects. # Simply enter the filename (excluding '.md') of your project file in `content/project/`. # E.g. `projects = ["deep-learning"]` references `content/project/deep-learning.md`. -projects = [] +projects = ["app_studies"] [header] caption = "" diff --git a/content/talk/20180624isc.md b/content/talk/20180624isc.md index 80a8a3e..626ed9a 100644 --- a/content/talk/20180624isc.md +++ b/content/talk/20180624isc.md @@ -19,7 +19,7 @@ selected = true # E.g. `projects = ["deep-learning"]` references # `content/project/deep-learning/index.md`. # Otherwise, set `projects = []`. -projects = ["app_studies"] +projects = [] # Links (optional). url_pdf = "" diff --git a/content/talk/2018ff.md b/content/talk/2018ff.md index ea53be4..cea6114 100644 --- a/content/talk/2018ff.md +++ b/content/talk/2018ff.md @@ -17,7 +17,7 @@ selected = true # Associate this talk with one or more of your projects. # Simply enter the filename (excluding '.md') of your project file in `content/project/`. # E.g. `projects = ["deep-learning"]` references `content/project/deep-learning.md`. -projects = [] +projects = ["scope"] # Links (optional). url_pdf = ""