Skip to content

GH200 run on ALPS #7

Closed
Closed
@luraess

Description

@luraess

Reporting here about an attempt in running https://github.com/PRONTOLab/GB-25/blob/main/oceananigans-dynamical-core/super_simple_simulation.jl on a single Nvidia GH200 on the ALPS infrastructure.

Config

julia> CUDA.versioninfo()
CUDA runtime 12.4, local installation
CUDA driver 12.6
NVIDIA driver 550.54.15

CUDA libraries: 
- CUBLAS: 12.4.2
- CURAND: 10.3.5
- CUFFT: 11.2.0
- CUSOLVER: 11.6.0
- CUSPARSE: 12.3.0
- CUPTI: 2024.1.0 (API 22.0.0)
- NVML: 12.0.0+550.54.15

Julia packages: 
- CUDA: 5.5.2
- CUDA_Driver_jll: 0.10.4+0
- CUDA_Runtime_jll: 0.15.5+0
- CUDA_Runtime_Discovery: 0.3.5

Toolchain:
- Julia: 1.11.3
- LLVM: 16.0.6

Environment:
- JULIA_CUDA_MEMORY_POOL: none

Preferences:
- CUDA_Runtime_jll.version: 12.4
- CUDA_Runtime_jll.local: true

4 devices:
  0: NVIDIA GH200 120GB (sm_90, 93.134 GiB / 95.577 GiB available)
  1: NVIDIA GH200 120GB (sm_90, 94.094 GiB / 95.577 GiB available)
  2: NVIDIA GH200 120GB (sm_90, 94.094 GiB / 95.577 GiB available)
  3: NVIDIA GH200 120GB (sm_90, 94.095 GiB / 95.577 GiB available)

julia> versioninfo()
Julia Version 1.11.3
Commit d63adeda50d (2025-01-21 19:42 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (aarch64-linux-gnu)
  CPU: 288 × unknown
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, neoverse-v2)
Threads: 1 default, 0 interactive, 1 GC (on 288 virtual cores)
Environment:
  JULIA_CUDA_MEMORY_POOL = none
  JULIA_DEPOT_PATH = /capstor/scratch/cscs/lraess/daint/juliaup/depot
  JULIA_ADIOS2_PATH = /user-environment/linux-sles15-neoverse_v2/gcc-13.2.0/adios2-2.10.0-baj4a2sfsk4fggnqfmd5ysdzaqoip4e3
  JULIA_LOAD_PATH = :/user-environment/juhpc_setup/julia_preferences
  JULIA_DEBUG = Reactant_jll

Output

