Skip to content

Commit fdca9e9

Browse files
committed
fix environment variable
1 parent 919f2fe commit fdca9e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ def pre_prepare_hook_pytorch(self, *args, **kwargs):
956956
if self.version in ['2.6.0', '2.7.1', '2.9.1']:
957957
eessi_version = get_eessi_envvar('EESSI_VERSION')
958958
if eessi_version == '2025.06':
959-
os.environ['GLIBC_TUNABLES=glibc.rtld.execstack'] = '2'
959+
os.environ['GLIBC_TUNABLES'] = 'glibc.rtld.execstack=2'
960960
else:
961961
raise EasyBuildError("PyTorch-specific hook triggered for non-PyTorch easyconfig?!")
962962

0 commit comments

Comments
 (0)