Skip to content
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

Pull-Request [Digital-Garden-8-19-2024] from Obsidian #124

Merged
merged 3 commits into from
Aug 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/notes/lammps-on-wsl-with-openmp-and-gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Compiling LAMMPS on WSL with OpenMP and GPU acceleration
description: Recording the process of compiling LAMMPS on WSL with OpenMP and GPU acceleration
date: 2024-08-18T14:11
update: 2024-08-18T21:27
update: 2024-08-19T02:44
tags:
- note/2024/08
- note/molecular-dynamics
Expand All @@ -15,7 +15,7 @@ Though LAMMPS provides pre-built packages for Windows, the computational efficie
# Device Infomation
Here's the information of hardwares and environments of my machine:

- CPU: 13th Gen Intel(R) Core(TM) i7-13650HX
- CPU: 13th Gen Intel(R) Core(TM) i7-13650HX (14 cores, 20 threads)
- GPU: NVIDIA GeForce RTX 4060 Laptop GPU
- OS: Ubuntu 22.04 (WSL2 on Windows 11 23H2)

Expand Down
Loading