LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Python to mpiC++ (https://www.linuxquestions.org/questions/linux-software-2/python-to-mpic-379762/)

cdsnithi 11-03-2005 07:53 PM

Python to mpiC++
 
Hi,

I'm working with a software that uses XML, Python and C++. Python is the interface layer that acts as the master and passes on the input values to C++ core modules(acts like a black box, take in the input and gives the necessary outputs). The Python takes the values from XML, or in other words, XML is responsible for initialisation of objects and passing on values to the python layer.
Here i want to convert the Python interface layer to mpiC++. The python layer has a main file with few lines of code. To convert the Python layer into mpiC++, is it necessary to convert all of the Python code to mpiC++ or is it enough to convert just the main file to mpiC++?

any suggestion or ideas on this? It'll be great if someone can help me out with this, and i'm extremly sorry if this is not thecorrect place for me ask this doubt.

Thanks,

ng.


All times are GMT -5. The time now is 12:06 AM.