Re: D programs linked with C/MPI based libraries

2011-04-07 Thread Jesse Phillips
Dominic Jones Wrote: > 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/ove

Re: D programs linked with C/MPI based libraries

2011-04-07 Thread Kagamin
Dominic Jones Wrote: > 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/ove

D programs linked with C/MPI based libraries

2011-04-07 Thread Dominic Jones
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,