Skip to content

Empty XS library when running on HPC #98

@Suark94

Description

@Suark94

When compiling and running SCONE (in my case time-dependent version, but should be the same for other versions) on the HPC (login node and slurm job alike), there was an issue that SCONE tried to find the dictionary "delayed" for a material that did not have any delayed neutron data. It turned out, that the problem occurred because the dictionary "delayed" was present in previous material XS data but not in the material for which the error occurred. The problem was resolved by editing "baseMgNeutronDatabase_class.f90", adding "call tempDict % kill()" after intitialising tempDict.

This issue did not occur running on Lise and Fermiac. Gfortran version HPC: 11.2.0, Gfortran version Fermiac: 9.4.0

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