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

mpi needs an update for octave 6.x #5

Open
matzeri opened this issue Jan 5, 2022 · 2 comments
Open

mpi needs an update for octave 6.x #5

matzeri opened this issue Jan 5, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@matzeri
Copy link

matzeri commented Jan 5, 2022

It seems mpi needs an update for octave 6.x

On Cygwin with 6.4 I see:

MPI_Iprobe.cc:68:17: warning: ‘error_state’ is deprecated: [6]: this variable is obsolete and always has the value 0 [-Wdeprecated-declarations]
   68 |           if (! error_state)
      |                 ^~~~~~~~~~~

@carlodefalco
Copy link
Owner

carlodefalco commented Jan 5, 2022 via email

@carlodefalco carlodefalco added the bug Something isn't working label Jan 28, 2022
@carlodefalco carlodefalco self-assigned this Jan 28, 2022
@carlodefalco
Copy link
Owner

Just starting to experiment with Octave 7.1 ...
If I understand correctly, it appears that now error_state has been removed, so it is indeed time to address this issue.
This will break compatibility with Octave 5, but I think it is OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants