- Jun 30, 2022
-
-
Ujwal Kundur authored
Create a jug_xl container with oneAPI support.
-
Ujwal Kundur authored
Modify .gitlab-ci.yml to add new containers.
-
Ujwal Kundur authored
Source setvars.sh from /etc/profile while using bash login shell.
-
Ujwal Kundur authored
Source setvars.sh while invoking bash login shell
-
Ujwal Kundur authored
make entrypoint.sh executable
-
Ujwal Kundur authored
-
Ujwal Kundur authored
Source setvars.sh using a new entrypoint script.
-
Ujwal Kundur authored
Source setvars.sh in a fail-safe way.
-
Ujwal Kundur authored
Disable cache mounts for builder apt commands.
-
Ujwal Kundur authored
-
Ujwal Kundur authored
Add apt lock timeouts to prevent builder and oneapi stages from clashing.
-
Ujwal Kundur authored
Update .gitlab-ci.yml file to make builds sequential and prevent apt locks.
-
Ujwal Kundur authored
Create a new debian image based on stable branch (Bullseye for now). Use Intel Toolkits with Ubuntu 20.04 LTS (which are based on Debian 11). This should prevent any GLIBC mismatch errors and other issues.
-
Ujwal Kundur authored
Update intel/oneapi-hpckit OS to Ubuntu 20.04 to prevent outdated GLIBC errors.
-
Ujwal Kundur authored
Use Debian_base as the base image instead of oneAPI. Final Lean image is based on oneAPI with required files copied from staging.
-
Ujwal Kundur authored
-
Ujwal Kundur authored
-
Ujwal Kundur authored
-
Ujwal Kundur authored
spack still concretizies spack.yaml with oneapi compiler instead of gcc. This test builds with --no-cache option to rule out spack.yaml caching. dev.Dockerfile has a CACHE_BUST arg for this purpose but it seems to be set after copying spack.yaml not before. So if this works, move CACHE_BUST before COPY instruction copying spack.
-
Ujwal Kundur authored
-
Ujwal Kundur authored
-
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.
-
Ujwal Kundur authored
python-is-python3 is unavaliable for Ubuntu 18.04 apparently. apt-get update before apt-get install should take care of this, but is removed for the time being.
-
Ujwal Kundur authored
Previous testing failed due to intel/oneapi-hpckit not being used despite being the first command in the Dockerfile. The most probable cause is the name of the Dockerfile being the same as jug/dev.Dockerfile. Another change is the addition of another Build stage to reduce final image size.
-
Ujwal Kundur authored
Modified GitLab CI Config for a minimal test run
-
Wouter Deconinck authored
-
-
- Jun 29, 2022
-
-
Wouter Deconinck authored
-
Wouter Deconinck authored
-
- Jun 28, 2022
-
-
Wouter Deconinck authored
-
Wouter Deconinck authored
-
- Jun 22, 2022
-
-
Wouter Deconinck authored
-
- Jun 15, 2022
-
-
Wouter Deconinck authored
-
- Jun 14, 2022
-
-
Wouter Deconinck authored
-
- Jun 13, 2022
-
-
Wouter Deconinck authored
-
- Jun 05, 2022
-
-
Wouter Deconinck authored
-
- Jun 01, 2022
-
-
Wouter Deconinck authored
-
- May 31, 2022
-
-
Wouter Deconinck authored
-
- May 28, 2022
-
-
Wouter Deconinck authored
-
- May 24, 2022
-
-
Wouter Deconinck authored
-