Skip to content

Issue on LUMI update #5614

@StevE-Ong

Description

@StevE-Ong

Hi, LUMI has undergone a major update.

ROCm 6.3.4 is now the system-installed and default ROCm version and ROCm 6.0.3 is no longer on the system.

I am trying to update the picongpu.profile as follow:

module load init-lumi/0.2
module load LUMI/25.03  partition/G
module load buildtools/25.03

export MPICH_GPU_SUPPORT_ENABLED=1
# Compiling with amdclang from rocm module
# Note, independent of the PrgEnv, all compilers are wrapped via cc (C-compiler) and CC (C++ compiler)
module load PrgEnv-amd
module load craype-accel-amd-gfx90a
module load rocm/6.3.4
module load Boost/1.88.0-cpeAMD-25.03

There are some error during the compilation, in which I am not sure if it is the problem of my loaded module, or any setting I miss out.

CMake Warning (dev) at /opt/rocm-6.3.4/lib/cmake/hip/hip-config-amd.cmake:91 (message):
   AMDGPU_TARGETS was not set, and system GPU detection was unsuccsesful.
   
   The amdgpu-arch tool failed:
   Error: 'Failed to get device count'
   Output: ''
   
   As a result, --offload-arch will not be set for subsuqent
   compilations, and the default architecture
   (gfx906 for dynamic build / gfx942 for static build) will be used

and also:

CMake Warning at /users/ongjianf/picongpu/thirdParty/alpaka/cmake/alpakaCommon.cmake:615 (message):
  HIP 6.3 is not official supported by alpaka.  Supported versions: 5.1 - 6.2

I am using the dev version of picongpu and compile the FoilLCT example.

compile (1).log

picongpu (1).profile.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions