We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddafaaf + 90a80da commit 411128aCopy full SHA for 411128a
init/lmod_eessi_archdetect_wrapper_accel.sh
@@ -0,0 +1,2 @@
1
+# This can be leveraged by the source_sh() feature of Lmod
2
+export EESSI_ACCEL_SUBDIR=$($(dirname $(readlink -f $BASH_SOURCE))/eessi_archdetect.sh accelpath)
install_scripts.sh
@@ -86,7 +86,8 @@ 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 lmod_eessi_archdetect_wrapper.sh
+ minimal_eessi_env README.md test.py lmod_eessi_archdetect_wrapper.sh lmod_eessi_archdetect_wrapper_accel.sh
90
+
91
)
92
copy_files_by_list ${TOPDIR}/init ${INSTALL_PREFIX}/init "${init_files[@]}"
93
0 commit comments