-
Notifications
You must be signed in to change notification settings - Fork 7
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
Bifrost tests fail #20
Comments
This looks like the errors we get when we do user installs but don't copy over Jayce's |
The |
Oh sorry, I just saw all the permission denieds. I got the io error in NM, and I think the answer was that two of us were running at the same time. I don't think anyone's running now though... |
Oh, binaryio fails for me on intrepid as well. I wonder what is causing that? |
I'm getting the same binaryio error on ADP as well. It can probably be ignored. I have no clue about the romein one. |
I also get the romein error on ADP. |
The romein error is I think coming from my compare case using 64 bit
arithmetic whereas Romein is using 32-bit, so there is some mismatch.
The whole romein stuff in bifrost needs a lot of attention from me to
stabilise it. It works, but can't say much more of it.
jaycedowell <[email protected]> writes:
… I also get the romein error on ADP.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/nithyanandan/EPIC/issues/20#issuecomment-420310671
|
So these are not show-stoppers? |
I think so. |
No they should not be. I am fairly sure its just floating point error
thrown up in an extreme test case.
When I rebuild the romein back-end in bifrost I will build a proper
series of tests too,
nithyanandan <[email protected]> writes:
… So these are not show-stoppers?
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/nithyanandan/EPIC/issues/20#issuecomment-422480086
|
The text was updated successfully, but these errors were encountered: