Skip to content

Commit 2404c10

Browse files
authored
Merge pull request #788 from bedroge/rebuild_lammps_generic
Rebuild LAMMPS for `*/generic` targets to make sure that CPU-specific optimizations are disabled
2 parents 1357775 + d7d635d commit 2404c10

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# 2024.10.15
2+
# Generic build of LAMMPS have optimizations for the build host CPU,
3+
# this is fixed in https://github.com/easybuilders/easybuild-easyblocks/pull/3484
4+
easyconfigs:
5+
- LAMMPS-2Aug2023_update2-foss-2023a-kokkos.eb:
6+
options:
7+
# see: https://github.com/easybuilders/easybuild-easyblocks/pull/3484
8+
include-easyblocks-from-commit: 3671c5b7c238c7dc8aadd2c510329770ef1bdcdf
9+
- LAMMPS-29Aug2024-foss-2023b-kokkos.eb:
10+
options:
11+
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/21436
12+
from-commit: 9dc24e57880a8adb06ae10557c5315e66671a533
13+
# see: https://github.com/easybuilders/easybuild-easyblocks/pull/3484
14+
include-easyblocks-from-commit: 3671c5b7c238c7dc8aadd2c510329770ef1bdcdf
15+
16+

0 commit comments

Comments
 (0)