|
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. |
|