We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3db7ade + f9bbb59 commit a567219Copy full SHA for a567219
init/lmod_eessi_archdetect_wrapper.sh
@@ -0,0 +1,2 @@
1
+# This can be leveraged by the source_sh() feature of Lmod
2
+export EESSI_ARCHDETECT_OPTIONS=$($(dirname $(readlink -f $BASH_SOURCE))/eessi_archdetect.sh -a cpupath)
install_scripts.sh
@@ -86,7 +86,7 @@ TOPDIR=$(dirname $(realpath $0))
86
# Copy for init directory
87
init_files=(
88
bash eessi_archdetect.sh eessi_defaults eessi_environment_variables eessi_software_subdir_for_host.py
89
- minimal_eessi_env README.md test.py
+ minimal_eessi_env README.md test.py lmod_eessi_archdetect_wrapper.sh
90
)
91
copy_files_by_list ${TOPDIR}/init ${INSTALL_PREFIX}/init "${init_files[@]}"
92
0 commit comments