Wim Haeck

Results 101 comments of Wim Haeck

Whoops. Seems I made a minor mistake in that release date. I've updated that and reset the tagged release.

@pjgriff Did you mean to pull your changes into the NJOY2016 repo? This is probably not what you wanted to do. That being said, we should talk at some point...

As mentioned above, you can switch off the -Werror flag in the NJOY21 CMakeLists.txt file. This error is actually not an "error", just us being too thorough. We have looked...

I coded this error message into NJOY because MCNP has an issue when it encounters LAW=0 in the ACE file. This is probably because a secondary particle has its LAW...

When the CI fails it is often difficult to figure out why. I will give this a try on a machine that has gfortran-9 installed to see if I can...

Interesting: I've cloned your repo, compiled it with gcc 9.3 and am now running the tests. Test 3 fails (still waiting on test 30 to run) but also test 2...

Even more interesting, for test 3 I get the following error message with gcc-9.3: At line 1082 of file /users/wim/njoy-testing/NJOY2016/src/matxsr.f90 Fortran runtime error: Attempting to allocate already allocated variable 'sigz'...

I saw something like that happen before but I wasn't thinking it would actually be the reason behind the errors :-) Test 2 still fails on my side though. I'll...

Test 2 failing is unrelated to this PR so I'm not worried about that in this context. I have to check a few more things, but this might be good...

In order to diagnose this problem, I would actually need to know the actual error message and the compilers you are using. You can also try to use NJOY2016 directly...