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
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
##############################################################
# Copyright 2021 Lawrence Livermore National Security, LLC
# (c.f. AUTHORS, NOTICE.LLNS, COPYING)
#
# This file is part of the Flux resource manager framework.
# For details, see https://github.com/flux-framework.
#
# SPDX-License-Identifier: LGPL-3.0
##############################################################

set(CMAKE_C_COMPILER "/opt/rocm-6.4.2/lib/llvm/bin/amdclang" CACHE PATH "")
set(CMAKE_CXX_COMPILER "/opt/rocm-6.4.2/lib/llvm/bin/amdclang++" CACHE PATH "")

set(PERFFLOWASPECT_WITH_CUDA "OFF" CACHE BOOL "")

# To enable fine-grained profiling with Caliper, utilize the below options.
# Caliper should be built with the same compilers as the PerfFlowAspect.
# set(PERFFLOWASPECT_WITH_CALIPER ON CACHE BOOL "")
# set(caliper_DIR "path-to-caliper-install-directory" CACHE PATH "")