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

fixed test_bcast.jl #19

Merged
merged 1 commit into from
Sep 30, 2014
Merged

fixed test_bcast.jl #19

merged 1 commit into from
Sep 30, 2014

Conversation

yomichi
Copy link
Contributor

@yomichi yomichi commented Sep 30, 2014

In Julia0.4-dev, we can build MPI.jl but fail to test.

The following tests FAILED:
      1 - test_bcast.jl_np:2 (Failed)
      4 - test_bcast.jl_np:5 (Failed)
Errors while running CTest

This is caused by the change of behavior of integer conversion functions; Now these throws InexactError() when an overflow occurs, for example, int8(128).

see JuliaLang/julia#8420.

lcw added a commit that referenced this pull request Sep 30, 2014
@lcw lcw merged commit f07e962 into JuliaParallel:master Sep 30, 2014
@lcw
Copy link
Member

lcw commented Sep 30, 2014

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants