Skip to content
Snippets Groups Projects
Commit e4683da3 authored by Ujwal Kundur's avatar Ujwal Kundur
Browse files

Test fix 6.6

Source setvars.sh using a new entrypoint script.
parent a98d656a
No related branches found
No related tags found
1 merge request!306OneAPI Integration Testing
...@@ -215,7 +215,7 @@ RUN spack debug report \ ...@@ -215,7 +215,7 @@ RUN spack debug report \
COPY eic-shell /usr/local/bin/eic-shell COPY eic-shell /usr/local/bin/eic-shell
COPY eic-info /usr/local/bin/eic-info COPY eic-info /usr/local/bin/eic-info
COPY entrypoint.sh /usr/local/sbin/entrypoint.sh COPY oneentrypoint.sh /usr/local/sbin/entrypoint.sh
COPY eic-env.sh /etc/eic-env.sh COPY eic-env.sh /etc/eic-env.sh
COPY profile.d/a00_cleanup.sh /etc/profile.d COPY profile.d/a00_cleanup.sh /etc/profile.d
COPY profile.d/z11_jug_env.sh /etc/profile.d COPY profile.d/z11_jug_env.sh /etc/profile.d
......
#!/usr/bin/env bash
## Force environment to be clean
. /etc/eic-env.sh
## Source OneAPI environment
. /opt/intel/oneapi/setvars.sh --force 2> /dev/null
exec "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment