| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0002013 | VTK | (No Category) | public | 2005-06-30 17:36 | 2016-08-12 09:54 | ||||
| Reporter | Jeremy Stout | ||||||||
| Assigned To | Berk Geveci | ||||||||
| Priority | normal | Severity | major | Reproducibility | always | ||||
| Status | closed | Resolution | moved | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0002013: No Java Wrapper for Initialize() in vtkMPIController | ||||||||
| Description | 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. | ||||||||
| Tags | No tags attached. | ||||||||
| Project | |||||||||
| Type | |||||||||
| Attached Files | |||||||||
| Relationships | |
| 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. |
| Notes |
| 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 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |