You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ eb -x CUDA-12.1.1.eb
== Temporary log file incase of crash /dev/shm/eb-fzxu3mgy/easybuild-1uvmjeo1.log
file /dev/shm/eb-fzxu3mgy/fake_vsc_iax5y02_ removed
ERROR: pattern '.*(lmod|LMOD_CMD)' (Lmod) not found in defined 'module' function.
Specify the correct modules tool to avoid weird problems due to this mismatch, see the --modules-tool and --avail-modules-tools command line options.
Or alternatively, use --allow-modules-tool-mismatch to stop treating this as an error. Obtained definition of 'module' function:
Set-up
Module set-up:
$ echo $LMOD_CMD
/usr/share/lmod/lmod/libexec/lmod
$ declare -f module
module ()
{
if [ -z "${LMOD_SH_DBG_ON+x}" ]; then
case "$-" in
*v*x*)
__lmod_sh_dbg='vx'
;;
*v*)
__lmod_sh_dbg='v'
;;
*x*)
__lmod_sh_dbg='x'
;;
esac;
fi;
if [ -n "${__lmod_sh_dbg:-}" ]; then
set +$__lmod_sh_dbg;
echo "Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for Lmod's output" 1>&2;
fi;
eval "$($LMOD_CMD shell "$@")" && eval "$(${LMOD_SETTARG_CMD:-:} -s sh)";
__lmod_my_status=$?;
if [ -n "${__lmod_sh_dbg:-}" ]; then
echo "Shell debugging restarted" 1>&2;
set -$__lmod_sh_dbg;
fi;
unset __lmod_sh_dbg;
return $__lmod_my_status
}
Using 5.0.x stuff, did a pull on 5.0.x branches for blocks, configs and framework while writing this.
unset EASYBUILD_SOURCEPATH;
module purge;
module unuse $MODULEPATH;
module use /apps/Test/fmodules/all;
module use /apps/Common/fmodules/all;
local devpath=$HOME/vikren/easybuild/;
cd "$devpath";
export PATH="${devpath}/framework:$PATH";
export PYTHONPATH="${devpath}/framework:${devpath}/blocks:${devpath}/configs";
export EASYBUILD_ROBOT_PATHS="${devpath}/configs/easybuild/easyconfigs";
export EASYBUILD_INSTALLPATH=/apps/Test/;
export EASYBUILD_REPOSITORYPATH=/apps/Test/ebfiles_repo;
The text was updated successfully, but these errors were encountered:
Example error message
Set-up
Module set-up:
Using 5.0.x stuff, did a pull on 5.0.x branches for blocks, configs and framework while writing this.
The text was updated successfully, but these errors were encountered: