MantisBT - ParaView | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0006651 | ParaView | (No Category) | public | 2008-03-25 17:03 | 2010-11-08 14:40 |
| Reporter | Sean Ziegeler | ||||
| Assigned To | David Partyka | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | 3.10 | |||
| Project | |||||
| Topic Name | |||||
| Type | |||||
| Summary | 0006651: Remove INITFINI flag from CMake/ParaViewCommon.cmake, | ||||
| Description | Starting on line 233 of CMake/ParaViewCommon.cmake, there's a check to see if the IBM xlC compiler supports the -binitfini:poe_remote_main option and add it to the C flags. The comments are correct in that the option is required to build an MPI executable. However, that option can and should be included in the MPI_EXTRA_LIBRARY variable. Non-MPI builds of ParaView don't like the option (at least on my systems). Even MPI builds require some non-MPI executables to complete the build process. I am guessing this is a holdover from the days before the existence of MPI_EXTRA_LIBRARY. Recommend removing that option, or at least changing it to append to the MPI_EXTRA_LIBRARY variable instead of C flags. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-03-25 17:03 | Sean Ziegeler | New Issue | |||
| 2008-04-15 12:51 | Berk Geveci | Status | backlog => @30@ | ||
| 2010-11-05 13:42 | Utkarsh Ayachit | Status | @30@ => tabled | ||
| 2010-11-05 13:42 | Utkarsh Ayachit | Assigned To | => David Partyka | ||
| 2010-11-08 10:01 | David Partyka | Note Added: 0023056 | |||
| 2010-11-08 10:01 | David Partyka | Status | tabled => @80@ | ||
| 2010-11-08 10:01 | David Partyka | Fixed in Version | => 3.10 | ||
| 2010-11-08 10:01 | David Partyka | Resolution | open => fixed | ||
| 2010-11-08 14:40 | Alan Scott | Status | @80@ => closed | ||
| 2011-06-16 13:10 | Zack Galbreath | Category | => (No Category) | ||
| Notes | |||||
|
|
|||||
|
|
||||