-
Notifications
You must be signed in to change notification settings - Fork 3
Add 3 New Projects #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
10d8828
Small typo fix.
2a3c3f4
Added parallel computing project repo.
dbd34b5
Added gRASPA project.
d428402
Added lightwave explorer project.
e4495b4
Update content/projects/2024/2024-12-16-parallel-computing-in-practic…
scottstraughan ec5448e
Merge pull request #30 from codeplaysoftware/fixed-small-typo
scottstraughan d01d939
Removed dead project.
5ea07d8
Merge pull request #32 from codeplaysoftware/removed-deleted-project
scottstraughan d0b8ed8
Added parallel computing project repo.
0bf49c6
Added gRASPA project.
33889fe
Added lightwave explorer project.
4c1901c
Update content/projects/2024/2024-12-16-parallel-computing-in-practic…
scottstraughan db824dd
Merge remote-tracking branch 'origin/added-new-projects' into added-n…
29defc3
Removed duplicate project.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
19 changes: 19 additions & 0 deletions
19
content/projects/2024/2024-12-16-parallel-computing-in-practice.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.