View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013675ParaView(No Category)public2012-11-24 09:192015-01-11 08:28
ReporterUtkarsh Ayachit 
Assigned ToNikhil Shetty 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version3.98.1 
Summary0013675: Update mpi4py to the latest version available
DescriptionUpdate mpi4py to the latest version available. Start with the CMakeLists.txt that are provided in the source for mpi4py itself. Also add test for the same.
TagsNo tags attached.
ProjectKitware
Topic Name0013675-update-mpi4py-1.3
Typeincorrect functionality
Attached Files

 Relationships
related to 0013587closedNikhil Shetty MPIPython fails to build on certain Macs 

  Notes
(0029925)
Utkarsh Ayachit (administrator)
2012-12-21 11:21

merged into master, if applicable.
(0029949)
Utkarsh Ayachit (administrator)
2012-12-24 16:34

reopening since this is causing failure with building binaries on Mac/Linux.
(0029950)
Utkarsh Ayachit (administrator)
2012-12-24 16:39

commit 18bd00fc77d23e2d0b7e48bdd7f293ee49500630
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon Dec 24 16:35:00 2012 -0500

    BUG 0013675. Fix issues building mpi4py.
    
    - Compiler definitions were not added the right way, this was causing build
      errors on blight since it failed to recognize "-D foo" arguments. Fixed that
      by using add_definitions() which is the standard way of adding compiler
      definitions.
    
    - Cleaned up cmake file to not use deprecated MPI_* variables. Use MPI_C_*,
      MPI_CXX_* instead. Also using the compilers found by find_package(MPI) for
      configuring the mpi.cfg file rather than doing the find_program() calls which
      may end up picking different compilers.
    
    - Cleaned up cmake file to not use "echo" instead configure the generated files.
      This will work more robustly across all platforms.
    
    Change-Id: I1bf22eb4b920c6a2fc44000a78f3f941cab53ab3
(0029951)
Utkarsh Ayachit (administrator)
2012-12-25 08:44

merged into master.
(0030166)
Alan Scott (manager)
2013-01-16 22:29

Tested by developers, and this is basically a developer tag in git.

 Issue History
Date Modified Username Field Change
2012-11-24 09:19 Utkarsh Ayachit New Issue
2012-11-24 09:19 Utkarsh Ayachit Assigned To => Nikhil Shetty
2012-11-24 09:34 Utkarsh Ayachit Relationship added related to 0013587
2012-12-12 11:55 Nikhil Shetty Status backlog => todo
2012-12-14 19:14 Nikhil Shetty Status todo => active development
2012-12-19 21:09 Nikhil Shetty Topic Name => 0013675-update-mpi4py-1.3
2012-12-20 13:38 Nikhil Shetty Status active development => gatekeeper review
2012-12-21 11:20 Utkarsh Ayachit Fixed in Version => git-master
2012-12-21 11:21 Utkarsh Ayachit Status gatekeeper review => customer review
2012-12-21 11:21 Utkarsh Ayachit Note Added: 0029925
2012-12-24 16:34 Utkarsh Ayachit Note Added: 0029949
2012-12-24 16:34 Utkarsh Ayachit Status customer review => backlog
2012-12-24 16:34 Utkarsh Ayachit Resolution open => reopened
2012-12-24 16:39 Utkarsh Ayachit Note Added: 0029950
2012-12-24 16:39 Utkarsh Ayachit Status backlog => gatekeeper review
2012-12-24 16:39 Utkarsh Ayachit Resolution reopened => fixed
2012-12-25 08:44 Utkarsh Ayachit Status gatekeeper review => customer review
2012-12-25 08:44 Utkarsh Ayachit Note Added: 0029951
2013-01-16 22:29 Alan Scott Note Added: 0030166
2013-01-16 22:29 Alan Scott Status customer review => closed
2013-01-30 10:40 Utkarsh Ayachit Fixed in Version git-master => 3.98.1
2015-01-11 08:28 Utkarsh Ayachit Source_changeset_attached => ParaView master 591916f9
2015-01-11 08:28 Utkarsh Ayachit Source_changeset_attached => ParaView master 18bd00fc


Copyright © 2000 - 2018 MantisBT Team