Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CirrusCI: Add NeoverseN1 gmake build with the NVIDIA HPC compiler #4172

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
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
16 changes: 16 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,22 @@ task:
compile_script:
- make USE_OPENMP=1

task:
name: NeoverseN1-NVHPC
arm_container:
image: node:latest
cpu: 1
nvcompiler_cache:
folder: /opt/nvidia
populate_script:
- wget https://developer.download.nvidia.com/hpc-sdk/23.7/nvhpc_2023_237_Linux_aarch64_cuda_12.2.tar.gz
- tar xpzf nvhpc_2023_237_Linux_aarch64_cuda_12.2.tar.gz
- export NVHPC_SILENT=true
- export NVHPC_INSTALL_DIR=/opt/nvidia
- nvhpc_2023_237_Linux_aarch64_cuda_12.2/install
compile_script:
- make CC=/opt/nvidia/hpc_sdk/Linux_aarch64/23.7/compilers/bin/nvc FC=/opt/nvidia/hpc_sdk/Linux_aarch64/23.7/compilers/bin/nvfortran

FreeBSD_task:
name: FreeBSD-gcc12
freebsd_instance:
Expand Down