julia> include("super_simple_simulation.jl")
AssertionError("Could not find registered platform with name: \"cuda\". Available platform names are: ")
┌ Debug: Detected CUDA Driver version 12.4.0
└ @ Reactant_jll /capstor/scratch/cscs/lraess/daint/juliaup/depot/packages/Reactant_jll/TDalS/.pkg/platform_augmentation.jl:60
Reactant_jll.cuDriverGetVersion(dlopen("libcuda.so")) = v"12.4.0"
┌ Warning: `Adapt.parent_type` is not implemented for Field{Center, Center, Face, Nothing, LatitudeLongitudeGrid{Float64, Periodic, Bounded, Bounded, Oceananigans.Grids.StaticVerticalDiscretization{OffsetArrays.OffsetVector{Float64, StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}, OffsetArrays.OffsetVector{Float64, StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}, Float64, Float64}, OffsetArrays.OffsetVector{Float64, CUDA.CuArray{Float64, 1, CUDA.DeviceMemory}}, Float64, Float64, Float64, OffsetArrays.OffsetVector{Float64, StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}, OffsetArrays.OffsetVector{Float64, StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}, GPU}, Tuple{Colon, Colon, UnitRange{Int64}}, OffsetArrays.OffsetArray{Float64, 3, CUDA.CuArray{Float64, 3, CUDA.DeviceMemory}}, Float64, FieldBoundaryConditions{BoundaryCondition{Oceananigans.BoundaryConditions.Periodic, Nothing}, BoundaryCondition{Oceananigans.BoundaryConditions.Periodic, Nothing}, BoundaryCondition{Oceananigans.BoundaryConditions.Flux, Nothing}, BoundaryCondition{Oceananigans.BoundaryConditions.Flux, Nothing}, Nothing, Nothing, BoundaryCondition{Oceananigans.BoundaryConditions.Flux, Nothing}}, Nothing, Oceananigans.Fields.FieldBoundaryBuffers{Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing}}. Assuming Field{Center, Center, Face, Nothing, LatitudeLongitudeGrid{Float64, Periodic, Bounded, Bounded, Oceananigans.Grids.StaticVerticalDiscretization{OffsetArrays.OffsetVector{Float64, StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}, OffsetArrays.OffsetVector{Float64, StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}, Float64, Float64}, OffsetArrays.OffsetVector{Float64, CUDA.CuArray{Float64, 1, CUDA.DeviceMemory}}, Float64, Float64, Float64, OffsetArrays.OffsetVector{Float64, StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}, OffsetArrays.OffsetVector{Float64, StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}}, GPU}, Tuple{Colon, Colon, UnitRange{Int64}}, OffsetArrays.OffsetArray{Float64, 3, CUDA.CuArray{Float64, 3, CUDA.DeviceMemory}}, Float64, FieldBoundaryConditions{BoundaryCondition{Oceananigans.BoundaryConditions.Periodic, Nothing}, BoundaryCondition{Oceananigans.BoundaryConditions.Periodic, Nothing}, BoundaryCondition{Oceananigans.BoundaryConditions.Flux, Nothing}, BoundaryCondition{Oceananigans.BoundaryConditions.Flux, Nothing}, Nothing, Nothing, BoundaryCondition{Oceananigans.BoundaryConditions.Flux, Nothing}}, Nothing, Oceananigans.Fields.FieldBoundaryBuffers{Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing}} isn't a wrapped array.
└ @ Reactant /capstor/scratch/cscs/lraess/daint/juliaup/depot/packages/Reactant/M4ejd/src/Reactant.jl:77
[ Info: Initializing simulation...
[ Info:     ... simulation initialization complete (8.437 seconds)
[ Info: Executing initial time step...
[ Info:     ... initial time step complete (11.849 seconds).
[ Info: Simulation is stopping after running for 20.330 seconds.
[ Info: Model iteration 2 equals or exceeds stop iteration 2.
[ Info: Initializing simulation...
[ Info:     ... simulation initialization complete (1.968 minutes)
[ Info: Executing initial time step...
[ Info:     ... initial time step complete (1.279 minutes).
[ Info: Simulation is stopping after running for 0 seconds.
[ Info: Model iteration 3 equals or exceeds stop iteration 2.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-ac1dae.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-a19424.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-a3daa2.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-3ee61e.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-517fdb.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-e487ff.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-05ea9f.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-78686e.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-dbf1e9.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-9b34fc.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-2c23f7.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-c832e0.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-fc8398.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-71e330.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-40761c.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-110511.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-f1cef8.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-db9e69.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-53c08f.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-d00ba5.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-70db6d.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-52cf34.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-e15919.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-8fa9b0.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-98a30a.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-87d6dd.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-5e4501.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-313f8b.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-06d722.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-374058.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-043ff5.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-e2bf3a.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-338d84.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-4beee0.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-64aa7a.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-cf8f4f.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-fc2701.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-284c33.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-55191a.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-fad7e0.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-e0de1b.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-c90f85.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-4ddfc3.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-cc0b7f.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-789ff0.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-53d05a.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-29c599.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-c0d8ad.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
error: `ptxas` invocation failed. Log:
ptxas /tmp/mlir-gpumodname-nvptx64-nvidia-cuda-sm_90-75aa1f.ptx, line 5; fatal   : Unsupported .version 8.6; current version is '8.4'
ptxas fatal   : Ptx assembly aborted due to errors

error: An error happened while serializing the module.
2025-01-27 14:04:33.155762: I external/xla/xla/service/llvm_ir/llvm_command_line_options.cc:50] XLA (re)initializing LLVM with options fingerprint: 1417842432263479884
ERROR: LoadError: NOT_FOUND: No registered implementation for FFI custom call to enzymexla_compile_gpu for Host

Stacktrace:
 [1] reactant_err(msg::Cstring)
   @ Reactant.XLA /capstor/scratch/cscs/lraess/daint/juliaup/depot/packages/Reactant/M4ejd/src/XLA.jl:120
 [2] Compile
   @ /capstor/scratch/cscs/lraess/daint/juliaup/depot/packages/Reactant/M4ejd/src/XLA.jl:514 [inlined]
 [3] compile_xla(f::Function, args::Tuple{Simulation{…}}; client::Nothing, optimize::Bool, no_nan::Bool)
   @ Reactant.Compiler /capstor/scratch/cscs/lraess/daint/juliaup/depot/packages/Reactant/M4ejd/src/Compiler.jl:980
 [4] compile_xla
   @ /capstor/scratch/cscs/lraess/daint/juliaup/depot/packages/Reactant/M4ejd/src/Compiler.jl:954 [inlined]
 [5] compile(f::Function, args::Tuple{Simulation{…}}; client::Nothing, optimize::Bool, sync::Bool, no_nan::Bool)
   @ Reactant.Compiler /capstor/scratch/cscs/lraess/daint/juliaup/depot/packages/Reactant/M4ejd/src/Compiler.jl:992
 [6] top-level scope
   @ /capstor/scratch/cscs/lraess/daint/juliaup/depot/packages/Reactant/M4ejd/src/Compiler.jl:677
 [7] include(fname::String)
   @ Main ./sysimg.jl:38
 [8] top-level scope
   @ REPL[1]:1
in expression starting at /capstor/scratch/cscs/lraess/GB-25/oceananigans-dynamical-core/super_simple_simulation.jl:39
Some type information was truncated. Use `show(err)` to see complete types.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions