We met a lots of dependences error when run configure, so we use spack to load most of dependences and set PKG_CONFIG_PATH LD_LIBRARY_PATH etc to make them to be found during building.
- intel-oneapi-mkl: 2024.2.2
- intel-oneapi-mpi: 2021.16.0
- hwloc: 2.11.1
- parallel-netcdf: 1.14.0
- netcdf: 4.9.2
- blaspp: 2025.05.28
- openblas: 0.3.30
This method let us run configure and clean build successfully. However, when we tried to run the following command, the error pops out.

Using gdb to debug, we guess it caused by incompatible dependences version(mpi, starpu, blas most likely).
If it is indeed as we have guessed, can you list the dependences and corresponding version, so we can align with yours.
Thanks
We met a lots of dependences error when run configure, so we use spack to load most of dependences and set
PKG_CONFIG_PATHLD_LIBRARY_PATHetc to make them to be found during building.This method let us run configure and clean build successfully. However, when we tried to run the following command, the error pops out.
If it is indeed as we have guessed, can you list the dependences and corresponding version, so we can align with yours.
Thanks