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

Rebuild LAMMPS for */generic targets to make sure that CPU-specific optimizations are disabled #788

Open
wants to merge 4 commits into
base: 2023.06-software.eessi.io
Choose a base branch
from
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions EESSI-remove-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ if [ $EUID -eq 0 ]; then
app_dir=${app_installprefix}/software/${app}
app_module=${app_installprefix}/modules/all/${app}.lua
echo_yellow "Removing ${app_dir} and ${app_module}..."
find ${app_dir} -type f -exec rm -f {} \;
rm -rf ${app_dir}
rm -rf ${app_module}
done
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 2024.10.15
# Generic build of LAMMPS have optimizations for the build host CPU,
# this is fixed in https://github.com/easybuilders/easybuild-easyblocks/pull/3484
easyconfigs:
- LAMMPS-2Aug2023_update2-foss-2023a-kokkos.eb:
options:
# see: https://github.com/easybuilders/easybuild-easyblocks/pull/3484
include-easyblocks-from-commit: 3671c5b7c238c7dc8aadd2c510329770ef1bdcdf
- LAMMPS-29Aug2024-foss-2023b-kokkos.eb:
options:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/21436
from-commit: 9dc24e57880a8adb06ae10557c5315e66671a533
# see: https://github.com/easybuilders/easybuild-easyblocks/pull/3484
include-easyblocks-from-commit: 3671c5b7c238c7dc8aadd2c510329770ef1bdcdf