-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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
Labels
No labels