Skip to content
Snippets Groups Projects

OneAPI Integration Testing

Merged Ujwal Kundur requested to merge ujwalk-oneapi-integration-testing into master
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
  • e661cfa5
    Integration Test Scenario #3 · e661cfa5
    Ujwal Kundur authored
    Previous build fails because spack concretizes environment to use
    oneapi-2022.0.0 compiler instead of gcc mentioned in spack.yaml
    This test modifies spack.yaml to use intel compiler instead to check
    if dependencies compile successfully.
@@ -67,6 +67,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
wget \
&& localedef -i en_US -f UTF-8 en_US.UTF-8 \
&& gcc --version \
&& ln -s /usr/bin/python /usr/bin/python3 \
&& curl -L \
"https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" \
| bash \
Loading