octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #39816] openmpi_ext 1.1.0 not compatible with


From: anonymous
Subject: [Octave-bug-tracker] [bug #39816] openmpi_ext 1.1.0 not compatible with OpenMPI 1.6
Date: Mon, 19 Aug 2013 16:04:05 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130806 Firefox/17.0 Iceweasel/17.0.8

URL:
  <http://savannah.gnu.org/bugs/?39816>

                 Summary: openmpi_ext 1.1.0 not compatible with OpenMPI 1.6
                 Project: GNU Octave
            Submitted by: None
            Submitted on: lun. 19 août 2013 16:04:04 UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: other
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When building openmpi_ext package against OpenMPI 1.6, one gets:


MPI_Iprobe.cc: In function 'Octave_map put_MPI_Stat(const MPI_Status&)':
MPI_Iprobe.cc:38:14: error: 'const MPI_Status' has no member named '_count'
   tmp = stat._count;
              ^
make[1]: *** [MPI_Iprobe.oct] Error 1


The problem is that some private fields of some MPI structure are used, and
one changed its name.

I attach a patch that fixes the issue. You may want to adapt the patch to make
the code compile on both the old and the new version of OpenMPI.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: lun. 19 août 2013 16:04:04 UTC  Name: openmpi-1.6.patch  Size: 546 o  
By: None

<http://savannah.gnu.org/bugs/download.php?file_id=28876>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39816>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]