D programs linked with C/MPI based libraries

Dominic Jones dominic.jones at qmul.ac.uk
Thu Apr 7 02:22:14 PDT 2011


Hello,

Is it possible to call within a D driver program library functions which are
programmed in C/C++ with the message passing interface (MPI)? I want to write
a program which makes use of the ParMetis library
(http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview).

Supposing it is possible, to compile and run C/MPI programs, wrapper commands
are used, such as mpicc and mpirun. What would be done in D?

Thank you,
Dominic Jones


More information about the Digitalmars-d-learn mailing list