Skip to content
Draft
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
3 changes: 3 additions & 0 deletions bot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
# stop as soon as something fails
set -e

echo "ULIMITS:"
ulimit -a

# Make sure we are referring to software-layer as working directory
software_layer_dir=$(dirname $(dirname $(realpath $0)))
# source utils.sh and cfg_files.sh
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
easyconfigs:
- GROMACS-2025.4-foss-2025b-CUDA-12.9.1.eb:
options:
from-commit: 23228c21d24b49a10bd5a51f09e14f5484d7b67d
1 change: 1 addition & 0 deletions eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1526,6 +1526,7 @@ def pre_test_hook_gromacs(self, *args, **kwargs):
"""
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
if self.name == 'GROMACS':
self.cfg['pretestopts'] = 'env && ulimit -a && numactl --show && '
if self.version < '2026.3' and cpu_target == CPU_TARGET_NVIDIA_GRACE:
self.cfg['pretestopts'] = 'export HWLOC_KEEP_NVIDIA_GPU_NUMA_NODES=0 && '
else:
Expand Down
Loading