From 10d8828e463c9339c819fefcf5257629e5457892 Mon Sep 17 00:00:00 2001 From: Scott Straughan Date: Mon, 16 Dec 2024 11:14:42 +0000 Subject: [PATCH 01/11] Small typo fix. --- content/contributors/gordon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contributors/gordon.md b/content/contributors/gordon.md index 6adfeaa..3cc1d17 100644 --- a/content/contributors/gordon.md +++ b/content/contributors/gordon.md @@ -4,7 +4,7 @@ avatar: ../../../static/images/contributors/gordon.webp date: '2024-01-31T11:11:59.629762' links: - https://uk.linkedin.com/in/gordon-brown-7a14b458 -position: Principle Software Engineer +position: Principal Software Engineer affiliation: Codeplay Software --- From 2a3c3f4d578ca37304223212d6583da1d8d71d14 Mon Sep 17 00:00:00 2001 From: Scott Straughan Date: Mon, 16 Dec 2024 11:22:56 +0000 Subject: [PATCH 02/11] Added parallel computing project repo. --- ...24-12-16-parallel-computing-in-practice.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/projects/2024/2024-12-16-parallel-computing-in-practice.md diff --git a/content/projects/2024/2024-12-16-parallel-computing-in-practice.md b/content/projects/2024/2024-12-16-parallel-computing-in-practice.md new file mode 100644 index 0000000..6510007 --- /dev/null +++ b/content/projects/2024/2024-12-16-parallel-computing-in-practice.md @@ -0,0 +1,19 @@ +--- +contributor: scott +date: '2024-12-16T11:18:00' +creation_date: '2024-10-27T02:24:42' +license: MIT +tags: + - windows + - opencl + - openmp + - parallel-computing + - openapi + - sycl + - levelzero +title: 'Parallel Computing in Practice' +external_url: https://github.com/apinge/parallel_computing_in_practice +--- + +Examples of deploying and computing with SYCL, OpenCL, Level Zero nd OpenMP on GPU devices for enhanced parallel +performance, primarily on the Windows platform. From dbd34b5e67fe449c51c5e6609749de494c0b7a0d Mon Sep 17 00:00:00 2001 From: Scott Straughan Date: Mon, 16 Dec 2024 11:23:09 +0000 Subject: [PATCH 03/11] Added gRASPA project. --- content/projects/2024/2024-12-16-graspa.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/projects/2024/2024-12-16-graspa.md diff --git a/content/projects/2024/2024-12-16-graspa.md b/content/projects/2024/2024-12-16-graspa.md new file mode 100644 index 0000000..7ff7ab5 --- /dev/null +++ b/content/projects/2024/2024-12-16-graspa.md @@ -0,0 +1,18 @@ +--- +contributor: scott +date: '2024-12-16T11:18:00' +creation_date: '2023-04-18T05:35:31' +license: MIT +tags: + - monte-carlo + - adsorption + - metal + - poros-materials + - simulation + - machine-learning +title: 'gRASPA' +external_url: https://github.com/snurr-group/gRASPA +--- + +gRASPA (pronounced “gee raspa”) is a GPU-accelerated Monte Carlo simulation software built for molecular adsorption in +nanoporous materials, such as zeolites and metal-organic frameworks (MOFs). From d42840241a90501d52472ac764f2e37aa61d0d1e Mon Sep 17 00:00:00 2001 From: Scott Straughan Date: Mon, 16 Dec 2024 11:26:01 +0000 Subject: [PATCH 04/11] Added lightwave explorer project. --- .../2024/2024-12-16-lightwave-explorer.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/projects/2024/2024-12-16-lightwave-explorer.md diff --git a/content/projects/2024/2024-12-16-lightwave-explorer.md b/content/projects/2024/2024-12-16-lightwave-explorer.md new file mode 100644 index 0000000..01a3858 --- /dev/null +++ b/content/projects/2024/2024-12-16-lightwave-explorer.md @@ -0,0 +1,15 @@ +--- +contributor: scott +date: '2024-12-16T11:18:00' +creation_date: '2022-03-07T20:43:02' +license: MIT +tags: + - cpp + - simulation + - nonlinear-optics + - oneapi +title: 'Lightwave Explorer' +external_url: https://github.com/NickKarpowicz/LightwaveExplorer +--- + +An efficient, user-friendly solver for nonlinear light-matter interaction. From e4495b4c1aec98d02d62ede1fba4c15d3add2b0a Mon Sep 17 00:00:00 2001 From: Scott Straughan <42965777+scottstraughan@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:04:52 +0000 Subject: [PATCH 05/11] Update content/projects/2024/2024-12-16-parallel-computing-in-practice.md Co-authored-by: carlewis --- .../projects/2024/2024-12-16-parallel-computing-in-practice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/projects/2024/2024-12-16-parallel-computing-in-practice.md b/content/projects/2024/2024-12-16-parallel-computing-in-practice.md index 6510007..fdf12be 100644 --- a/content/projects/2024/2024-12-16-parallel-computing-in-practice.md +++ b/content/projects/2024/2024-12-16-parallel-computing-in-practice.md @@ -15,5 +15,5 @@ title: 'Parallel Computing in Practice' external_url: https://github.com/apinge/parallel_computing_in_practice --- -Examples of deploying and computing with SYCL, OpenCL, Level Zero nd OpenMP on GPU devices for enhanced parallel +Examples of deploying and computing with SYCL, OpenCL, Level Zero and OpenMP on GPU devices for enhanced parallel performance, primarily on the Windows platform. From d01d939bf45592cf97a9711dbe2fd2e3a71e2029 Mon Sep 17 00:00:00 2001 From: Scott Straughan Date: Mon, 16 Dec 2024 12:09:56 +0000 Subject: [PATCH 06/11] Removed dead project. --- content/projects/2024/2024-07-26-sygraph.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 content/projects/2024/2024-07-26-sygraph.md diff --git a/content/projects/2024/2024-07-26-sygraph.md b/content/projects/2024/2024-07-26-sygraph.md deleted file mode 100644 index 3a52da2..0000000 --- a/content/projects/2024/2024-07-26-sygraph.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -contributor: scott -date: '2024-07-26T00:00:00' -creation_date: '2024-04-08T15:15:14' -license: MIT -tags: - - graph - - parallel-compute - - hpc - - analysis -title: SYgraph -external_url: https://github.com/unisa-hpc/SYgraph ---- - -An Heterogeneous Library for Graph Analytics on accelerator devices. \ No newline at end of file From d0b8ed89d381ea392d6e65974a33ee8e23fa90a1 Mon Sep 17 00:00:00 2001 From: Scott Straughan Date: Mon, 16 Dec 2024 11:22:56 +0000 Subject: [PATCH 07/11] Added parallel computing project repo. --- ...24-12-16-parallel-computing-in-practice.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/projects/2024/2024-12-16-parallel-computing-in-practice.md diff --git a/content/projects/2024/2024-12-16-parallel-computing-in-practice.md b/content/projects/2024/2024-12-16-parallel-computing-in-practice.md new file mode 100644 index 0000000..6510007 --- /dev/null +++ b/content/projects/2024/2024-12-16-parallel-computing-in-practice.md @@ -0,0 +1,19 @@ +--- +contributor: scott +date: '2024-12-16T11:18:00' +creation_date: '2024-10-27T02:24:42' +license: MIT +tags: + - windows + - opencl + - openmp + - parallel-computing + - openapi + - sycl + - levelzero +title: 'Parallel Computing in Practice' +external_url: https://github.com/apinge/parallel_computing_in_practice +--- + +Examples of deploying and computing with SYCL, OpenCL, Level Zero nd OpenMP on GPU devices for enhanced parallel +performance, primarily on the Windows platform. From 0bf49c6f85bdea89b81395ba9cee6849ebc77d77 Mon Sep 17 00:00:00 2001 From: Scott Straughan Date: Mon, 16 Dec 2024 11:23:09 +0000 Subject: [PATCH 08/11] Added gRASPA project. --- content/projects/2024/2024-12-16-graspa.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/projects/2024/2024-12-16-graspa.md diff --git a/content/projects/2024/2024-12-16-graspa.md b/content/projects/2024/2024-12-16-graspa.md new file mode 100644 index 0000000..7ff7ab5 --- /dev/null +++ b/content/projects/2024/2024-12-16-graspa.md @@ -0,0 +1,18 @@ +--- +contributor: scott +date: '2024-12-16T11:18:00' +creation_date: '2023-04-18T05:35:31' +license: MIT +tags: + - monte-carlo + - adsorption + - metal + - poros-materials + - simulation + - machine-learning +title: 'gRASPA' +external_url: https://github.com/snurr-group/gRASPA +--- + +gRASPA (pronounced “gee raspa”) is a GPU-accelerated Monte Carlo simulation software built for molecular adsorption in +nanoporous materials, such as zeolites and metal-organic frameworks (MOFs). From 33889fee63133a710ae630005406dbbb74d5f69c Mon Sep 17 00:00:00 2001 From: Scott Straughan Date: Mon, 16 Dec 2024 11:26:01 +0000 Subject: [PATCH 09/11] Added lightwave explorer project. --- .../2024/2024-12-16-lightwave-explorer.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/projects/2024/2024-12-16-lightwave-explorer.md diff --git a/content/projects/2024/2024-12-16-lightwave-explorer.md b/content/projects/2024/2024-12-16-lightwave-explorer.md new file mode 100644 index 0000000..01a3858 --- /dev/null +++ b/content/projects/2024/2024-12-16-lightwave-explorer.md @@ -0,0 +1,15 @@ +--- +contributor: scott +date: '2024-12-16T11:18:00' +creation_date: '2022-03-07T20:43:02' +license: MIT +tags: + - cpp + - simulation + - nonlinear-optics + - oneapi +title: 'Lightwave Explorer' +external_url: https://github.com/NickKarpowicz/LightwaveExplorer +--- + +An efficient, user-friendly solver for nonlinear light-matter interaction. From 4c1901c2eec828b503b254a8c8044f1161fc60e2 Mon Sep 17 00:00:00 2001 From: Scott Straughan <42965777+scottstraughan@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:04:52 +0000 Subject: [PATCH 10/11] Update content/projects/2024/2024-12-16-parallel-computing-in-practice.md Co-authored-by: carlewis --- .../projects/2024/2024-12-16-parallel-computing-in-practice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/projects/2024/2024-12-16-parallel-computing-in-practice.md b/content/projects/2024/2024-12-16-parallel-computing-in-practice.md index 6510007..fdf12be 100644 --- a/content/projects/2024/2024-12-16-parallel-computing-in-practice.md +++ b/content/projects/2024/2024-12-16-parallel-computing-in-practice.md @@ -15,5 +15,5 @@ title: 'Parallel Computing in Practice' external_url: https://github.com/apinge/parallel_computing_in_practice --- -Examples of deploying and computing with SYCL, OpenCL, Level Zero nd OpenMP on GPU devices for enhanced parallel +Examples of deploying and computing with SYCL, OpenCL, Level Zero and OpenMP on GPU devices for enhanced parallel performance, primarily on the Windows platform. From 29defc347fef6c7abeb03904cddd515cf10e6f13 Mon Sep 17 00:00:00 2001 From: Scott Straughan Date: Tue, 17 Dec 2024 15:48:41 +0000 Subject: [PATCH 11/11] Removed duplicate project. --- .../2024/2024-12-16-lightwave-explorer.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 content/projects/2024/2024-12-16-lightwave-explorer.md diff --git a/content/projects/2024/2024-12-16-lightwave-explorer.md b/content/projects/2024/2024-12-16-lightwave-explorer.md deleted file mode 100644 index 01a3858..0000000 --- a/content/projects/2024/2024-12-16-lightwave-explorer.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -contributor: scott -date: '2024-12-16T11:18:00' -creation_date: '2022-03-07T20:43:02' -license: MIT -tags: - - cpp - - simulation - - nonlinear-optics - - oneapi -title: 'Lightwave Explorer' -external_url: https://github.com/NickKarpowicz/LightwaveExplorer ---- - -An efficient, user-friendly solver for nonlinear light-matter interaction.