Skip to content

Segmentation fault in generating the stoichiom file #64

@cshsgy

Description

@cshsgy

Hi, I was trying out the examples of KPP. However, an error comes up when I came to the compiling stage:


kpp small_f90.kpp 

This is KPP-3.0.0-rc.3.

KPP is parsing the equation file.
KPP is computing Jacobian sparsity structure.
KPP is starting the code generation.
KPP is initializing the code generation.
KPP is generating the monitor data:
    - small_f90_Monitor
KPP is generating the utility data:
    - small_f90_Util
KPP is generating the global declarations:
    - small_f90_Main
KPP is generating the ODE function:
    - small_f90_Function
KPP is generating the ODE Jacobian:
    - small_f90_Jacobian
    - small_f90_JacobianSP
KPP is generating the linear algebra routines:
    - small_f90_LinearAlgebra
KPP is generating the Hessian:
    - small_f90_Hessian
    - small_f90_HessianSP
KPP is generating the utility functions:
    - small_f90_Util
KPP is generating the rate laws:
    - small_f90_Rates
KPP is generating the parameters:
    - small_f90_Parameters
KPP is generating the global data:
    - small_f90_Global
KPP is generating the stoichiometric description files:
    - small_f90_Stoichiom
Segmentation fault (core dumped)

I used the files in the example folder, and they all fail at the same place. Is there a way to trace where the problem happens or does anyone have any ideas on how I can fix this?

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingbuildRelated to makefiles and/or compilation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions