bugGNU Octave - Bugs: bug #39816, openmpi_ext 1.1.0 not compatible...

 
 

bug #39816: openmpi_ext 1.1.0 not compatible with OpenMPI 1.6

Submitter:  None
Submitted:  Mon 19 Aug 2013 04:04:04 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Duplicate Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * other
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 25 Aug 2013 04:15:50 PM UTC, comment #2: 

Duplicate of patch #8169.

Carnë Draug <carandraug>
Group Member
Mon 19 Aug 2013 04:05:22 PM UTC, comment #1: 

Oops I forgot to login before submitting the bug report. So you now have my identity.

Sébastien Villemot <svillemot>
Mon 19 Aug 2013 04:04:04 PM UTC, original submission:  

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.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #28876:  openmpi-1.6.patch added by None (546B - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by svillemot (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-10-23 carandraug StatusNone Duplicate
        Open/ClosedOpen Closed
    2013-08-19 None Attached File- Added openmpi-1.6.patch, #28876

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code