artis-mcrt/artis

Artis crashes with artisoptions_classic.h

Closed this issue · 2 comments

Issue description

When running an job with artisoptions.h set to artisoptions_classic.h, the job immediately crashes after start. This does not occur with the artisoptions_nltenebular.h. This issue occurred after the latest update (commit 00aa20f), before that running with artisoptions_classic.h did not produce this problem.

Steps to reproduce the issue

  1. cp artisoptions_classic.h artisoptions.h
  2. make
  3. Submit job to local cluster based with adapted version of artis-virgo-slurmjob.sh

What's the expected result?

  • Job runs and produces output.txt files

What's the actual result?

Additional details / screenshot

  • input.txt file of job is attached as well
  • input.txt

Thanks for the detailed issue report. I believe it should be fixed with the latest commit (at least the first crashed related to NLTE pops allocation). I'm now looking for futher issues running with artisoptions_classic.h.

Thanks for the quick fix! The issue seems to be fixed, at least the job is running as expected now.