Erik B Knudsen

Results 30 comments of Erik B Knudsen

First build failed because settings.cpp also needs a check if MCPL is asked for. I fixed this in commit cd163ef.

Failed due to a missing (empty) __init__.py file in the regression test directory (tests/regression_tests/source_mcpl_file. The regression automatic test will still fail since the default build is without mcpl support.

This next problem was caused by the regression test script not being able to find the mcpl header file "mcpl.h". Obviously none of the test runners have it installed, so...

That's a reasonable suggestion @tkittel. Thanks for the 2c.

Roger that. Wilco

http://new-nightly.mcstas.org/2021-02-11/McStas-2.5_CPU_MPICC_5e7/Test_PSD_Detector/1/browse.html is a working link

The crash is caused by the python plotter non being able to handle data files with nan's in them. Of course there _should_ not be nan's in the data at...

Agreed - I'll see if something can be done along that line.

on a side note: you can't always trust printf's to be echoed to the screen in case of segfaults, as they are buffered, and the program may exit before the...

Just to be clear - is this before or after the above fix to mccode-r.c was applied?