Skip to content
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

floating-point exceptions #2

Open
YangmeiLi opened this issue Jul 27, 2017 · 3 comments
Open

floating-point exceptions #2

YangmeiLi opened this issue Jul 27, 2017 · 3 comments

Comments

@YangmeiLi
Copy link

Hi,

I am new to QuickPIC. Could anyone give me some help on setting up the code? Many thanks.

I used "mpirun -np 4 ./qpic.e rpinput" to start the simulation. But the program stopped after running for a while, with the error message displayed below.

Note: The following floating-point exceptions are signalling: IEEE_UNDERFLOW_FLAG IEEE_DENORMAL
Note: The following floating-point exceptions are signalling: IEEE_UNDERFLOW_FLAG IEEE_DENORMAL
Note: The following floating-point exceptions are signalling: IEEE_DENORMAL
Note: The following floating-point exceptions are signalling: IEEE_DENORMAL

@levijhall
Copy link

Same situation here as well.
Using the provided Laptop qpinput.json file to test the installation, each process returns the following:

Note: The following floating-point exceptions are signalling: IEEE_INVALID_FLAG IEEE_DIVIDE_BY_ZERO IEEE_DENORMAL

@caozigao
Copy link
Contributor

caozigao commented May 6, 2019

The IEEE_UNDERFLOW_FLAG and IEEE_DENORMAL are OK. But I never saw IEEE_INVALID_FLAG IEEE_DIVIDE_BY_ZERO before. Did you get any simulation results?

@levijhall
Copy link

I believe it did in part, but the elapsed time was much shorter than what I am getting now which I can only assume meant it was stopped prematurely. Since then, I've reinstalled all the dependencies and recompiled, and now I'm just getting IEEE_DENORMAL. So, unfortunately, I couldn't reproduce it and I've overridden the files, but at least it seems to be working now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants