Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: ViNN280801 <vladislav_semykin01@mail.ru>
  • Loading branch information
ViNN280801 committed Nov 5, 2024
1 parent 8b63685 commit 24808dc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,17 @@ jobs:
export OMP_PROC_BIND=spread
export OMP_PLACES=threads
export CUDA_VISIBLE_DEVICES=0
- name: Download dependencies
run: |
wget -c https://drive.google.com/file/d/1BaMXRJLpsgOCl_lNpe9UcumxB9SfFvP9/view?usp=drive_link -P .github/dependencies/
wget -c https://drive.google.com/file/d/1z3JnT7Yctd0Hb8NqNEMX28rd3J1kuP7e/view?usp=drive_link -P .github/dependencies/
wget -c https://drive.google.com/file/d/153V-ZeFh47PAbkDta_K8RsUEeqFhXlaF/view?usp=drive_link -P .github/dependencies/
- name: Extract Trilinos
run: |
mkdir -p /usr/local/Trilinos
tar -xzvf .github/dependencies/trilinos-install-16.0.tar.gz -C /usr/local/Trilinos
tar -xzvf .github/dependencies/trilinos-install-16.0-serial-omp-mpi-cuda.tar.gz -C /usr/local/Trilinos
- name: Extract CGAL
run: |
Expand Down

0 comments on commit 24808dc

Please sign in to comment.