-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instalation problem #186
Comments
I have not seen this error before. Can you tell me which compiler and OS you're using so I can diagnose the problem? As an alternative, you can also try to use NJOY2016 directly (NJOY21 uses NJOY2016 under the hood): https://github.com/njoy/NJOY2016 |
I tried on two PC with different operating systems: Debian (release: 12) and Ubuntu (release: 23) and I've got exactly the same errors and warnings. My gcc version is 12.2.0. |
Yeah, I also encounter the same issue when compiling NJOY21 in WSL Ubuntu. I am using gcc 11.4.0 and cmake 3.22.1. on the other hand, I also compiled njoy2016 in the same machine and it could do the 'make test' with a 100% pass, but when I use it to check my input, like the one that I attach here, it looks like it is stuck when I am using command 'njoy -i U235 -v' I am also trying to rerun test no 21 from the njoy test folder, but it is also stuck. is there any change on the command line to run njoy from the terminal? thanks |
is there a solution for this? |
as per 13 August 2024, I recommend you to use NJOY2016 because their latest update (NJOY2016.76) has solved the previous issue and I got 100% tests passed. https://github.com/njoy/NJOY2016 note: the run command for njoy2016 from terminal is
I am using WSL Ubuntu from Win 11: |
Hello!
I have a problem with the installation (NJOY21). The first disturbing command appears at
cmake -DCMAKE_BUILD_TYPE=Release ../
.I receive this warning:
but everything else looks fine.
The real problems begin with
make
...:I tried commenting out the 26th and 27th lines (flags) in CMakeLists.txt, but it didn't do anything. I would appreciate your help.
The text was updated successfully, but these errors were encountered: