View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002013VTK(No Category)public2005-06-30 17:362016-08-12 09:54
ReporterJeremy Stout 
Assigned ToBerk Geveci 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002013: No Java Wrapper for Initialize() in vtkMPIController
DescriptionThere 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.
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0002579)
Berk Geveci (administrator)
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 (reporter)
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 (administrator)
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.

 Issue History
Date Modified Username Field Change
2008-03-06 18:50 Berk Geveci Priority high => normal
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:54 Kitware Robot Note Added: 0036793
2016-08-12 09:54 Kitware Robot Status expired => closed
2016-08-12 09:54 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team