Skip to content
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4b6840d
{2025.06}[foss/2024a] LAMMPS 22Jul2025 with CUDA
laraPPr Apr 7, 2026
51fb21c
add missing double point
laraPPr Apr 7, 2026
c8fddd2
add commit for easyblock
laraPPr Apr 8, 2026
07fc2af
Merge branch 'main' into LAMMPS_GPU
laraPPr Apr 28, 2026
457685c
use latest easybuild release
laraPPr Apr 28, 2026
47db9e3
use latest easybuild release
laraPPr Apr 28, 2026
7f0bea3
use update easyblock for ARM builds
laraPPr Jun 29, 2026
0a06b85
use from-pr for testing
laraPPr Jun 29, 2026
6dbb7f5
try from commit with a commit for the LAMMPS and kokkos easyblock
laraPPr Jun 29, 2026
25fa295
use from pr for testing
laraPPr Jun 29, 2026
172c35d
use commit where kokkos was added
laraPPr Jun 30, 2026
8af0c7d
use latest commit that also disables SVE on ARM
laraPPr Jun 30, 2026
eddbca3
Apply suggestion from @laraPPr
laraPPr Jun 30, 2026
269db6d
Need a commit that touches both lamms and kokkos easyblock
laraPPr Jun 30, 2026
6a30df4
set kokkos arch differently
laraPPr Jun 30, 2026
50ef06c
add easyconfig that builds with optarch false on ARM
laraPPr Jul 1, 2026
e417b97
Add more flags in the hope that neon is not picked up
laraPPr Jul 1, 2026
fe6a43c
fix broken commit
laraPPr Jul 1, 2026
aafcb4d
use latest easyblock commit
laraPPr Jul 17, 2026
7995da4
Merge branch 'main' into LAMMPS_GPU
laraPPr Jul 17, 2026
e190417
Still need the update to the config
laraPPr Jul 17, 2026
99a9bf7
use latest commit for easyblock pr for crosscompiling LAMMPS
laraPPr Aug 3, 2026
e3c1f8d
Merge branch 'main' into LAMMPS_GPU
laraPPr Aug 12, 2026
fc57f12
merge with main and use latest easybuild
laraPPr Aug 12, 2026
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
easyconfigs:
- LAMMPS-22Jul2025-foss-2024a-kokkos-CUDA-12.6.0.eb:
# https://github.com/easybuilders/easybuild-easyblocks/pull/4175
options:
# easyblock for working around neon issue
# include-easyblocks-from-commit: bcc86f327b79edd5f06f71c5401a5a7665a39a68
# easyblock for crosscompiling lammp CUDA without device
# https://github.com/easybuilders/easybuild-easyblocks/pull/4190
include-easyblocks-from-commit: 38f267a1c491c17bea94784903c2b93fd59b2fea
Loading