Skip to content
Merged
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ source /cvmfs/software.eessi.io/versions/2025.06/init/bash
module load EasyBuild/5.1.2
eb easyconfigs/ESPResSo-foss-2025a-software-commit.eb \
--include-easyblocks=easyconfigs/e/ESPResSo/espresso.py \
--software-commit=11393df --max-parallel $(nproc)
--software-commit=dfda2d8 --max-parallel $(nproc)
module use ~/.local/easybuild/modules/all
module spider ESPResSo
module load ESPResSo/11393df-foss-2025a
module load ESPResSo/dfda2d8-foss-2025a
```

### Build missing dependencies locally
Expand All @@ -32,8 +32,8 @@ module use ~/.local/easybuild/modules/all
module spider Boost.MPI
eb easyconfigs/ESPResSo-foss-2025a-software-commit.eb \
--include-easyblocks=easyconfigs/e/ESPResSo/espresso.py \
--software-commit=11393df --max-parallel $(nproc)
module load ESPResSo/11393df-foss-2025a
--software-commit=dfda2d8 --max-parallel $(nproc)
module load ESPResSo/dfda2d8-foss-2025a
python -c 'import numpy, espressomd;print(f"numpy {numpy.__version__}, ESPResSo {espressomd.__version__}")'
```

Expand Down
2 changes: 1 addition & 1 deletion easyconfigs/ESPResSo-foss-2023b-software-commit.eb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if any(x[0] == 'HDF5' for x in dependencies):
},
]
checksums = [{
'espresso-%(software_commit)s.tar.gz': 'b0f816ba9ec7422beb716b624af205c8ae780642a5b8c8e3d0fbe3214860590d',
'espresso-%(software_commit)s.tar.gz': '14985c4e2e65912bb29a900cdee937a0150d860f40f8d8a725789d649b3fd6fd',
'walberla-fc081850.tar.gz': '686c8f26e225971ae5beed6f25ada7536bfacb96db11f2ff9cce6f267fc7f8ea',
'kokkos-18b830e.tar.gz': 'dc0127134f47752f61e74c77237bd9ec560535c4283fef8c9643f947b3733063',
'Cabana-e76c1a1.tar.gz': '20dbd352fe1da744a312e556730287f52a205d1e767ac45557a3998b7fc80ca7',
Expand Down
2 changes: 1 addition & 1 deletion easyconfigs/ESPResSo-foss-2025a-software-commit.eb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if any(x[0] == 'HDF5' for x in dependencies):
},
]
checksums = [{
'espresso-%(software_commit)s.tar.gz': 'b0f816ba9ec7422beb716b624af205c8ae780642a5b8c8e3d0fbe3214860590d',
'espresso-%(software_commit)s.tar.gz': '14985c4e2e65912bb29a900cdee937a0150d860f40f8d8a725789d649b3fd6fd',
'walberla-fc081850.tar.gz': '686c8f26e225971ae5beed6f25ada7536bfacb96db11f2ff9cce6f267fc7f8ea',
'kokkos-18b830e.tar.gz': 'dc0127134f47752f61e74c77237bd9ec560535c4283fef8c9643f947b3733063',
'Cabana-e76c1a1.tar.gz': '20dbd352fe1da744a312e556730287f52a205d1e767ac45557a3998b7fc80ca7',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
easyconfigs:
- ESPResSo-foss-2023b-software-commit.eb:
options:
software-commit: 11393dfe1aaade7240395f37a24fc1f743f868b9
software-commit: dfda2d8728279d8e0e9a9e2e5d0116f852980757
include-easyblocks: easyconfigs/*/*/*.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
easyconfigs:
- ESPResSo-foss-2025a-software-commit.eb:
options:
software-commit: 11393dfe1aaade7240395f37a24fc1f743f868b9
software-commit: dfda2d8728279d8e0e9a9e2e5d0116f852980757
include-easyblocks: easyconfigs/*/*/*.py