MantisBT - VTK
View Issue Details
0002013VTK(No Category)public2005-06-30 17:362016-08-12 09:54
Jeremy Stout 
Berk Geveci 
normalmajoralways
closedmoved 
 
 
0002013: No Java Wrapper for Initialize() in vtkMPIController
There is no Java wrapper for Initialize() in vtkMPIController. As a consequence, it is impossible to write VTK-MPI Parallel programs since there is no way to initialize the MPI environment.
No tags attached.
Issue History
2008-03-06 18:50Berk GeveciPriorityhigh => normal
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036793
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved

Notes
(0002579)
Berk Geveci   
2005-07-01 08:52   
The wrapping of Initialize() is automatically disabled because it takes char*** as an argument and as far as I know, this can't be wrapped. I don't know how java handles MPI_init and how to write a function that can be wrapped. If someone who understands this process sends me a patch, I will be happy to apply it.
(0002594)
Jeremy Stout   
2005-07-05 15:40   
I believe it would be possible to wrap the char *** as a String array. The char *** argument in MPI_Init usually has commandline arguments passed to it. In Java, commandline arguments are passed into a program as a String array.
(0036793)
Kitware Robot   
2016-08-12 09:54   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.