options: --user root
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: info
run: |
python --version
options: --user root --env OMPI_ALLOW_RUN_AS_ROOT=1 --env OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: info
run: |
mpicc -v
# if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: setup apt repo
run: |
# oneapi-ci/scripts/setup_apt_repo_linux.sh
CUDA_ROOT: /usr/local/cuda
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: modules
run: |
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin
run: |
mpicc -v
cmake --version
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
repository: kokkos/kokkos
ref: 3.7.00
CUDA_ROOT: /usr/local/cuda
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: modules
run: |
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin
run: |
mpicc -v
cmake --version
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
repository: kokkos/kokkos
ref: 3.7.00
# if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: info
run: |
g++ -v
# if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: setup
run: |
brew install openmpi
# if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: modules
run: |
sudo apt-get install -y software-properties-common