Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206840 - sci-visualization/paraview-3.2.1 - incorrect cmake option for mpi support
Summary: sci-visualization/paraview-3.2.1 - incorrect cmake option for mpi support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Markus Dittrich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-21 07:00 UTC by Maxim Loginov
Modified: 2008-01-21 11:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Loginov 2008-01-21 07:00:51 UTC
cmake option  -DVTK_USE_MPI:BOOL=ON for using mpi is incorrect in paraview-3.2.1 ebuild (it has no effect), proper option is -DPARAVIEW_USE_MPI:BOOL=ON additionally I added -DVTK_MPI_MAX_NUMPROCS=4 to take advantage of my quad-core CPU

I discovered this bug when tried to load some XDMF files (some operation are supported only without XDMF_NO_MPI macro), now these files loaded correctly. pleas fix ebuild.

Reproducible: Always
Comment 1 Markus Dittrich (RETIRED) gentoo-dev 2008-01-21 11:46:15 UTC
Hi Maxim,

Thanks for your note and I just fixed this in portage cvs.

Best,
Markus