Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .gitlab/alcf-gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Polaris:
- module load cudatoolkit-standalone/12.8.1
- module list
- export CMAKE_BUILD_PARALLEL_LEVEL=48
- export HTTP_PROXY="http://proxy.alcf.anl.gov:3128"
- export HTTPS_PROXY="http://proxy.alcf.anl.gov:3128"
- export http_proxy="http://proxy.alcf.anl.gov:3128"
- export https_proxy="http://proxy.alcf.anl.gov:3128"
- export ftp_proxy="http://proxy.alcf.anl.gov:3128"
- export no_proxy="admin,polaris-adminvm-01,localhost,*.cm.polaris.alcf.anl.gov,polaris-*,*.polaris.alcf.anl.gov,*.alcf.anl.gov"
- git clone https://github.com/kokkos/kokkos.git
- "cmake -S kokkos \
-B kokkos_build \
Expand Down Expand Up @@ -67,6 +73,12 @@ Aurora:
script:
- module load cmake oneapi
- module list
- export HTTP_PROXY="http://proxy.alcf.anl.gov:3128"
- export HTTPS_PROXY="http://proxy.alcf.anl.gov:3128"
- export http_proxy="http://proxy.alcf.anl.gov:3128"
- export https_proxy="http://proxy.alcf.anl.gov:3128"
- export ftp_proxy="http://proxy.alcf.anl.gov:3128"
- export no_proxy="admin,polaris-adminvm-01,localhost,*.cm.polaris.alcf.anl.gov,polaris-*,*.polaris.alcf.anl.gov,*.alcf.anl.gov"
- git clone https://github.com/kokkos/kokkos.git
- cmake -S kokkos
-B kokkos/build
Expand Down
Loading