Skip to content

Commit

Permalink
CI + gpu : add a test for the cufft backend with inplace FFT (2decomp…
Browse files Browse the repository at this point in the history
…-fft#273)

* CI + gpu : add a test for the cufft backend with inplace FFT
  • Loading branch information
mathrack authored Nov 3, 2023
1 parent a8eea82 commit 3e690e3
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .github/workflows/RunnerFullCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,26 @@ jobs:
cmake --install build
ctest --test-dir build
rm -rf build
# Configure-Build-Run-Run
- name: Compile NHVHPC GPU cuMPI inplace
run: |
ls -ltr ~/.bashrc
source ~/.bashrc
source ~/.profile_github
module load CMake
module load nvhpc
export FC=mpif90
cmake -S . -B build -DBUILD_TESTING=ON -DBUILD_TARGET=gpu -DENABLE_NCCL=no -DENABLE_INPLACE=ON
cmake --build build -j 4
cmake --install build
ctest --test-dir build
cmake -S . -B build -DNX=128 -DNY=128 -DNX=128
cmake --build build -j 4
cmake --install build
ctest --test-dir build
rm -rf build
# Configure-Build-Run
- name: Compile NHVHPC GPU NCCL
run: |
Expand Down

0 comments on commit 3e690e3

Please sign in to comment.