Skip to content

Commit c0f1138

Browse files
authored
Merge branch 'main' into zen5
2 parents b514065 + 474ee85 commit c0f1138

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eb_hooks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ def pre_fetch_hook_check_installation_path(self, *args, **kwargs):
760760
f"non-accelerator location {self.installdir}. You need to reconfigure your installation to target "
761761
"the correct location. If using the EESSI-extend module, this means reloading that module "
762762
"with EESSI_ACCELERATOR_INSTALL set:\n"
763-
" EESSI_ACCELERATOR_TARGET=1 module load EESSI-extend"
763+
" EESSI_ACCELERATOR_INSTALL=1 module load EESSI-extend"
764764
)
765765
else:
766766
# If we don't have an accelerator dependency then we should be in a CPU installation path
@@ -770,7 +770,7 @@ def pre_fetch_hook_check_installation_path(self, *args, **kwargs):
770770
f"{self.installdir}. If this is a dependency of the package you are really interested in you will "
771771
"need to first install the CPU-only dependencies of that package. If using the EESSI-extend "
772772
"module, this means reloading that module with EESSI_ACCELERATOR_INSTALL unset:\n"
773-
" unset EESSI_ACCELERATOR_TARGET=1 && module load EESSI-extend"
773+
" unset EESSI_ACCELERATOR_INSTALL && module load EESSI-extend"
774774
)
775775

776776

0 commit comments

Comments
 (0)